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
/
handlers_codeaction.go
Age
Commit message (
Expand
)
Author
2026-03-23
fix: address all HIGH-severity code quality audit findings
Paul Buetow
2026-03-17
Fix bugs, remove duplication, and clean up code quality issues
Paul Buetow
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
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 resolveGoTest workflow into helpers (task 416)
Paul Buetow
2026-03-02
lsp: cancel handler contexts on shutdown via server context (task 423)
Paul Buetow
2026-03-02
lsp: handle code action payload marshal errors (task 406)
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
2025-09-26
Add per-surface provider overrides and wiring
Paul Buetow
2025-09-24
Add runtime config store and reload command
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-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-07
feat: add 'Simplify and improve' action; configurable prompts in config; wire...
Paul Buetow
2025-09-06
fix unit test coverage
Paul Buetow
2025-09-06
chore(version): bump to 0.6.0; configurable prompts via config + tests
v0.6.0
Paul Buetow
2025-09-06
use gofumpt
Paul Buetow
2025-09-03
lsp: add 'Hexai: document code' action to add doc comments to selected code
Paul Buetow
2025-09-03
lsp: add 'Hexai: implement unit test' code action for Go
v0.4.1
Paul Buetow
2025-08-31
module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...
v0.3.4
Paul Buetow
2025-08-29
lsp: refactor dispatch to handler map; split handlers into feature files (com...
Paul Buetow