| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-19 | fix | Paul Buetow | |
| 2025-09-06 | use gofumpt | Paul Buetow | |
| 2025-09-06 | feat(lsp): configurable inline/chat triggers; switch inline markers to ↵ | Paul Buetow | |
| >text>/>>text>; update docs and example config; tests updated to new triggers and raise LSP coverage to >=85%; chore: remove semicolon legacy; chore(mage): auto-refresh coverage daily if docs/coverage.out is older than 24h | |||
| 2025-09-04 | tests: add shared test fixtures, expand provider breadth (multi-choice, ↵ | Paul Buetow | |
| error bodies), add LSP rewrite/diagnostics realism and table-driven tests | |||
| 2025-08-29 | lsp: refactor dispatch to handler map; split handlers into feature files ↵ | Paul Buetow | |
| (completion, codeaction, init, document); decompose completion logic into small helpers; update review checklist | |||
| 2025-08-28 | copilot: add session token + codex code completion; lsp: prefer native ↵v0.3.0 | Paul Buetow | |
| CodeCompleter with chat fallback; remove obsolete throttle path; add tests; bump version to 0.3.0 | |||
| 2025-08-22 | completion: only apply leading indentation for ';;text;' prompts; not for ↵ | Paul Buetow | |
| ';text;' | |||
| 2025-08-22 | lsp: refine ';;text;' detection to require non-empty, non-space content and ↵ | Paul Buetow | |
| closing ';'; ensure bare ';;' and ';;;' do not auto-trigger; add tests | |||
| 2025-08-22 | lsp: inline prompt override does not trigger for bare ';;' (requires ↵ | Paul Buetow | |
| ';;text;'); add unit test | |||
| 2025-08-22 | lsp: always trigger completion on inline semicolon prompts (;text; or ↵ | Paul Buetow | |
| ';;...;'); relax prefix check accordingly; add tests | |||
| 2025-08-22 | tests(lsp): add duplicate-prefix and manual-invoke tests; fix cache key to ↵ | Paul Buetow | |
| ignore trailing whitespace; guard compCache init | |||
