Changelog Release 6.7.0
AUGUST 20, 2025

Sourcegraph 6.7.0

A newer patch release is available: 6.7.2720. See all changes in Sourcegraph 6.7.

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

  • 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

  • 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