summaryrefslogtreecommitdiff
path: root/internal/hexailsp/run.go
AgeCommit message (Expand)Author
2026-01-29feat: add native Anthropic API provider supportPaul Buetow
2025-11-02some linter fixesPaul Buetow
2025-10-02feat: add OpenRouter providerv0.15.0Paul Buetow
2025-09-28Propagate --config overrides through CLI tools and LSP reloadsPaul Buetow
2025-09-28Add --config flag support across CLI, LSP, and tmux toolsPaul Buetow
2025-09-24Add runtime config store and reload commandPaul Buetow
2025-09-17feat(stats,tmux): global Σ@window stats across processes with flocked cache;...Paul Buetow
2025-09-14release: v0.10.0v0.10.0Paul Buetow
2025-09-07feat: add 'Simplify and improve' action; configurable prompts in config; wire...Paul 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-03Phase 2: add configurable completion debounce\n\n- App config: completion_deb...Paul Buetow
2025-08-31module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4Paul Buetow
2025-08-22stuffPaul Buetow
2025-08-19config: apply HEXAI_* env even without config file; docs: clarify Copilot key...Paul Buetow
2025-08-19config: add HEXAI_* env overrides with precedence; prefer HEXAI_OPENAI_API_KE...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-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-18feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...Paul Buetow
2025-08-17refactor as per manual code reviewsPaul Buetow
2025-08-17refactor: Remove unused NoDiskIO flagPaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow