summaryrefslogtreecommitdiff
path: root/internal/lsp
AgeCommit message (Expand)Author
2026-06-19ok0 document LSP and LLM exportsPaul Buetow
2026-06-11appconfig: split FeatureConfig into cohesive per-subsystem structsPaul Buetow
2026-06-11Fix LSP panic: bounds-check stale line index in async chat applyPaul Buetow
2026-06-11Thread context.Context through blocking I/O entry pointsPaul Buetow
2026-06-11Extract shared chatrun package to eliminate chat-runner DRY violationsPaul Buetow
2026-06-11Refactor lsp.Server God Object: extract chat and completion subsystemsPaul Buetow
2026-06-10lsp: rename 'close' return to 'closeStr' in inlineMarkers to avoid shadowing ...Paul Buetow
2026-05-26fix(lsp): stop timer leak in deferShowDocumentPaul Buetow
2026-04-26feat: default to Ollama Cloud (kimi-k2.6) when no provider configuredPaul Buetow
2026-03-23chore: bump version to v0.25.9v0.25.9Paul Buetow
2026-03-23refactor: split oversized functions, fix double logging, add %w wrappingPaul Buetow
2026-03-23fix: code quality improvements across lsp, askcli, appconfig, integrationtestsPaul Buetow
2026-03-23fix: address all HIGH-severity code quality audit findingsPaul Buetow
2026-03-19Improve actionable error guidancePaul Buetow
2026-03-17Fix bugs, remove duplication, and clean up code quality issuesPaul Buetow
2026-03-16Strengthen LLM stats counter tests with value assertionsPaul Buetow
2026-03-16Fix byte vs UTF-16 indexing in LSP position handlingPaul Buetow
2026-03-16Extract LLM stats counters into llmStatsSubsystemPaul Buetow
2026-03-16Document lock ordering, fix test data races, correct stateMu guardPaul Buetow
2026-03-16Add Snapshot.ScopeReqs/ScopeRPM and simplify 3 callersPaul Buetow
2026-03-16Track fire-and-forget goroutines with sync.WaitGroup for clean shutdownPaul Buetow
2026-03-16Replace Summary: prefixes with standard Go package doc commentsPaul Buetow
2026-03-16Make deferShowDocument respect serverCtx for graceful shutdownPaul Buetow
2026-03-16Use atomic.Int64 for LLM stats counters instead of server-wide mutexPaul Buetow
2026-03-16Address review: add zero-temp test, remove unused surface parameterPaul Buetow
2026-03-16Centralize GPT-5 temperature override into llmutils.ResolveTemperaturePaul Buetow
2026-03-16Add bounds checks to extractRangeText and split into helper functionsPaul Buetow
2026-03-16Use read lock for cache misses in completionState.cacheGetPaul Buetow
2026-03-16Replace interface{} with any in LSP typesPaul Buetow
2026-03-16Add doc comments to exported types and functionsPaul Buetow
2026-03-16Decompose App God struct into embedded section structsPaul Buetow
2026-03-10task bf088a70: extract LSP client and completion statePaul Buetow
2026-03-02lsp: inject StatusSink to decouple core from tmux package (task 407)Paul Buetow
2026-03-02io: use errors.Is for EOF checks in lsp and mcp servers (task 409)Paul Buetow
2026-03-02gotest: extract Go codegen heuristics from lsp handlers (task 406)Paul Buetow
2026-03-02lsp: use appconfig.CustomAction directly for custom actions (task 411)Paul Buetow
2026-03-02lsp: decompose tryLLMCompletion orchestration helpers (task 415)Paul Buetow
2026-03-02lsp: decompose resolveGoTest workflow into helpers (task 416)Paul Buetow
2026-03-02lsp: decompose detectAndHandleChat into focused helpers (task 418)Paul Buetow
2026-03-02llmutils: remove remaining default-model wrappers in callers (task 413)Paul Buetow
2026-03-02lsp: cancel handler contexts on shutdown via server context (task 423)Paul Buetow
2026-03-02lsp: use context-mode registry for additional context dispatch (task 408)Paul Buetow
2026-03-02lsp: extract completion/chat/codeaction server subtypes (task 406)Paul Buetow
2026-03-02lsp: make exit flag atomic to avoid data race (task 406)Paul Buetow
2026-03-02lsp: handle code action payload marshal errors (task 406)Paul Buetow
2026-03-02lsp: simplify ServerOptions to config-first model (task 410)Paul Buetow
2026-03-02lsp: return cleanly on exit and propagate runner errors (task 410)Paul Buetow
2026-03-02llmutils: centralize provider normalization and client setup (task 410)Paul Buetow
2026-03-02codeaction: add Build/Resolve handler registries (task 410)Paul Buetow
2026-02-08add gitignore-aware file filtering for LSP completions and code actionsPaul Buetow