June 22nd updates
Details
Improvements
- Batch Changes Replace batch spec workspace index order
Improved query performance for batch spec workspace listing and execution job creation by optimizing database index order.
- Executors Default "EXECUTOR_USE_INTERNAL_EXEC_BINARY" to true
Executors v1 now use
batch-execby default when executing v1 batch changes steps. To fall back to usingsrc, setEXECUTOR_USE_INTERNAL_EXEC_BINARYto false on the executors. - Observability Add live/dead tuple metrics
Added Database live/dead tuple monitoring for code-intelligence tables, showing active rows, old/deleted rows, and old/deleted row percentage. The dashboard now filters out stale values from workers that are no longer reporting.
Fixes
- Deep Search Scrolling up mid-thinking force you back to the bottom
Fixed an issue where scrolling up during Deep Search response generation would force the view back to the bottom.
- Deep Search Fix Deep Search / Cody Web global styles clashing
- Code Search Bump zoekt for category bug fix in merge-shards
- Batch Changes Show commit signing badge regardless of site credential
The admin Batch Changes host status card now shows the "Commit signing" badge whenever commit signing is configured for a code host, rather than only when a site credential is connected. This correctly surfaces host-level commit-signing GitHub App configuration, which exists independently of a site credential.
- Batch Changes Clarify commit signing 403 errors with actionable message
- Inference Respect content block index in Anthropic streams
Fixed handling of content block ordering in Anthropic streaming responses to properly respect the index field
- Permissions Update initial sync notifications
- Fixed an issue where the initial repository permissions sync notification could get stuck on "No repository permissions found" after a later sync started. The notification now updates correctly when users connect an account or start another sync.
- Updated the notification copy to mention private and internal repositories.
- UI Paste prompt editor input as plain text
Fixed prompt editor paste behavior so formatted clipboard content is inserted as plain text.
- UI Fix code block styling in agentic UI timeline and tool calls