| Age | Commit message (Expand) | Author |
| 2026-03-23 | chore: bump version to v0.25.9v0.25.9 | Paul Buetow |
| 2026-03-23 | refactor: split oversized functions, fix double logging, add %w wrapping | Paul Buetow |
| 2026-03-17 | Fix bugs, remove duplication, and clean up code quality issues | Paul Buetow |
| 2026-03-16 | Fix byte vs UTF-16 indexing in LSP position handling | Paul Buetow |
| 2026-03-16 | Replace Summary: prefixes with standard Go package doc comments | Paul Buetow |
| 2026-03-10 | task bf088a70: extract LSP client and completion state | Paul Buetow |
| 2025-10-03 | Switch inline prompt markers to >! prefixv0.15.1 | Paul Buetow |
| 2025-09-27 | Support multi-provider fan-out across CLI and completions | Paul Buetow |
| 2025-09-24 | Add runtime config store and reload command | Paul Buetow |
| 2025-09-19 | fix | Paul Buetow |
| 2025-09-08 | docs: move tmux documentation to its own file | Paul Buetow |
| 2025-09-06 | fix unit test coverage | Paul Buetow |
| 2025-09-06 | use gofumpt | Paul Buetow |
| 2025-09-06 | feat(lsp): configurable inline/chat triggers; switch inline markers to >text>... | Paul Buetow |
| 2025-09-03 | Phase 1: remove single in-flight LLM gate\n\n- Drop llmBusy state and busy it... | Paul Buetow |
| 2025-08-31 | update the status | 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 | lsp: limit to one in-flight LLM query; return visible 'LLM busy' completion i... | 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 | 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: 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 | lsp: add tiny LRU cache for last 10 completions; ignore trailing whitespace i... | Paul Buetow |
| 2025-08-19 | lsp/codeactions: make actions lazy and resolve on selection\n\n- Advertise Co... | Paul Buetow |
| 2025-08-19 | logging: highlight LLM no-op skips in yellow\n\n- Add AnsiYellow to logging u... | Paul Buetow |
| 2025-08-19 | lsp: include space in trigger characters and allow space-triggered completion... | Paul Buetow |
| 2025-08-19 | lsp: replace time throttle with in-flight guard; improve short-prefix heurist... | Paul Buetow |
| 2025-08-19 | lsp: reduce eager completions and add throttling\n\n- Defaults: remove ';' an... | Paul Buetow |
| 2025-08-19 | lsp: strip inline spans for completions\n\n- Add stripInlineCodeSpan helper ... | Paul Buetow |
| 2025-08-19 | chore: commit pending changes in status, LSP, and Ollama modules | Paul Buetow |
| 2025-08-18 | lsp: strip Markdown code fences from LLM outputs (completions and code actions) | Paul Buetow |
| 2025-08-18 | refactor(lsp,llm,hexailsp,appconfig): split long funcs; add tests | Paul Buetow |
| 2025-08-18 | feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t... | Paul Buetow |
| 2025-08-17 | cli+lsp: refactor main packages into internal runners; add tests | Paul Buetow |
| 2025-08-17 | lsp/config: make completion trigger characters configurable | Paul Buetow |
| 2025-08-16 | lsp: add 'Resolve diagnostics' code action scoped to selection | Paul Buetow |
| 2025-08-16 | fix(lsp): avoid duplicate assignment prefix in completions | Paul Buetow |