You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.mdx
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
Sourcegraph is a Code Intelligence platform that deeply understands your code, no matter how large or where it’s hosted, to power modern developer experiences.
2
2
3
3
-**Code Search:** Search through all of your repositories across all branches and all code hosts
4
+
-**Deep Search:** Ask natural language questions and get detailed answers from our AI agent
4
5
-**Code Intelligence:** Navigate code, find references, see code owners, trace history, and more
5
6
-**Fix and Refactor:** Roll out and track large-scale changes and migrations across repos at once
6
-
-**AI Assistant:** Use Cody our AI code assistant to read, write, and understand your entire codebase faster
7
+
-**AI Assistant:** Use Cody, our AI code assistant to read, write, and understand your entire codebase faster
7
8
8
9
## Quickstart
9
10
@@ -22,6 +23,12 @@ Sourcegraph is a Code Intelligence platform that deeply understands your code, n
22
23
title="Cody"
23
24
description="Write, fix, and maintain code with Sourcegraph’s AI coding assistant, Cody. "
24
25
/>
26
+
<QuickLink
27
+
title="Deep Search"
28
+
icon="plugins"
29
+
href="/deep-search"
30
+
description="Get comprehensive answers to complex code questions using an AI agent that explores your codebase."
31
+
/>
25
32
<QuickLink
26
33
title="Sourcegraph 101"
27
34
icon="plugins"
@@ -42,7 +49,8 @@ Some of the main Sourcegraph features include:
|**Cody**| Cody is and AI coding assistant that writes, fixes, and maintains your code |
52
+
|**Deep Search**| Natural language code search with a dedicated AI agent that explores your codebase |
53
+
|**Cody**| Cody is and AI coding assistant that writes, fixes, and maintains your code |
46
54
|**Code Navigation**| Jump-to-definition, find references, and other IDE-like code browsing features on any branch, commit, or PR/code review |
47
55
|**Code Insights**| Reveal high-level information about your codebase at its current state and over time, to track migrations, version usage, vulnerability remediation, ownership, and more |
48
56
|**Batch Changes**| Make large-scale code changes across many repositories and codehosts |
0 commit comments