| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-16 | Release v0.24.0v0.24.0 | Paul Buetow | |
| Bring unit test coverage from ~75% to 85.1% project-wide. All internal packages now exceed 80% coverage. Refactored cmd entrypoints to extract testable run() functions with injectable seams. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-03-10 | task 80330fc4: deduplicate default config path helper | Paul Buetow | |
| 2026-02-10 | Fix hexai-tmux-edit to open in current working directory | Paul Buetow | |
| hexai-tmux-edit was opening in the wrong directory because the tmux popup wasn't being told which directory to use. This fix: - Updates bind-key example to cd into pane's current path - Passes working directory to popup via -d flag using os.Getwd() - Updates all documentation with corrected bind-key examples Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||
| 2026-02-08 | add hexai-tmux-edit: tmux popup editor for AI agent prompts | Paul Buetow | |
| New tool that opens $EDITOR in a tmux popup for composing longer prompts when working with AI CLI agents (Claude Code, Cursor, Amp, Aider, etc.). Captures existing prompt text from the target pane, pre-fills the editor, and sends edited text back via tmux send-keys. Config-driven agent detection via regex patterns in [tmux_edit] config section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
