| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
