summaryrefslogtreecommitdiff
path: root/internal/hexaiaction
AgeCommit message (Expand)Author
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-02llmutils: remove remaining default-model wrappers in callers (task 413)Paul Buetow
2026-03-02llmutils: centralize provider normalization and client setup (task 410)Paul Buetow
2026-03-02codeaction: add Build/Resolve handler registries (task 410)Paul Buetow
2026-02-06Remove GitHub Copilot provider supportpaul@buetow.org
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-24Add runtime config store and reload commandPaul Buetow
2025-09-19fixPaul Buetow
2025-09-17chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...v0.11.1Paul Buetow
2025-09-17feat(stats,tmux): global Σ@window stats across processes with flocked cache;...Paul Buetow
2025-09-16release: v0.11.0 – context-aware in-editor chat; respect general.context_mo...v0.11.0Paul Buetow
2025-09-15release: v0.10.1v0.10.1Paul Buetow
2025-09-14release: v0.10.0v0.10.0Paul Buetow
2025-09-08docs: move tmux documentation to its own filePaul 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-07test+docs: add editor tests; document HEXAI_EDITOR/EDITOR and Custom prompt; ...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-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; tmux...Paul Buetow
2025-09-07test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp in...Paul Buetow
2025-09-07refactor: move hexai-action to cmd/hexai-action; extract orchestration into i...Paul Buetow
2025-09-07hexai-action: integrate tmux orchestration; add internal/tmux; tests+docs; bu...v0.7.0Paul Buetow
2025-09-07tiding upPaul Buetow
2025-09-06more testsPaul Buetow