Changelog Release 6.7
SEPTEMBER 04, 2025

Sourcegraph 6.7

A newer version of Sourcegraph is available: Sourcegraph 6.12.

This page includes all changes for 6.7 and its patch releases. The latest patch for 6.7 is 6.7.2720.

Highlights

Enhanced code navigation performance and accuracy

Introducing pricing plans and major updates for Deep Search

GPT-5 is now available in Cody Enterprise

Syntax highlighting for SQL

Details

Improvements

  • Code Intel Add Tree-sitter support for Swift

    Swift code should be now properly highlighted using tree-sitter.
    Backport 61c45dfc1e2371fb4e6802f5d877cdcfbb139bce from #7113

  • Cody GPT-5 is now available in Cody Enterprise
  • Code Intel Syntax highlighting for SQL now supported
  • Deep Search Add share url to deepsearch

    DeepSearch conversations now include a shareable URL, making it easier to share conversations with others.
    Backport 08602f581464e9f8c1c766cf7542649159bacfc8 from #7078

  • Cody Fix critical Google Vertex regression and add Gemini support with Workload Identity auth
    • Google Vertex now supports Workload Identity authentication as an alternative to access token authentication.
    • Gemini models can now be used with Google Vertex.
      Backport f80ec0d84a54336daf66fa6e9c8a43cea9ac1fc2 from #7075
  • Deep Search Add v1 to deepsearch APIs prefix

    Added v1 prefix to deepsearch APIs

  • Deep Search Add telemetry for quota check fail-open scenarios
    • Added licensing.canConsumeDeepSearchQuota and licensing.consumeDeepSearchQuota telemetry events to track quota check failures
    • Telemetry captures error codes, license key status, and error details for debugging fail-open scenarios
  • Deep Search Migrate question data model to the server

    Added API endpoints for creating and updating questions within a deep search thread

Fixes

  • Cody Add reasoning to GPT-5 models

    Fixed model configuration to include reasoning parameter.

  • Cody Add reasoning to GPT-5 models

    Fixed OpenAI GPT-5 reasoning model to use correct temperature and top_p parameters. These models now default to 0 for both parameters, allowing OpenAI to use its optimized defaults for reasoning tasks.


    Backport 59a57c27d8c27a665d596b4324f85177914758a3 from #7092

  • Cody Include `UseLegacyCompletions` in the config conversion layer
    • Addresses 422 Unprocessable Entity errors due to Cody client using /v1/chat/completions instead of the legacy /v1/completions.
      Backport 231d6ebe20ec8e327fc9695f4df5e6039bb8208e from #7054
  • Deep Search Sources from tool calls no longer lost

    Fixed a bug where sources were not being recorded

  • Deep Search Migrate questions to fix tool calls

    Fixed incorrectly formatted tool calls in DeepSearch questions that contained invalid fields or missing data

  • Symbols Match child symbols with their parent using full container path

    Fixed symbols sidebar to correctly display deeply nested symbols for languages such as Go, Java, and Python that use . for nesting.

  • Deep Search Include thread history in follow-up questions
    • DeepSearch now maintains conversation context in follow-up questions
    • Added validation to prevent errors from unfinished tool calls in conversation history
  • Prompts Gracefully handle deleted users for tags

    Gracefully handle deleted users for tags in prompts

Other

  • Improve Bitbucket repo listing performance

    Addressed pagination and performance issues with listing Bitbucket.org repositories in Enterprise Starter repository management.
    Backport cd8120b70d93d9ab4021f7c284464bcd5b5246de from #7112