summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-02 09:38:04 +0300
committerPaul Buetow <paul@buetow.org>2026-07-02 09:38:04 +0300
commita68228bfa12f4d8a51fe53e244fcd2e66c1ef692 (patch)
tree94e257b21b93419fef655c9813f68190204c3d0d /README.md
parent9f0e96ce62339ddefa8771891e0864ede9af5064 (diff)
Remove hexai-tmux-edit popup editor featurev0.42.0
The tmux popup editor and its per-agent detection (Cursor/Amp/Aider) added maintenance surface without enough use to justify it; Codex and Claude Code already support external-editor mode natively via Ctrl+G. Drops internal/tmuxedit, cmd/hexai-tmux-edit, the [tmux_edit] config schema, the Mage build target, and all related docs/README mentions. Bump version to 0.42.0. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8f468fa..3c10092 100644
--- a/README.md
+++ b/README.md
@@ -37,11 +37,6 @@ It has got improved capabilities for Go code understanding (for example, create
- Fully configurable menu via `[[tmux_action.menu]]` — reorder, remove, rename, rebind hotkeys, embed custom actions directly in main menu
- All action prompts overridable via `[prompts.code_action]` in `config.toml`
- Custom prompt action 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 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 Ollama (local + Ollama Cloud), OpenAI, OpenRouter, Anthropic, and You.com (YouSearch Research API) — Ollama Cloud (`kimi-k2.6` at `https://ollama.com`) is the default
> **Note on hexai-mcp-server:** This component is currently experimental and not actively maintained. The author manages prompts through slash commands and meta-commands in the hexai agent system, making the MCP server redundant for its original purpose. The code is preserved for potential future enhancements with different functionality beyond prompt management. See the [MCP documentation](docs/mcp-setup.md) for reference only.
@@ -71,9 +66,7 @@ hexai follows the XDG Base Directory Specification:
- `stats.json` - LLM usage tracking (regenerable)
- `stats.lock` - File lock for stats access
- **State & Logs:** `~/.local/hexai/state/` (or `$XDG_STATE_HOME/state/`)
- - `tmux-edit-history.jsonl` - History of text submitted via tmux popup
- `hexai-lsp-server.log` - LSP server debug logs
- - `hexai-tmux-edit.log` - Tmux edit debug logs
- `hexai-mcp-server.log` - MCP server debug logs
- **Data:** `~/.local/hexai/data/` (or `$XDG_DATA_HOME/`)
- `prompts/user.jsonl` - User-created custom prompts (built-in prompts are compiled into the binary)