Changelog Release 6.10
NOVEMBER 25, 2025

Sourcegraph 6.10

A newer version of Sourcegraph is available: Sourcegraph 6.12.

This page includes all changes for 6.10 and its patch releases. The latest patch for 6.10 is 6.10.3349.

Highlights

Haiku 4.5 is now available in Cody Enterprise

Details

Improvements

  • Authentication Add predefined Raycast client

    Added a predefined OAuth2 client for the Sourcegraph Raycast extension.

  • Code Intel Enhanced Code Navigation Performance and Accuracy
  • Cody Haiku 4.5 is now available in Cody Enterprise
  • Source UI for GH App groups cache permissions

    Adds a warning on the GitHub App page in Sourcegraph to warn site admins that a GitHub App does not have the necessary permissions to enable groups caching.

  • Deep Search Add undo and redo shortcuts
  • Deep Search Display errors inline with remediation options

    Errors in Deep Search are now displayed inline in the answer section with options to retry or start a new search, replacing the previous error banner.

  • Deep Search Add conversation stars

    Added the ability to star favorite threads with a new sidebar tab showing all starred threads in one place.

  • Deep Search Switch DS to use Sonnet 4.5 as main model and Haiku 4.5 as summary model

    Upgraded Deep Search to use Claude Sonnet 4.5 as the main model and Claude Haiku 4.5 for summary generation, improving performance while maintaining quality.

  • Repositories Add PKCE support for GitHub

    GitHub account connections now use Proof Key for Code Exchange (PKCE)

  • Enterprise Portal Add Cloud instance SLO data

    Enterprise Portal now shows SLOs for Sourcegraph Cloud instances to track how the instance is performing.

  • Deep Search Only show new steps per question and update step counter

    Deep Search now displays only new steps for each follow-up question instead of showing all previous steps, reducing confusion in the UI.

Fixes

  • Code Search Search Jobs broken if soft-deleted users have search jobs

    Fixed rendering of the Search Jobs management page when search jobs exist for soft-deleted users.

  • Deep Search Fix Safari-specific CodeMirror alignment issues in tool headers
  • Deep Search Fix disabling of share button when token limit is hit
  • Source Correctly set default Github and Gitlab URLs when unset in site config

    Fix default GitHub and GitLab URLs being incorrectly applied when not explicitly configured in site config.

  • Permissions Fix PermissionsSyncJobs pagination

    Fixed an issue where permissions sync jobs couldn't be paginated if they referenced a deleted user or repository.

  • Authentication Return WWW-Authenticate header on 401s

    Return WWW-Authenticate header on 401 responses to advertise OAuth schema to MCP clients.

  • Source GitHub Apps now require administration: read

    GitHub Apps now require the Repository administration: read permission for groups caching functionality.

  • Source Fix groups caching for GitHub Apps

    Fixed groups caching validation for GitHub Apps by checking for members: read permission instead of OAuth scopes.

  • Deep Search Fix pagination cursor ordering

    Fixed pagination cursor to match id-descending ordering, preventing glitches during infinite scrolling.

  • Source Fix PKCE GitHub signin

    Fixed GitHub sign-in failing due to PKCE data retrieval issues

  • Deep Search Fix broken spinner for endless scrolling
  • Deep Search Fix misaligned query chips
  • Deep Search Fix base quota calculation error with complex license history

    Fixed incorrect base quota calculation for Deep Search metering when customers have complex license histories with expired licenses

  • Deep Search Set timeout back to 4 minutes

    Increased timeout from 1 minute to 4 minutes to reduce timeout errors.

  • Database Allow minor upgrades of Postgres for the latest Sourcegraph releases

    Used constraints instead of exact match in database version validation

  • Source Decline sign-in for NoSignIn auth providers

    Decline sign-in attempts for NoSignIn auth providers while still allowing users to connect new auth providers when already logged in.

Removed

  • VSCode Remove 'sourcegraph.loginWithCody' setting from VSCode Code Search plugin

    Removed the VSCode Code Search extension's ability to share authentication credentials with the Cody extension. Users must now authenticate directly with their own credentials or access token.