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
/
cmd
Age
Commit message (
Expand
)
Author
2026-03-10
task 80330fc4: deduplicate default config path helper
Paul Buetow
2026-03-10
task dac9b1e5: avoid LSP startup panic on StateDir failure
Paul Buetow
2026-02-13
chore: deprecate hexai-mcp-server as experimental
Paul Buetow
2026-02-12
Rename hexai-lsp command to hexai-lsp-server
Paul Buetow
2026-02-12
feat: add automatic MCP prompt to slash command syncing
Paul Buetow
2026-02-10
Add MCP server implementation with comprehensive test coverage
Paul Buetow
2026-02-10
Add tmux popup history storage and consolidate state files to XDG_STATE_HOME
Paul Buetow
2026-02-10
Fix hexai-tmux-edit to open in current working directory
Paul Buetow
2026-02-08
add hexai-tmux-edit: tmux popup editor for AI agent prompts
Paul Buetow
2026-02-06
Remove GitHub Copilot provider support
paul@buetow.org
2026-01-30
fix: restore corrupted cmd/hexai/main.go from commit 6103208
feature/anthropic-api-provider
Paul Buetow
2026-01-29
feat: add native Anthropic API provider support
Paul Buetow
2025-11-02
some linter fixes
Paul Buetow
2025-09-28
Document config defaults in CLI help
Paul Buetow
2025-09-28
Propagate --config overrides through CLI tools and LSP reloads
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-08
docs: move tmux documentation to its own file
Paul Buetow
2025-09-07
feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...
Paul Buetow
2025-09-07
refactor: move hexai-action to cmd/hexai-action; extract orchestration into i...
Paul Buetow
2025-09-07
tiding up
Paul Buetow
2025-09-06
feat(hexai-action): add --infile/--outfile flags; docs and tests\n\n- Add fla...
Paul Buetow
2025-09-06
more tests
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-17
refactor as per manual code reviews
Paul Buetow
2025-08-17
feat: Support XDG config home
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow
2025-08-17
cli: stream responses in hexai when supported (OpenAI, Ollama)
Paul Buetow
2025-08-17
docs(cli): document hexai CLI usage and behaviors
Paul Buetow
2025-08-17
cli: add leading newline before stats on stderr for hexai output
Paul Buetow
2025-08-17
cli: add hexai command-line tool and split LSP to hexai-lsp
Paul Buetow
2025-08-17
rename CLI binary to hexai-lsp
Paul Buetow
2025-08-17
llm: add GitHub Copilot provider
Paul Buetow
2025-08-17
lsp/config: make completion trigger characters configurable
Paul Buetow
2025-08-16
lsp: refactor NewServer to use options struct
Paul Buetow
2025-08-16
lsp: add 'Resolve diagnostics' code action scoped to selection
Paul Buetow
2025-08-16
refactor(config): drop env-based config (except OPENAI_API_KEY)
Paul Buetow