| Age | Commit message (Expand) | Author |
| 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 | llm/ollama: add comprehensive tests (Chat, ChatStream, errors) to reach >80% ... | Paul Buetow |
| 2025-09-04 | appconfig: add comprehensive tests; achieve >80% coverage for package | Paul Buetow |
| 2025-09-03 | lsp: add 'Hexai: document code' action to add doc comments to selected code | Paul Buetow |
| 2025-09-03 | lsp: add 'Hexai: implement unit test' code action for Gov0.4.1 | Paul Buetow |
| 2025-09-03 | chore: bump version to 0.4.0v0.4.0 | Paul Buetow |
| 2025-09-03 | Phase 2: add configurable completion debounce\n\n- App config: completion_deb... | Paul Buetow |
| 2025-09-03 | Phase 1: remove single in-flight LLM gate\n\n- Drop llmBusy state and busy it... | Paul Buetow |
| 2025-09-03 | delete dead code | Paul Buetow |
| 2025-08-31 | update the status | Paul Buetow |
| 2025-08-31 | module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4 | Paul Buetow |
| 2025-08-29 | release: bump version to v0.3.3v0.3.3 | Paul Buetow |
| 2025-08-29 | lsp: move remaining small helpers (code-fence, label, duplicate prefix, semic... | Paul Buetow |
| 2025-08-29 | lsp: extract generic helpers to handlers_utils.go; tidy imports | Paul Buetow |
| 2025-08-29 | lsp: refactor dispatch to handler map; split handlers into feature files (com... | Paul Buetow |
| 2025-08-28 | bump version to 0.3.2 (patch release)v0.3.2 | Paul Buetow |
| 2025-08-28 | lsp: limit to one in-flight LLM query; return visible 'LLM busy' completion i... | Paul Buetow |
| 2025-08-28 | bump version to 0.3.1v0.3.1 | Paul Buetow |
| 2025-08-28 | lsp: switch in-editor chat triggers to ?> !> :> ;> and suppress normal comple... | Paul Buetow |
| 2025-08-28 | copilot: add session token + codex code completion; lsp: prefer native CodeCo...v0.3.0 | Paul Buetow |
| 2025-08-28 | lsp/chat: remove '..' trigger; docs: update triggers; tests: align throttle t...v0.2.1 | Paul Buetow |
| 2025-08-22 | remove busy check | Paul Buetow |
| 2025-08-22 | stuff | Paul Buetow |
| 2025-08-22 | logging: log completion TriggerKind and TriggerCharacter for every request | Paul Buetow |
| 2025-08-22 | completion: only apply leading indentation for ';;text;' prompts; not for ';t... | Paul Buetow |
| 2025-08-22 | completion: only apply leading indentation for ';;text;' prompts; not for ';t... | Paul Buetow |
| 2025-08-22 | chat: remove ';;' as in-editor chat trigger to avoid conflict with inline ';;... | Paul Buetow |
| 2025-08-22 | lsp: suppress auto-trigger when line contains bare ';;' (no ';;text;') unless... | Paul Buetow |
| 2025-08-22 | lsp: refine ';;text;' detection to require non-empty, non-space content and c... | Paul Buetow |
| 2025-08-22 | lsp: inline prompt override does not trigger for bare ';;' (requires ';;text;... | Paul Buetow |
| 2025-08-22 | lsp: always trigger completion on inline semicolon prompts (;text; or ';;...;... | Paul Buetow |
| 2025-08-22 | tests(lsp): add duplicate-prefix and manual-invoke tests; fix cache key to ig... | Paul Buetow |
| 2025-08-22 | lsp: relax short-prefix check for manual invoke and after ')' in signatures | Paul Buetow |
| 2025-08-22 | lsp: treat manual completion as trigger; remove space from default triggers; ... | Paul Buetow |
| 2025-08-20 | better | Paul Buetow |
| 2025-08-20 | chore: bump version to v0.2.0; docs: split config/usage and update in-editor ...v0.2.0 | Paul Buetow |
| 2025-08-20 | chore: bump version to v0.1.1v0.1.1 | Paul Buetow |
| 2025-08-20 | lsp: add tiny LRU cache for last 10 completions; ignore trailing whitespace i... | Paul Buetow |
| 2025-08-19 | config: apply HEXAI_* env even without config file; docs: clarify Copilot key... | Paul Buetow |
| 2025-08-19 | config: add HEXAI_* env overrides with precedence; prefer HEXAI_OPENAI_API_KE... | Paul Buetow |