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
/
prompts.go
Age
Commit message (
Expand
)
Author
2026-03-16
Add Snapshot.ScopeReqs/ScopeRPM and simplify 3 callers
Paul Buetow
2026-03-16
Centralize GPT-5 temperature override into llmutils.ResolveTemperature
Paul Buetow
2026-03-16
Rename timeout helpers to match actual durations (timeout20s, timeout18s)
Paul Buetow
2026-03-16
Merge runOnce and runOnceWithOpts in hexaiaction/prompts.go
Paul Buetow
2026-03-02
hexaiaction: use sectioned config interface instead of full App (task 409)
Paul Buetow
2026-03-02
llmutils: remove remaining default-model wrappers in callers (task 413)
Paul Buetow
2026-03-02
llmutils: centralize provider normalization and client setup (task 410)
Paul Buetow
2026-02-06
Remove GitHub Copilot provider support
paul@buetow.org
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-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-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: add 'Simplify and improve' action; configurable prompts in config; wire...
Paul Buetow
2025-09-06
more tests
Paul Buetow