March 11th updates
See what changed in Sourcegraph.
See what changed in Sourcegraph.
See what changed in Sourcegraph.
Set up Sourcegraph MCP in VS Code and Cursor with one click from the integrations page.
You can now add Sourcegraph MCP to VS Code and Cursor directly from the integrations page using editor deep links.
Select Add to VS Code or Add to Cursor, and Sourcegraph opens the editor with your Sourcegraph MCP server configuration prefilled for your instance URL.
Reference git notes attached to commits.
See what changed in Sourcegraph.
Jump to anything at lightning speed.
We're introducing a full-blown command palette for Sourcegraph. Hit Cmd + K (or Ctrl + K on Windows) from anywhere to search for files, repositories, symbols, pages, and more — all in one place.

Starting today, the latest features, improvements, and fixes will be applied on weekly basis.
As promised, we are starting to apply Sourcegraph Cloud updates every week. Weekly updates are rolled out gradually over several days, and customers can generally expect to see the new features, improvements, and fixes by Thursday of each week. You can learn more about what has changed directly in Sourcegraph, or in our Changelog.
In the past, Sourcegraph Cloud has received the same releases as our self-hosted customers, at the same monthly cadence. We strongly believe that weekly updates will not only enable Sourcegraph to stay at the cutting edge of the latest technologies, but also to work more closely with our customers to address feedback and iterate on new capabilities.
See what's new in Sourcegraph without leaving the app.
We're shipping fast at Sourcegraph. Refreshing https://sourcegraph.com/changelog continuously is tedious though. Now you don't have to — with relevant updates highlighted directly from the product. Click the "What's new" icon in the sidebar to see the latest updates from Sourcegraph.
A comprehensive design refresh with a new theme system and UI refinements.
Read moreAdministration is becoming simpler to navigate and easier to configure, with clear forms and guided setup flows.
We're shipping a broad set of improvements to the administration area focused on one goal: make Sourcegraph easy and obvious to configure.
The administration area now contains dedicated pages for configuring many settings found in the former "Site configuration" page.
Longer, more focused conversations with Deep Search address context window issues and enable even deeper research.
Deep Search now uses a dedicated subagent specialized for finding files relevant to your query. This subagent performs thorough searches and presents a summary to the main agent. Since the main Deep Search agent only needs to read this summary, this saves tokens in its context window.
This means Deep Search can explore more of your codebase while using fewer tokens, so you get more focused context and longer conversations - you should be able to ask Deep Search more questions before reaching the context window limit.
Code navigation, right inside Deep Search.
Deep Search file sources now support code navigation directly in the sidebar preview. When you click on a file source in the right sidebar, the file preview displays interactive hover cards — just like the regular code view. You can inspect symbol documentation, jump to definitions, and find references without leaving Deep Search, to dive extra deep into the citations that Deep Search provided, helping validation and further exploration of answers.
Drag and drop images into Deep Search.
Deep Search now supports images. Drag and drop or copy-paste images directly into the prompt editor, add your question, and submit. Deep Search will analyze the image alongside your code to help you find better answers faster.
Real-time results in Deep Search.
Deep Search now streams tool calls, results, and answers as they're generated. Previously, Deep Search would wait for a full intermediate step or answer before displaying it.
Checking in on Deep Search's thought process lets you understand the information retrieval process better, and steer the agent as needed.
Quickly find and navigate to Deep Search conversations from anywhere with the fuzzy finder.
You can now search your Deep Search conversations directly from the fuzzy finder. Press cmd + J (or ctrl + J on Linux/Windows) to open the Conversations tab and start typing to find past conversations by title or content.
The Sourcegraph MCP server is now generally available with frictionless OAuth setup enabled by default.
The Sourcegraph MCP server is now GA with OAuth Dynamic Client Registration enabled by default. Connecting AI agents like Amp, Claude Code, VS Code, or Cursor to your Sourcegraph instance is now quick:
# Amp
amp mcp add sg https://sourcegraph.example.com/.api/mcp
# Claude Code
claude mcp add --transport http sg https://sourcegraph.example.com/.api/mcp
# VS Code
code --add-mcp "{\"name\":\"sourcegraph\",\"type\":\"http\",\"url\":\"https://sourcegraph.example.com/.api/mcp\"}"
Track Sourcegraph MCP tool usage with new dashboards in Sourcegraph Analytics.
Sourcegraph Analytics now includes MCP usage. The new MCP section on the Search page shows daily and monthly active users, tool-level usage, and top MCP users, giving you visibility into MCP adoption.
MCP tool calls are also included in the Overview Time Saved table and CSV exports, giving you a complete picture alongside search, completions, and chat.
Sourcegraph search and file links now unfurl with rich previews in Slack.
Sourcegraph code search and file links shared in Slack now automatically unfurl with rich previews, giving your teammates instant context without leaving Slack.
When you paste a Sourcegraph search URL or file link into a Slack channel, you'll see a preview that includes relevant details like the search query, repository name, file path, and code snippets. This makes it easier for teams to discuss code and search results directly in Slack conversations.
Improved repository availability with enhanced corruption detection, safer optimization coordination, and atomic recovery.
To improve support for the largest codebases, Sourcegraph is now significantly more resilient to repository corruption events.
We have made coordinated improvements across optimization, corruption detection, and recovery so repositories stay available and searchable in more scenarios.
Bring Deep Search to your custom integrations with the new Sourcegraph API.
We're introducing a new, versioned Sourcegraph API for custom integrations, starting with the general availability of the Deep Search API. The new Deep Search API can be used to bring Deep Search to your own tooling.
The new, interactive API reference page is available at /api-reference (e.g. https://sourcegraph.example.com/api-reference). From this page, you can view the available operations and download the OpenAPI schema. We've seen many of you build on top of Sourcegraph as the central platform for access to code and code knowledge, to power your custom tooling.
We are committed to supporting integrations built on top of these new APIs with backwards compatibility and migration assistance for breaking changes.
Software development is changing, and so are its tools.
Read moreSay hello to the brand new Sourcegraph changelog.
We've built a new changelog to better highlight all the changes that will be coming in this new era of Sourcegraph. We are doubling down on the future of code understanding, and are ready to hit the ground running this year with exciting new improvements and features.
In the new Featured feed, you can find updates for our biggest changes in the form of standalone posts. In this feed, every Sourcegraph release - for example, Sourcegraph 6.12 - will get its own dedicated page that compiles all the changes from the release as well as all of its subsequent patches. Each release page will indicate the major updates included in the release, as well as a Details section with smaller improvements, fixes, and notes on deprecations.
Interact with Deep Search while browsing code.
You can now ask Deep Search questions directly from code navigation. Code you select in the blob view is automatically added as context to your conversation.

Ask questions about your codebase directly in Slack with the Sourcegraph Slack integration.
The Sourcegraph Slack integration is now available. When you mention @Sourcegraph in Slack discussions, a Deep Search conversation will be initiated directly in the Slack thread. You can also ask follow-up questions as the discussion goes on.