summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 11:16:46 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 11:16:46 +0200
commit3698679c27896d0e77f677a769c7ac1437f7e042 (patch)
treefd9bc755901188ed9bfef9b0665f7312f0f67a6b /README.md
parent5e825543dc55a2c649e68dce6341844ad71fa217 (diff)
add hexai-tmux-edit documentation to all doc files
Update README, build guide, configuration guide, usage guide, and tmux guide with hexai-tmux-edit popup editor documentation including supported agents, keybinding setup, flags, workflow, and configuration examples. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88ee031..5bd1bcd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,11 @@ It has got improved capabilities for Go code understanding (for example, create
* Stand-alone command line tool for LLM interaction
* Parallel completions and CLI responses from multiple providers/models for side-by-side comparison
* TUI AI code-action runner (`hexai-tmux-action`) with Bubble Tea
- - Includes a “Custom prompt” action (hotkey `p`) that opens your editor (`$HEXAI_EDITOR` or `$EDITOR`) on a temporary Markdown file.
+ - Includes a \u201cCustom prompt\u201d 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, and other agents
+ - Config-driven: add new agents via `[tmux_edit]` in config.toml
* Support for OpenAI, OpenRouter, Anthropic, and Ollama
## Documentation