summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2025-09-16release: v0.11.0 – context-aware in-editor chat; respect general.context_mo...v0.11.0Paul Buetow
2025-09-15change default timeoutPaul 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: 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 LSP/C...Paul Buetow
2025-09-07feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP sta...Paul Buetow
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
2025-09-07feat: add Custom prompt action (p) with editor integration; shared editor hel...Paul Buetow
2025-09-07chore: bump version to v0.7.2v0.7.2Paul 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-07chore: cut release v0.7.1 (version bump)v0.7.1Paul 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
2025-09-06fix unit test coveragePaul Buetow
2025-09-06chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0Paul Buetow
2025-09-06use TOML not JSON for configurationPaul Buetow
2025-09-06use gofumptPaul Buetow
2025-09-06chore(version): bump to 0.5.0v0.5.0Paul Buetow
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...Paul Buetow
2025-09-05over 80% coverage nowPaul Buetow
2025-09-05tests: provider header assertions, more negative cases (no choices, empty del...Paul Buetow
2025-09-05tests: add more negative provider cases and table-driven LSP coverage; assert...Paul Buetow
2025-09-04tests: add more table-driven cases and negative provider tests; update reportPaul Buetow
2025-09-04tests: expand negative SSE and table-driven coverage; add docs/testing.md; us...Paul Buetow
2025-09-04tests: add negative SSE test, table-driven refactors, and use shared fixtures...Paul Buetow
2025-09-04tests: add shared test fixtures, expand provider breadth (multi-choice, error...Paul Buetow
2025-09-04tests(llm): raise coverage to >=80%\n- Add OpenAI/Copilot HTTP success + stre...Paul Buetow
2025-09-04tests(llm): add OpenAI and Copilot HTTP tests (success + token/error paths); ...Paul Buetow
2025-09-04tests(lsp): push coverage over 80%\n- Add init/trigger, chat history, documen...Paul Buetow
2025-09-04tests(lsp): add diagnostics action builder and completion message/prefix test...Paul Buetow
2025-09-04tests(lsp): add end-to-end diagnostics resolve and provider-native error fall...Paul Buetow
2025-09-04tests(lsp): add end-to-end chat edit test with async wait; lsp coverage ~70%Paul Buetow
2025-09-04tests(lsp): add end-to-end codeAction and resolve tests via LSP response capturePaul Buetow
2025-09-04tests(lsp): add more helper and code action tests; coverage trending upwardPaul Buetow
2025-09-04tests(lsp): add completion helper tests (trigger info, suppression, prefix he...Paul Buetow
2025-09-04tests: fix hexaicli OpenAI-key dependent tests; add lsp code action and helpe...Paul Buetow
2025-09-04tests(lsp,llm): add helper and factory tests to raise coverage modestly; cont...Paul Buetow
2025-09-04tests: quick wins to raise coveragePaul Buetow
2025-09-04logging: add tests for Logf/Preview and ChatLogger.LogStart; achieve >90% pac...Paul Buetow
2025-09-04llm/ollama: add comprehensive tests (Chat, ChatStream, errors) to reach >80% ...Paul Buetow