Skip to content

Commit a304558

Browse files
committed
Improve cards description and icons
1 parent da3fff5 commit a304558

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/cody/capabilities/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Cody Capabilities
22

33
<p className="subtitle">
4-
Learn and understand more about Cody's features and core AI functionality.
4+
Cody offers a rich set of capabilities and features that help you write better code faster. Learn and understand more about Cody's features and core AI functionality in this section.
55
</p>
66

7-
Cody offers a rich set of capabilities and features that help you write better code faster. These include:
87
<QuickLinks>
98

10-
<QuickLink title="Chat" icon='lightbulb' href="/cody/capabilities/chat" description="Allows users to ask general programming questions or inquire about specific code." />
9+
<QuickLink title="Chat" icon='lightbulb' href="/cody/capabilities/chat" description="Use Cody's chat to get contextually-aware answers to your questions." />
1110

1211
<QuickLink title="Autocomplete" icon='installation' href="/cody/capabilities/autocomplete" description="Suggests code completions as you type, utilizing context from your code, open files, and file history." />
1312

14-
<QuickLink title="Prompts & Commands" icon='theming' href="/cody/capabilities/commands" description="Provide predefined, reusable prompts for common actions, such as documenting code, explaining code, generating unit tests, and identifying code smells." />
13+
<QuickLink title="Prompts & Commands" icon='theming' href="/cody/capabilities/commands" description="Automate key tasks in your workflow with premade and customizable prompts." />
1514

1615
<QuickLink title="OpenCtx Context Providers" icon='presets' href="/cody/capabilities/openctx" description="Add additional context sources from outside of your code base by leveraging OpenCtx Providers." />
1716

18-
<QuickLink title="Debug Code" icon='lightbulb' href="/cody/capabilities/debug-code" description="Helps you with identifying and fixing code errors and bugs." />
17+
<QuickLink title="Debug Code" icon='languagemodels' href="/cody/capabilities/debug-code" description="Helps you with identifying and fixing code errors and bugs." />
1918

2019
<QuickLink title="Cody Context Filters" icon='installation' href="/cody/capabilities/ignore-context" description="Cody helps you filter context based on a set of exclude and include rules." />
2120

0 commit comments

Comments
 (0)