summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-17chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, ↵v0.11.1Paul Buetow
editor fix)
2025-09-17feat(stats,tmux): global Σ@window stats across processes with flocked ↵Paul Buetow
cache; width mitigation (narrow/maxlen); configurable [stats] window_minutes; robust coverage parsing; docs update\n\n- Add internal/stats with windowed event cache + flock + atomic writes\n- Wire stats into LSP/CLI/Tmux Action; tmux shows Σ@window with per-model tail\n- HEXAI_TMUX_STATUS_NARROW and HEXAI_TMUX_STATUS_MAXLEN for width control\n- Add [stats] window_minutes to config and apply on startup\n- Improve Magefile coverage handling; add tests to lift coverage >85%\n- Update docs/tmux.md and config example
2025-09-16release: v0.11.0 – context-aware in-editor chat; respect ↵v0.11.0Paul Buetow
general.context_mode; stabilize env-dependent tests
2025-09-15update docsPaul Buetow
2025-09-15docs: move build and install guide to its own filePaul Buetow
2025-09-15change default timeoutPaul Buetow
2025-09-15release: v0.10.1v0.10.1Paul Buetow
- Fix TUI 'p' hotkey: open editor for Custom prompt - Introduce ActionCustomPrompt to disambiguate from Custom actions submenu - Bump version to 0.10.1
2025-09-14cleanupPaul Buetow
2025-09-14release: v0.10.0v0.10.0Paul Buetow
2025-09-08add morePaul Buetow
2025-09-08update tmux docsPaul Buetow
2025-09-08docs: move tmux documentation to its own filePaul Buetow
2025-09-08tmux: improve white-on-purple legibility; bump version to v0.9.0v0.9.0Paul Buetow
2025-09-08tmux: colored LLM status with provider + stats; add start heartbeat for ↵Paul Buetow
LSP/CLI/TUI; theme support via HEXAI_TMUX_STATUS_THEME and HEXAI_TMUX_STATUS_FG/BG; docs: update tmux options and add Helix+tmux quickstart
2025-09-07docs: add tmux status-right snippet and behavior summary to READMEPaul Buetow
2025-09-07docs(tmux): document status-right setup and HEXAI_TMUX_STATUS togglePaul Buetow
2025-09-07feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP ↵Paul Buetow
stats, and tmux-action
2025-09-07chore: bump version to v0.8.0v0.8.0Paul Buetow
2025-09-07docs: document Custom prompt and CLI no-args editor; bump version to v0.7.3Paul Buetow
2025-09-07editor: remove prefilled text in temp files for custom prompts (TUI and CLI)Paul Buetow
2025-09-07test+docs: add editor tests; document HEXAI_EDITOR/EDITOR and Custom prompt; ↵Paul Buetow
seam client in CLI for tests
2025-09-07feat: add Custom prompt action (p) with editor integration; shared editor ↵Paul Buetow
helper in internal/editor; hexai CLI opens editor when no args
2025-09-07cleanupPaul Buetow
2025-09-07update gitignorePaul Buetow
2025-09-07chore: ignore hexai-tmux-action binary and stop tracking itPaul Buetow
2025-09-07update readmePaul Buetow
2025-09-07chore: stop tracking ./tmp and ignore it going forwardPaul Buetow
2025-09-07chore: stop tracking bin/hexai and ignore bin/Paul Buetow
2025-09-07chore: stop tracking .gocache* and ignore going forwardPaul Buetow
2025-09-07chore: bump version to v0.7.2v0.7.2Paul Buetow
2025-09-07docs: document simplify action prompts; update examples and flags; add ↵Paul Buetow
simplify entries to config.toml.example
2025-09-07feat: add 'Simplify and improve' action; configurable prompts in config; ↵Paul Buetow
wire into LSP and TUI
2025-09-07tui: hide title in hexai-tmux-action menu to save spacePaul Buetow
2025-09-07feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; ↵Paul Buetow
tmux-only flow; update docs and Magefile
2025-09-07chore: cut release v0.7.1 (version bump)v0.7.1Paul Buetow
2025-09-07no need of this scriptPaul Buetow
2025-09-07test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp ↵Paul Buetow
initialized and testutil fixtures
2025-09-07chore: prune legacy helper scripts in llminputs/Paul Buetow
2025-09-07refactor: move hexai-action to cmd/hexai-action; extract orchestration into ↵Paul Buetow
internal/hexaiaction; move tests; update Magefile and docs
2025-09-07hexai-action: integrate tmux orchestration; add internal/tmux; tests+docs; ↵v0.7.0Paul Buetow
bump version to v0.7.0
2025-09-07tiding upPaul Buetow
2025-09-06feat(hexai-action): add --infile/--outfile flags; docs and tests\n\n- Add ↵Paul Buetow
flags to read from file and write to file\n- Refactor IO open into helper for testability\n- Add CLI integration-style test for IO\n- Update README and docs/usage.md with examples\n- Update docs/testing.md with instructions
2025-09-06update gitignorePaul Buetow
2025-09-06more testsPaul Buetow
2025-09-06fix unit test coveragePaul Buetow
2025-09-06update agentsPaul Buetow
2025-09-06remove ascii diagramPaul Buetow
2025-09-06docs: link to config.toml.example for clickable referencePaul Buetow
2025-09-06updatePaul Buetow
2025-09-06chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0Paul Buetow