@@ -38,13 +38,14 @@ Table of Contents *CopilotChat-table-of-contents*
3838CopilotChat.nvim is a Neovim plugin that brings GitHub Copilot Chat
3939capabilities 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