From 77befa2e6f86f053042b363184c0f600766e5969 Mon Sep 17 00:00:00 2001 From: "sourcebot-sync[bot]" Date: Mon, 10 Aug 2026 19:55:11 +0000 Subject: [PATCH 1/2] chore: sync zoekt after upstream PR #21 --- vendor/zoekt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/zoekt b/vendor/zoekt index 05e6c4099..0b3e43e51 160000 --- a/vendor/zoekt +++ b/vendor/zoekt @@ -1 +1 @@ -Subproject commit 05e6c4099ecaab884b66a21c97e419bd11f507a8 +Subproject commit 0b3e43e5195ce21689a6fb20222e23e06280bc60 From fb9f49b3dc31a06760c6e9142091aa529f055790 Mon Sep 17 00:00:00 2001 From: "sourcebot-sync[bot]" Date: Mon, 10 Aug 2026 19:55:15 +0000 Subject: [PATCH 2/2] chore: update changelog for #1564 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3724be146..e156d9e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [EE] Added guided reconnection for MCP connector authentication failures during Ask Sourcebot agent turns. [#1548](https://github.com/sourcebot-dev/sourcebot/pull/1548) +### Changed +- Updated the bundled Zoekt version. [#1564](https://github.com/sourcebot-dev/sourcebot/pull/1564) + ### Removed - Removed the Langfuse integration. [#1536](https://github.com/sourcebot-dev/sourcebot/pull/1536)