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
/
hexaiaction
/
run.go
Age
Commit message (
Expand
)
Author
2026-04-25
feat: configurable hexai-tmux-action menu via [[tmux_action.menu]]
Paul Buetow
2026-04-25
Release v0.35.0: fix-typos action and tmux popup for hexai-tmux-action
Paul Buetow
2026-03-19
Improve actionable error guidance
Paul Buetow
2026-03-19
Inject runner dependencies across CLI, action, and LSP
Paul Buetow
2026-03-17
Fix bugs, remove duplication, and clean up code quality issues
Paul Buetow
2026-03-16
Rename timeout helpers to match actual durations (timeout20s, timeout18s)
Paul Buetow
2026-03-16
Fix mixed pointer/value receivers on appconfig.App
Paul Buetow
2026-03-02
hexaiaction: replace global action state with Runner struct (task 406)
Paul Buetow
2026-03-02
hexaiaction: use sectioned config interface instead of full App (task 409)
Paul Buetow
2026-03-02
codeaction: add Build/Resolve handler registries (task 410)
Paul Buetow
2025-11-02
some linter fixes
Paul Buetow
2025-09-28
Add --config flag support across CLI, LSP, and tmux tools
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-19
fix
Paul Buetow
2025-09-17
feat(stats,tmux): global Σ@window stats across processes with flocked cache;...
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
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
editor: remove prefilled text in temp files for custom prompts (TUI and CLI)
Paul Buetow
2025-09-07
feat: add Custom prompt action (p) with editor integration; shared editor hel...
Paul Buetow
2025-09-07
feat: add 'Simplify and improve' action; configurable prompts in config; wire...
Paul Buetow
2025-09-07
feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...
Paul Buetow
2025-09-07
test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp in...
Paul Buetow
2025-09-06
more tests
Paul Buetow