Skip to content

Commit 2f62ae8

Browse files
committed
docs: update feature list with more detailed descriptions
The README.md feature list has been enhanced with more precise and detailed descriptions of the plugin's capabilities. Key updates include: - Clarified native Copilot Chat integration and supported models - Added details about smart embeddings system - Improved explanation of context sharing mechanics - Enhanced description of the prompt system - Refined explanations of UI and provider features
1 parent 7f17557 commit 2f62ae8

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ https://github.com/user-attachments/assets/8cad5643-63b2-4641-a5c4-68bc313f20e6
2020

2121
CopilotChat.nvim is a Neovim plugin that brings GitHub Copilot Chat capabilities directly into your editor. It provides:
2222

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

3132
# Requirements
3233

0 commit comments

Comments
 (0)