Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/cody/capabilities/index.mdx
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Cody Capabilities

<p className="subtitle">
Learn and understand more about Cody's features and core AI functionality.
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.
</p>

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

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

<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." />

<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." />
<QuickLink title="Prompts & Commands" icon='theming' href="/cody/capabilities/commands" description="Automate key tasks in your workflow with premade and customizable prompts." />

<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." />

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

<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." />

Expand Down
Loading