Star your favorite Deep Search threads
We're excited to announce a new feature in Sourcegraph v6.10 that makes it easier to organize and revisit your most valuable Deep Search conversations: starred threads.

We're excited to announce a new feature in Sourcegraph v6.10 that makes it easier to organize and revisit your most valuable Deep Search conversations: starred threads.
Deep Search helps you explore complex codebases through AI-powered conversational search. But as you accumulate more threads, finding that one insightful conversation from last week becomes a challenge. That's where stars come in.
With starred threads, you can now:

Using stars is simple:
Behind the scenes, we've added two new API endpoints to manage stars:
curl -X POST https://demo.sourcegraph.com/.api/deepsearch/v1/390/star \
-H "Authorization: token ${SRC_ACCESS_TOKEN}" \
-H "X-Requested-With: my-client 1.0.0"
curl -X DELETE https://demo.sourcegraph.com/.api/deepsearch/v1/390/star \
-H "Authorization: token ${SRC_ACCESS_TOKEN}" \
-H "X-Requested-With: my-client 1.0.0"
This lightweight design ensures that starring threads are fast and doesn't impact your Deep Search experience.
Whether you're onboarding a new team member, documenting architectural decisions, or solving a tricky bug, Deep Search threads often contain insights worth revisiting. Stars give you a personal collection of your most valuable conversations, making knowledge discovery faster and more organized.
Try starring your favorite Deep Search threads today and let us know what you think.

With Sourcegraph, the code understanding platform for enterprise.
Schedule a demo