summaryrefslogtreecommitdiff
path: root/internal/lsp
AgeCommit message (Expand)Author
2026-01-29feat: add native Anthropic API provider supportPaul Buetow
2025-11-03Fix: Address lint warnings and bump patch version to 0.15.3v0.15.3Paul Buetow
2025-11-02some linter fixesPaul Buetow
2025-10-03Switch inline prompt markers to >! prefixv0.15.1Paul Buetow
2025-10-02feat: add OpenRouter providerv0.15.0Paul Buetow
2025-09-28Add slash toggle for completionsv0.14.0Paul Buetow
2025-09-28Add --config flag support across CLI, LSP, and tmux toolsPaul Buetow
2025-09-28Improve multi-provider completion streaming and CLI selector flagsPaul Buetow
2025-09-27Support multi-provider fan-out across CLI and completionsPaul Buetow
2025-09-26Refactor surface config to support multi-provider arraysPaul Buetow
2025-09-26Add per-surface provider overrides and wiringPaul Buetow
2025-09-26Auto apply inline prompt completionsPaul Buetow
2025-09-26Skip chat handling for inline promptsPaul Buetow
2025-09-26Log config reload changesPaul Buetow
2025-09-26Allow slash commands without prefixPaul Buetow
2025-09-24Add runtime config store and reload commandPaul Buetow
2025-09-19morev0.11.6Paul Buetow
2025-09-19fixPaul Buetow
2025-09-17chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...v0.11.1Paul Buetow
2025-09-17feat(stats,tmux): global Σ@window stats across processes with flocked cache;...Paul Buetow
2025-09-16release: v0.11.0 – context-aware in-editor chat; respect general.context_mo...v0.11.0Paul Buetow
2025-09-15release: v0.10.1v0.10.1Paul Buetow
2025-09-14release: v0.10.0v0.10.0Paul Buetow
2025-09-08docs: move tmux documentation to its own filePaul Buetow
2025-09-08tmux: colored LLM status with provider + stats; add start heartbeat for LSP/C...Paul Buetow
2025-09-07feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP sta...Paul Buetow
2025-09-07feat: add 'Simplify and improve' action; configurable prompts in config; wire...Paul Buetow
2025-09-07test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp in...Paul Buetow
2025-09-06more testsPaul Buetow
2025-09-06fix unit test coveragePaul Buetow
2025-09-06chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0Paul Buetow
2025-09-06use gofumptPaul Buetow
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...Paul Buetow
2025-09-05over 80% coverage nowPaul Buetow
2025-09-05tests: provider header assertions, more negative cases (no choices, empty del...Paul Buetow
2025-09-05tests: add more negative provider cases and table-driven LSP coverage; assert...Paul Buetow
2025-09-04tests: add more table-driven cases and negative provider tests; update reportPaul Buetow
2025-09-04tests: add negative SSE test, table-driven refactors, and use shared fixtures...Paul Buetow
2025-09-04tests: add shared test fixtures, expand provider breadth (multi-choice, error...Paul Buetow
2025-09-04tests(lsp): push coverage over 80%\n- Add init/trigger, chat history, documen...Paul Buetow
2025-09-04tests(lsp): add diagnostics action builder and completion message/prefix test...Paul Buetow
2025-09-04tests(lsp): add end-to-end diagnostics resolve and provider-native error fall...Paul Buetow
2025-09-04tests(lsp): add end-to-end chat edit test with async wait; lsp coverage ~70%Paul Buetow
2025-09-04tests(lsp): add end-to-end codeAction and resolve tests via LSP response capturePaul Buetow
2025-09-04tests(lsp): add more helper and code action tests; coverage trending upwardPaul Buetow
2025-09-04tests(lsp): add completion helper tests (trigger info, suppression, prefix he...Paul Buetow
2025-09-04tests: fix hexaicli OpenAI-key dependent tests; add lsp code action and helpe...Paul Buetow
2025-09-04tests(lsp,llm): add helper and factory tests to raise coverage modestly; cont...Paul Buetow
2025-09-03lsp: add 'Hexai: document code' action to add doc comments to selected codePaul Buetow
2025-09-03lsp: add 'Hexai: implement unit test' code action for Gov0.4.1Paul Buetow