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-27
release: v0.27.2
v0.27.2
main
Paul Buetow
2026-03-23
fix: prevent ask add from swallowing tags into descriptions, add rc.confirmat...
v0.25.11
Paul Buetow
2026-03-23
fix: address all HIGH-severity code quality audit findings
Paul Buetow
2026-03-23
ask add: always emit UUID, never the numeric task ID
Paul Buetow
2026-03-22
ask: fix filter argument ordering for list/all/ready commands
v0.25.4
Paul Buetow
2026-03-22
ask list: only show pending tasks by default
v0.25.3
Paul Buetow
2026-03-22
cmd/ask: wire to askcli.Dispatch, remove taskproxy passthrough
Paul Buetow
2026-03-22
Remove 'hexai task' subcommand; task management is fully handled by the 'ask'...
Paul Buetow
2026-03-19
Add ask Taskwarrior wrapper
Paul Buetow
2026-03-19
Add hexai task proxy dispatch tests
Paul Buetow
2026-03-19
Add Taskwarrior task proxy subcommand
Paul Buetow
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
Paul Buetow
2026-03-16
Use filepath.Join instead of fmt.Sprintf for path construction
Paul Buetow
2026-03-16
Decompose App God struct into embedded section structs
Paul Buetow
2026-03-16
Remove os.Setenv from MCP server production code
Paul Buetow
2026-03-16
Replace panic with graceful error returns in tmuxedit and mcp-server
Paul Buetow
2026-03-16
Release v0.24.0
v0.24.0
Paul Buetow
2026-03-13
release: v0.22.0
v0.22.0
Paul Buetow
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
[next]