Skip to content

Commit 0f783ae

Browse files
chore(doc): auto generate docs
1 parent 2f62ae8 commit 0f783ae

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

doc/CopilotChat.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ Table of Contents *CopilotChat-table-of-contents*
3838
CopilotChat.nvim is a Neovim plugin that brings GitHub Copilot Chat
3939
capabilities directly into your editor. It provides:
4040

41-
- 🤖 Full GitHub Copilot Chat integration with selective context sharing - only sends what you want to share
42-
- 💻 Smart workspace context awareness (buffers, files, git diffs, URLs)
43-
- 🔌 Extensible provider system (supports custom LLM providers like Ollama)
44-
- 📝 Rich chat interface with code completions and diff acceptance
45-
- 🎯 Built-in prompts for common tasks (explain, review, fix, optimize, docs, tests)
46-
- 🔄 Context-aware responses that understand your code and workspace
47-
- ⚡ Efficient token usage with optional tiktoken support
41+
- 🤖 Native GitHub Copilot Chat integration with official model and agent support (GPT-4o, Claude 3.5 Sonnet, Gemini 2.0 Flash, and more)
42+
- 💻 Rich workspace context powered by smart embeddings system
43+
- 🔒 Explicit context sharing - only sends what you specifically request, either as context or selection
44+
- 🔌 Modular provider architecture supporting both official and custom LLM backends (Ollama, LM Studio, and more)
45+
- 📝 Interactive chat UI with completion, diffs and quickfix integration
46+
- 🎯 Powerful prompt system with composable templates and sticky prompts
47+
- 🔄 Extensible context providers for granular workspace understanding (buffers, files, git diffs, URLs, and more)
48+
- ⚡ Efficient token usage with tiktoken optimization
4849

4950

5051
==============================================================================

0 commit comments

Comments
 (0)