You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,4 @@ Do what has been asked; nothing more, nothing less.
39
39
- ALWAYS prefer editing existing files
40
40
- NEVER proactively create documentation files
41
41
- When adding or changing user-facing features, update the relevant docs in `doc/` (NOT `doc/codecompanion.txt` which is auto-generated by `make docs`)
42
+
- ALWAYS keep memory in the current working directory and `memories/` folder
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,12 @@ Thank you to the following people:
29
29
## :sparkles: Features
30
30
31
31
-:speech_balloon:[Copilot Chat](https://github.com/features/copilot) meets [Zed AI](https://zed.dev/blog/zed-ai), in Neovim
32
+
-:zap: Integrates Neovim with LLMs and Agents in the CLI
32
33
-:electric_plug: Support for LLMs from Anthropic, Copilot, GitHub Models, DeepSeek, Gemini, Mistral AI, Novita, Ollama, OpenAI, Azure OpenAI, HuggingFace and xAI (or [bring your own](https://codecompanion.olimorris.dev/extending/adapters.html))
33
34
-:robot: Support for [Agent Client Protocol](https://agentclientprotocol.com/overview/introduction), enabling coding with agents like [Augment Code](https://docs.augmentcode.com/cli/overview), [Cagent](https://github.com/docker/cagent) from Docker, [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview), [Codex](https://openai.com/codex), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Goose](https://block.github.io/goose/), [Kimi CLI](https://github.com/MoonshotAI/kimi-cli), [Kiro](https://kiro.dev/docs/cli/), [Mistral Vibe](https://github.com/mistralai/mistral-vibe) and [OpenCode](https://opencode.ai)
34
35
-:heart_hands: User contributed and supported [adapters](https://codecompanion.olimorris.dev/configuration/adapters-http#community-adapters)
35
36
-:battery: Support for [Model Context Protocol (MCP)](https://codecompanion.olimorris.dev/model-context-protocol#model-context-protocol-mcp-support)
36
-
-:rocket:[Inline transformations](https://codecompanion.olimorris.dev/usage/inline-assistant.html), code creation and refactoring
37
+
-:rocket:[Inline transformations](https://codecompanion.olimorris.dev/usage/inline.html), code creation and refactoring
37
38
-:art:[Editor Context](https://codecompanion.olimorris.dev/usage/chat-buffer/editor-context.html), [Slash Commands](https://codecompanion.olimorris.dev/usage/chat-buffer/slash-commands.html), [Agents/Tools](https://codecompanion.olimorris.dev/usage/chat-buffer/agents-tools) and [Workflows](https://codecompanion.olimorris.dev/usage/workflows.html) to improve LLM output
38
39
-:brain: Support for [rules](https://codecompanion.olimorris.dev/usage/chat-buffer/rules.html) files like `CLAUDE.md`, `.cursor/rules` and your own custom ones
39
40
-:sparkles: Built-in [prompt library](https://codecompanion.olimorris.dev/usage/action-palette.html) for common tasks like advice on LSP errors and code explanations
@@ -56,7 +57,7 @@ Thank you to the following people:
-[ravitemer](https://github.com/ravitemer) for the fantastic extensions API
132
133
-[Davidyz](https://github.com/Davidyz) for his continued, excellent contributions that keep CodeCompanion going
133
134
-[Conrad Irwin](https://github.com/conradirwin), [Agus Zubiaga](https://github.com/agu-z) and Morgan Krey from [Zed Industries](https://github.com/zed-industries) for their support in implementing [ACP](https://agentclientprotocol.com)
135
+
-[Sidekick.nvim](https://github.com/folke/sidekick.nvim) for the diff and terminal input inspiration
0 commit comments