| Age | Commit message (Expand) | Author |
| 2025-09-07 | chore: bump version to v0.7.2v0.7.2 | Paul Buetow |
| 2025-09-07 | docs: document simplify action prompts; update examples and flags; add simpli... | Paul Buetow |
| 2025-09-07 | feat: add 'Simplify and improve' action; configurable prompts in config; wire... | Paul Buetow |
| 2025-09-07 | tui: hide title in hexai-tmux-action menu to save space | Paul Buetow |
| 2025-09-07 | feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux... | Paul Buetow |
| 2025-09-07 | chore: cut release v0.7.1 (version bump)v0.7.1 | Paul Buetow |
| 2025-09-07 | no need of this script | Paul Buetow |
| 2025-09-07 | test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp in... | Paul Buetow |
| 2025-09-07 | chore: prune legacy helper scripts in llminputs/ | Paul Buetow |
| 2025-09-07 | refactor: move hexai-action to cmd/hexai-action; extract orchestration into i... | Paul Buetow |
| 2025-09-07 | hexai-action: integrate tmux orchestration; add internal/tmux; tests+docs; bu...v0.7.0 | Paul Buetow |
| 2025-09-07 | tiding up | Paul Buetow |
| 2025-09-06 | feat(hexai-action): add --infile/--outfile flags; docs and tests\n\n- Add fla... | Paul Buetow |
| 2025-09-06 | update gitignore | Paul Buetow |
| 2025-09-06 | more tests | Paul Buetow |
| 2025-09-06 | fix unit test coverage | Paul Buetow |
| 2025-09-06 | update agents | Paul Buetow |
| 2025-09-06 | remove ascii diagram | Paul Buetow |
| 2025-09-06 | docs: link to config.toml.example for clickable reference | Paul Buetow |
| 2025-09-06 | update | Paul Buetow |
| 2025-09-06 | chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0 | Paul Buetow |
| 2025-09-06 | use TOML not JSON for configuration | Paul Buetow |
| 2025-09-06 | update | Paul Buetow |
| 2025-09-06 | update guidelines | Paul Buetow |
| 2025-09-06 | use gofumpt | Paul Buetow |
| 2025-09-06 | chore(version): bump to 0.5.0v0.5.0 | Paul Buetow |
| 2025-09-06 | feat(lsp): configurable inline/chat triggers; switch inline markers to >text>... | Paul Buetow |
| 2025-09-06 | always print test coverage, bump up coverage threshold to 85% | Paul Buetow |
| 2025-09-05 | over 80% coverage now | Paul Buetow |
| 2025-09-05 | tests: provider header assertions, more negative cases (no choices, empty del... | Paul Buetow |
| 2025-09-05 | tests: add more negative provider cases and table-driven LSP coverage; assert... | Paul Buetow |
| 2025-09-04 | tests: add more table-driven cases and negative provider tests; update report | Paul Buetow |
| 2025-09-04 | tests: expand negative SSE and table-driven coverage; add docs/testing.md; us... | Paul Buetow |
| 2025-09-04 | tests: add negative SSE test, table-driven refactors, and use shared fixtures... | Paul Buetow |
| 2025-09-04 | tests: add shared test fixtures, expand provider breadth (multi-choice, error... | Paul Buetow |
| 2025-09-04 | tests(llm): raise coverage to >=80%\n- Add OpenAI/Copilot HTTP success + stre... | Paul Buetow |
| 2025-09-04 | tests(llm): add OpenAI and Copilot HTTP tests (success + token/error paths); ... | Paul Buetow |
| 2025-09-04 | tests(lsp): push coverage over 80%\n- Add init/trigger, chat history, documen... | Paul Buetow |
| 2025-09-04 | tests(lsp): add diagnostics action builder and completion message/prefix test... | Paul Buetow |
| 2025-09-04 | tests(lsp): add end-to-end diagnostics resolve and provider-native error fall... | Paul Buetow |
| 2025-09-04 | tests(lsp): add end-to-end chat edit test with async wait; lsp coverage ~70% | Paul Buetow |
| 2025-09-04 | tests(lsp): add end-to-end codeAction and resolve tests via LSP response capture | Paul Buetow |
| 2025-09-04 | tests(lsp): add more helper and code action tests; coverage trending upward | Paul Buetow |
| 2025-09-04 | tests(lsp): add completion helper tests (trigger info, suppression, prefix he... | Paul Buetow |
| 2025-09-04 | tests: fix hexaicli OpenAI-key dependent tests; add lsp code action and helpe... | Paul Buetow |
| 2025-09-04 | tests(lsp,llm): add helper and factory tests to raise coverage modestly; cont... | Paul Buetow |
| 2025-09-04 | tests: quick wins to raise coverage | Paul Buetow |
| 2025-09-04 | logging: add tests for Logf/Preview and ChatLogger.LogStart; achieve >90% pac... | Paul Buetow |
| 2025-09-04 | mage: add CoverCheck target to enforce >=80% per-package coverage with except... | Paul Buetow |
| 2025-09-04 | llm/ollama: add comprehensive tests (Chat, ChatStream, errors) to reach >80% ... | Paul Buetow |