summaryrefslogtreecommitdiff
path: root/internal/lsp
AgeCommit message (Expand)Author
2025-08-31module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4Paul Buetow
2025-08-29lsp: move remaining small helpers (code-fence, label, duplicate prefix, semic...Paul Buetow
2025-08-29lsp: extract generic helpers to handlers_utils.go; tidy importsPaul Buetow
2025-08-29lsp: refactor dispatch to handler map; split handlers into feature files (com...Paul Buetow
2025-08-28lsp: limit to one in-flight LLM query; return visible 'LLM busy' completion i...Paul Buetow
2025-08-28lsp: switch in-editor chat triggers to ?> !> :> ;> and suppress normal comple...Paul Buetow
2025-08-28copilot: add session token + codex code completion; lsp: prefer native CodeCo...v0.3.0Paul Buetow
2025-08-28lsp/chat: remove '..' trigger; docs: update triggers; tests: align throttle t...v0.2.1Paul Buetow
2025-08-22remove busy checkPaul Buetow
2025-08-22stuffPaul Buetow
2025-08-22logging: log completion TriggerKind and TriggerCharacter for every requestPaul Buetow
2025-08-22completion: only apply leading indentation for ';;text;' prompts; not for ';t...Paul Buetow
2025-08-22completion: only apply leading indentation for ';;text;' prompts; not for ';t...Paul Buetow
2025-08-22chat: remove ';;' as in-editor chat trigger to avoid conflict with inline ';;...Paul Buetow
2025-08-22lsp: suppress auto-trigger when line contains bare ';;' (no ';;text;') unless...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
2025-08-22lsp: relax short-prefix check for manual invoke and after ')' in signaturesPaul Buetow
2025-08-22lsp: treat manual completion as trigger; remove space from default triggers; ...Paul Buetow
2025-08-20betterPaul Buetow
2025-08-20lsp: add tiny LRU cache for last 10 completions; ignore trailing whitespace i...Paul Buetow
2025-08-19lsp/codeactions: make actions lazy and resolve on selection\n\n- Advertise Co...Paul Buetow
2025-08-19logging: highlight LLM no-op skips in yellow\n\n- Add AnsiYellow to logging u...Paul Buetow
2025-08-19lsp: include space in trigger characters and allow space-triggered completion...Paul Buetow
2025-08-19lsp: replace time throttle with in-flight guard; improve short-prefix heurist...Paul Buetow
2025-08-19lsp: reduce eager completions and add throttling\n\n- Defaults: remove ';' an...Paul Buetow
2025-08-19lsp: strip inline spans for completions\n\n- Add stripInlineCodeSpan helper ...Paul Buetow
2025-08-19chore: commit pending changes in status, LSP, and Ollama modulesPaul Buetow
2025-08-18lsp: strip Markdown code fences from LLM outputs (completions and code actions)Paul Buetow
2025-08-18lsp: add comprehensive unit tests for findFirstInstructionInLine and strict s...Paul Buetow
2025-08-18refactor(lsp,llm,hexailsp,appconfig): split long funcs; add testsPaul Buetow
2025-08-18feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t...Paul Buetow
2025-08-17refactor: Remove unused NoDiskIO flagPaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17lsp/config: include ';' and '?' in default trigger charactersPaul Buetow
2025-08-17lsp/config: make completion trigger characters configurablePaul Buetow
2025-08-16lsp: refactor NewServer to use options structPaul Buetow
2025-08-16lsp: add 'Resolve diagnostics' code action scoped to selectionPaul Buetow
2025-08-16fix(lsp): avoid duplicate assignment prefix in completionsPaul Buetow
2025-08-16feat(lsp): code action to rewrite selection with instruction detectionPaul Buetow
2025-08-16refactor(config): drop env-based config (except OPENAI_API_KEY)Paul Buetow
2025-08-16feat(logging): add LLM stats (averages and per-minute)v0.0.2Paul Buetow
2025-08-16feat(logging): add LLM stats averages and per-minute metricsPaul Buetow
2025-08-16feat(llm): add Ollama provider + provider selection and CLI override; update ...v0.0.1Paul Buetow
2025-08-16lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; up...Paul Buetow
2025-08-16revert: remove newline-after-colon insertion behavior and its testsPaul Buetow
2025-08-16logging: migrate LSP logs to global singleton (internal/logging); use consist...Paul Buetow
2025-08-16context: log when full-file/window context is skipped because document is not...Paul Buetow