summaryrefslogtreecommitdiff
path: root/internal/lsp/completion_prefix_strip_test.go
AgeCommit message (Expand)Author
2025-10-03Switch inline prompt markers to >! prefixv0.15.1Paul Buetow
2025-09-28Improve multi-provider completion streaming and CLI selector flagsPaul Buetow
2025-09-24Add runtime config store and reload commandPaul Buetow
2025-09-19fixPaul Buetow
2025-09-06use gofumptPaul Buetow
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...Paul Buetow
2025-09-04tests: add shared test fixtures, expand provider breadth (multi-choice, error...Paul Buetow
2025-08-29lsp: refactor dispatch to handler map; split handlers into feature files (com...Paul Buetow
2025-08-28copilot: add session token + codex code completion; lsp: prefer native CodeCo...v0.3.0Paul Buetow
2025-08-22completion: only apply leading indentation for ';;text;' prompts; not for ';t...Paul Buetow
2025-08-22lsp: refine ';;text;' detection to require non-empty, non-space content and c...Paul Buetow
2025-08-22lsp: inline prompt override does not trigger for bare ';;' (requires ';;text;...Paul Buetow
2025-08-22lsp: always trigger completion on inline semicolon prompts (;text; or ';;...;...Paul Buetow
2025-08-22tests(lsp): add duplicate-prefix and manual-invoke tests; fix cache key to ig...Paul Buetow