|
10 | 10 | An Emacs interface for AI-assisted software development. *The purpose is to provide a uniform interface and experience for different AI backends*, with context-aware AI coding actions, and integrating seamlessly with AI-driven agile development workflows. |
11 | 11 |
|
12 | 12 | - Currently it supports these AI coding CLIs: |
13 | | - - [[https://github.com/anthropics/claude-code][Claude Code]] |
14 | | - - [[https://github.com/google-gemini/gemini-cli][Gemini CLI]] |
15 | 13 | - [[https://github.com/openai/codex][OpenAI Codex]] |
16 | 14 | - [[https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli][GitHub Copilot CLI]] |
| 15 | + - [[https://github.com/google-gemini/gemini-cli][Gemini CLI]] |
| 16 | + - [[https://github.com/anthropics/claude-code][Claude Code]] |
17 | 17 | - [[https://opencode.ai/][Opencode]] |
18 | 18 | - [[https://grokcli.io/][Grok CLI]] |
19 | 19 | - [[https://docs.cursor.com/en/cli][Cursor CLI]] |
@@ -339,14 +339,14 @@ When working with multiple AI sessions, it can be useful to receive desktop noti |
339 | 339 | - [[https://github.com/obra/superpowers][obra/superpowers]] pair well with this package's existing harness-oriented workflows, especially the `ai-code-auto-test-type` feedback loop, `ai-code-tdd-cycle`, and `ai-code-pull-or-review-diff-file` code review flow. |
340 | 340 |
|
341 | 341 | Natively supported options: |
342 | | - - [[https://github.com/anthropics/claude-code][Claude Code]] (`[[./ai-code-claude-code.el][ai-code-claude-code.el]]`) |
343 | | - - Binds =Shift+Enter=/=Ctrl+Enter= inside Claude sessions to send Claude's |
344 | | - multiline input sequence. |
345 | | - - [[https://github.com/google-gemini/gemini-cli][Gemini CLI]] (`[[./ai-code-gemini-cli.el][ai-code-gemini-cli.el]]`) |
346 | 342 | - [[https://github.com/openai/codex][OpenAI codex CLI]] (`[[./ai-code-codex-cli.el][ai-code-codex-cli.el]]`) |
347 | 343 | - [[https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli][GitHub Copilot CLI]] (`[[./ai-code-github-copilot-cli.el][ai-code-github-copilot-cli.el]]`) |
348 | 344 | - Sets =TERM_PROGRAM=vscode= by default and binds =Shift+Enter=/=Ctrl+Enter= |
349 | 345 | inside Copilot sessions to emulate Copilot CLI's VS Code multiline setup. |
| 346 | + - [[https://github.com/google-gemini/gemini-cli][Gemini CLI]] (`[[./ai-code-gemini-cli.el][ai-code-gemini-cli.el]]`) |
| 347 | + - [[https://github.com/anthropics/claude-code][Claude Code]] (`[[./ai-code-claude-code.el][ai-code-claude-code.el]]`) |
| 348 | + - Binds =Shift+Enter=/=Ctrl+Enter= inside Claude sessions to send Claude's |
| 349 | + multiline input sequence. |
350 | 350 | - [[https://opencode.ai/][Opencode]] (`[[./ai-code-opencode.el][ai-code-opencode.el]]`) |
351 | 351 | - [[https://grokcli.io/][Grok CLI]] (`[[./ai-code-grok-cli.el][ai-code-grok-cli.el]]`) |
352 | 352 | - [[https://docs.cursor.com/en/cli][Cursor CLI]] (`[[./ai-code-cursor-cli.el][ai-code-cursor-cli.el]]`) |
|
0 commit comments