Skip to content

Commit 386b51b

Browse files
chore(doc): auto generate docs
1 parent d3ddd22 commit 386b51b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

doc/CopilotChat.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ CopilotChat.nvim brings GitHub Copilot Chat capabilities directly into Neovim
4141
with a focus on transparency and user control.
4242

4343
- 🤖 **Multiple AI Models** - GitHub Copilot (including GPT-4o, Gemini 2.5 Pro, Claude 4 Sonnet, Claude 3.7 Sonnet, Claude 3.5 Sonnet, o3-mini, o4-mini) + custom providers (Ollama, Mistral.ai). The exact list of available models depends on your GitHub Copilot settings <https://github.com/settings/copilot/features> and the models provided by GitHub’s API.
44-
- 🔧 **Tool Calling** - LLM can use workspace functions (file reading, git operations, search) with your explicit approval
45-
- 🔒 **Explicit Control** - Only shares what you specifically request - no background data collection
46-
- 📝 **Interactive Chat** - Rich UI with completion, diffs, and quickfix integration
44+
- 🔧 **Tool Calling** - LLM can call workspace functions (file reading, git operations, search) with your explicit approval
45+
- 🔒 **Privacy First** - Only shares what you explicitly request - no background data collection
46+
- 📝 **Interactive Chat** - Interactive UI with completion, diffs, and quickfix integration
4747
- 🎯 **Smart Prompts** - Composable templates and sticky prompts for consistent context
48-
- ⚡ **Efficient** - Smart token usage with tiktoken counting and history management
48+
- ⚡ **Token Efficient** - Resource replacement prevents duplicate context, history management via tiktoken counting
49+
- 🔗 **Scriptable** - Comprehensive Lua API for automation and headless mode operation
4950
- 🔌 **Extensible** - Custom functions <https://github.com/CopilotC-Nvim/CopilotChat.nvim/discussions/categories/functions> and providers <https://github.com/CopilotC-Nvim/CopilotChat.nvim/discussions/categories/providers>, plus integrations like mcphub.nvim <https://github.com/ravitemer/mcphub.nvim>
5051

5152

0 commit comments

Comments
 (0)