summaryrefslogtreecommitdiff
path: root/internal/hexaiaction/run.go
AgeCommit message (Expand)Author
2026-04-25feat: configurable hexai-tmux-action menu via [[tmux_action.menu]]Paul Buetow
2026-04-25Release v0.35.0: fix-typos action and tmux popup for hexai-tmux-actionPaul Buetow
2026-03-19Improve actionable error guidancePaul Buetow
2026-03-19Inject runner dependencies across CLI, action, and LSPPaul Buetow
2026-03-17Fix bugs, remove duplication, and clean up code quality issuesPaul Buetow
2026-03-16Rename timeout helpers to match actual durations (timeout20s, timeout18s)Paul Buetow
2026-03-16Fix mixed pointer/value receivers on appconfig.AppPaul Buetow
2026-03-02hexaiaction: replace global action state with Runner struct (task 406)Paul Buetow
2026-03-02hexaiaction: use sectioned config interface instead of full App (task 409)Paul Buetow
2026-03-02codeaction: add Build/Resolve handler registries (task 410)Paul Buetow
2025-11-02some linter fixesPaul Buetow
2025-09-28Add --config flag support across CLI, LSP, and tmux toolsPaul Buetow
2025-09-26Refactor surface config to support multi-provider arraysPaul Buetow
2025-09-26Add per-surface provider overrides and wiringPaul Buetow
2025-09-19fixPaul Buetow
2025-09-17feat(stats,tmux): global Σ@window stats across processes with flocked cache;...Paul Buetow
2025-09-15release: v0.10.1v0.10.1Paul Buetow
2025-09-14release: v0.10.0v0.10.0Paul Buetow
2025-09-08tmux: colored LLM status with provider + stats; add start heartbeat for LSP/C...Paul Buetow
2025-09-07feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP sta...Paul Buetow
2025-09-07editor: remove prefilled text in temp files for custom prompts (TUI and CLI)Paul Buetow
2025-09-07feat: add Custom prompt action (p) with editor integration; shared editor hel...Paul Buetow
2025-09-07feat: add 'Simplify and improve' action; configurable prompts in config; wire...Paul Buetow
2025-09-07feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...Paul Buetow
2025-09-07test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp in...Paul Buetow
2025-09-06more testsPaul Buetow