index
:
hexai
feature/anthropic-api-provider
main
hexai is a LSP language server for the Helix editor (could be used for other editors, too) for interacting with AI.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
lsp
Age
Commit message (
Expand
)
Author
2026-03-10
task bf088a70: extract LSP client and completion state
Paul Buetow
2026-03-02
lsp: inject StatusSink to decouple core from tmux package (task 407)
Paul Buetow
2026-03-02
io: use errors.Is for EOF checks in lsp and mcp servers (task 409)
Paul Buetow
2026-03-02
gotest: extract Go codegen heuristics from lsp handlers (task 406)
Paul Buetow
2026-03-02
lsp: use appconfig.CustomAction directly for custom actions (task 411)
Paul Buetow
2026-03-02
lsp: decompose tryLLMCompletion orchestration helpers (task 415)
Paul Buetow
2026-03-02
lsp: decompose resolveGoTest workflow into helpers (task 416)
Paul Buetow
2026-03-02
lsp: decompose detectAndHandleChat into focused helpers (task 418)
Paul Buetow
2026-03-02
llmutils: remove remaining default-model wrappers in callers (task 413)
Paul Buetow
2026-03-02
lsp: cancel handler contexts on shutdown via server context (task 423)
Paul Buetow
2026-03-02
lsp: use context-mode registry for additional context dispatch (task 408)
Paul Buetow
2026-03-02
lsp: extract completion/chat/codeaction server subtypes (task 406)
Paul Buetow
2026-03-02
lsp: make exit flag atomic to avoid data race (task 406)
Paul Buetow
2026-03-02
lsp: handle code action payload marshal errors (task 406)
Paul Buetow
2026-03-02
lsp: simplify ServerOptions to config-first model (task 410)
Paul Buetow
2026-03-02
lsp: return cleanly on exit and propagate runner errors (task 410)
Paul Buetow
2026-03-02
llmutils: centralize provider normalization and client setup (task 410)
Paul Buetow
2026-03-02
codeaction: add Build/Resolve handler registries (task 410)
Paul Buetow
2026-02-08
add gitignore-aware file filtering for LSP completions and code actions
Paul Buetow
2026-02-06
Remove GitHub Copilot provider support
paul@buetow.org
2026-02-06
fix: add missing Anthropic and OpenRouter provider support in config and LSP
paul@buetow.org
2026-02-01
fix: pass RequestTimeout to all llm.Config instances
Florian
2026-01-30
feat: add completion_wait_all config and fix Anthropic system messages
Paul Buetow
2026-01-29
feat: add native Anthropic API provider support
Paul Buetow
2025-11-03
Fix: Address lint warnings and bump patch version to 0.15.3
v0.15.3
Paul Buetow
2025-11-02
some linter fixes
Paul Buetow
2025-10-03
Switch inline prompt markers to >! prefix
v0.15.1
Paul Buetow
2025-10-02
feat: add OpenRouter provider
v0.15.0
Paul Buetow
2025-09-28
Add slash toggle for completions
v0.14.0
Paul Buetow
2025-09-28
Add --config flag support across CLI, LSP, and tmux tools
Paul Buetow
2025-09-28
Improve multi-provider completion streaming and CLI selector flags
Paul Buetow
2025-09-27
Support multi-provider fan-out across CLI and completions
Paul Buetow
2025-09-26
Refactor surface config to support multi-provider arrays
Paul Buetow
2025-09-26
Add per-surface provider overrides and wiring
Paul Buetow
2025-09-26
Auto apply inline prompt completions
Paul Buetow
2025-09-26
Skip chat handling for inline prompts
Paul Buetow
2025-09-26
Log config reload changes
Paul Buetow
2025-09-26
Allow slash commands without prefix
Paul Buetow
2025-09-24
Add runtime config store and reload command
Paul Buetow
2025-09-19
more
v0.11.6
Paul Buetow
2025-09-19
fix
Paul Buetow
2025-09-17
chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...
v0.11.1
Paul Buetow
2025-09-17
feat(stats,tmux): global Σ@window stats across processes with flocked cache;...
Paul Buetow
2025-09-16
release: v0.11.0 – context-aware in-editor chat; respect general.context_mo...
v0.11.0
Paul Buetow
2025-09-15
release: v0.10.1
v0.10.1
Paul Buetow
2025-09-14
release: v0.10.0
v0.10.0
Paul Buetow
2025-09-08
docs: move tmux documentation to its own file
Paul Buetow
2025-09-08
tmux: colored LLM status with provider + stats; add start heartbeat for LSP/C...
Paul Buetow
2025-09-07
feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP sta...
Paul Buetow
2025-09-07
feat: add 'Simplify and improve' action; configurable prompts in config; wire...
Paul Buetow
[next]