diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-07 08:57:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-07 08:57:04 +0300 |
| commit | f8e5ff8227c0cafb140767c9286dd598e7503e45 (patch) | |
| tree | 05a7cadd468ab3dfc364287b856aed37cfcce4ca /README.md | |
| parent | d600ea8c411d5f9962a64ea52bba6ec21ac661be (diff) | |
feat: remove tmux edit popup support for Claude Code
Claude Code CLI now supports Ctrl+G to open the prompt in EDITOR
(like OpenAI Codex CLI), making the built-in hexai-tmux-edit agent
profile redundant.
- Remove internal/tmuxedit/claude_agent.go and its tests
- Update builtinAgents() to exclude claude; built-ins are now: cursor, amp, aider
- Update all documentation (README, docs/tmux.md, docs/usage.md, docs/configuration.md)
- Update config.toml.example to reflect new agent list
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ It has got improved capabilities for Go code understanding (for example, create - Includes a "Custom prompt" action (hotkey `p`) that opens your editor (`$HEXAI_EDITOR` or `$EDITOR`) on a temporary Markdown file. * Tmux popup editor (`hexai-tmux-edit`) for composing longer AI agent prompts - Opens `$EDITOR` in a tmux popup, pre-filled with the current prompt text - - Auto-detects Claude Code, Cursor, Amp, Aider (WIP), and other agents - - OpenAI Codex CLI already has native external-editor support via `Ctrl+G` + - Auto-detects Cursor, Amp, Aider (WIP), and other agents + - OpenAI Codex CLI and Claude Code CLI have native external-editor support via `Ctrl+G` - Config-driven: add new agents via `[tmux_edit]` in config.toml * Support for OpenAI, OpenRouter, Anthropic, and Ollama |
