Deep Search cancellation now requires double-tapping Esc, preventing accidental cancellations.
Deep Search now makes shared conversations easier to find with a dedicated “Shared with me” tab.
Ownership avatars are now shown on all Deep Search conversations.
Allow typing in the prompt editor while Deep Search is processing a query.
Zoekt can now report index failures to Sourcegraph.
Site admins can now set and clear default search contexts for organizations. Regular users can see their effective default search context and override it for themselves.
After installing a GitHub App, Batch Changes actively polls for credentials for up to 30 seconds and automatically refreshes them if needed, ensuring immediate access without manual intervention.
Batch Changes GitHub App installation now works on instances without external webhook reachability.
Capture response body sizes of chunked responses in the outbound request log
Improved notification visibility for RBAC management actions by displaying messages using toast notifications instead of at the top of the page.
Sourcegraph API now supports manipulating explicit repository permissions, allowing users to be given access to repositories via the API, as opposed to regular permissions syncing from code hosts.
Added telemetry to clarify the executors mode running in a Sourcegraph instance.
Added a reconnect option for user-level GitHub App credentials in Batch Changes settings, allowing users to recover orphaned credentials
The site-admin Batch Changes settings page now displays a banner for each Batch Change GitHub App whose installations exist but whose credential does not. A one-click 'Reconnect' button fires the refreshGitHubApp mutation to repair orphaned installations. The banner is suppressed during the post-install polling window to avoid racing with credentials that are about to land.
Added support for Claude Opus 4.8 to Cody.
Added a limit parameter to the find_references MCP tool to adjust the number of results returned.
Repository administration GraphQL endpoints now use the REPO_MANAGEMENT RBAC permission instead of requiring full site-admin access.
Add per-repo git CLI CPU pprof endpoint to track repository activity
Prevent framing of authentication pages by default to protect against clickjacking attacks. Administrators can opt in to allow framing by setting auth.allowEmbeddedAuth: "true" in site configuration.
Repositories no longer remain stuck in a backoff period (up to 8 hours) after updating code host credentials. The failure counter is now reset when an admin updates the code host configuration with valid credentials.
Added a new user:create outgoing webhook event that triggers when users are created, enabling customers to automate workflows such as assigning explicit permissions.