summaryrefslogtreecommitdiff
path: root/internal/lsp/handlers_init.go
AgeCommit message (Expand)Author
2026-03-16Replace Summary: prefixes with standard Go package doc commentsPaul Buetow
2026-03-02lsp: inject StatusSink to decouple core from tmux package (task 407)Paul Buetow
2026-03-02lsp: cancel handler contexts on shutdown via server context (task 423)Paul Buetow
2026-03-02lsp: make exit flag atomic to avoid data race (task 406)Paul Buetow
2026-03-02lsp: return cleanly on exit and propagate runner errors (task 410)Paul Buetow
2025-09-24Add runtime config store and reload commandPaul Buetow
2025-09-08tmux: colored LLM status with provider + stats; add start heartbeat for LSP/C...Paul Buetow
2025-09-06use gofumptPaul Buetow
2025-08-31module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4Paul Buetow
2025-08-29lsp: refactor dispatch to handler map; split handlers into feature files (com...Paul Buetow