March 16th updates
See what changed in Sourcegraph.
Deep Search reads Deep Search
Deep Search can now load prior Deep Search investigations from a URL or read token so you can continue and extend earlier research.
Paste a Deep Search URL or read token into your message, and the agent will load that investigation as context for your new prompt. For example:
- Read
https://sourcegraph.com/deepsearch/b875dd16-a58f-4c27-84b8-4b4306e49df7and tell me what else we should investigate about our flaky tests - Based on the findings in
https://sourcegraph.com/deepsearch/shared/e3c0150a-b7ef-4955-bed4-d5820ca7a70d, investigate whether the same logging patterns appear in our other microservices - What did we learn about authentication in
https://sourcegraph.com/deepsearch/71a48f28-d241-4efa-bc62-4afde5499b00? Are there similar issues in the authorization code? - Continue the investigation from
https://sourcegraph.com/deepsearch/7347ddaa-d579-4b91-b152-ca27e4ddb656by checking if those dead code patterns exist in our newer repositories - Compare what we found in
https://sourcegraph.com/deepsearch/e782c115-2dfa-44a5-8a88-2fad218a2fe1with the current state of the codebase - has the performance issue been addressed? - Look at
https://sourcegraph.com/deepsearch/shared/3f1beb2b-bded-4fda-96cc-1af7192f24b6and investigate whether those security concerns apply to our newer API endpoints
Improved token efficiency in agentic Sourcegraph tools
Deep Search and MCP tools are now more token-efficient.
We've improved the set of tools available for agents inside Sourcegraph to emit more token-efficient outputs. This includes tools that Deep Search uses under the hood, as well as tools available in our MCP server.
Instead of JSON, the tools now emit a more compact plaintext format, saving tokens on every execution. A lower token count also leads to lower latency and costs. The new format is also more selective about which pieces of information it shows to the agent.
Deep Search usage pacing charts in Sourcegraph Analytics
See how Deep Search usage trends month over month with new pacing charts.
Sourcegraph Analytics now includes pacing charts for Deep Search, making it easy for admins to track usage against their purchased quota as the month progresses. The charts show both burndown and cumulative views for the current month, mapped against the previous month so you can spot trends at a glance.
The burndown view tracks usage against your purchased amount, helping you know when it’s time to top up.

















