summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2026-03-22cmd/ask: wire to askcli.Dispatch, remove taskproxy passthroughPaul Buetow
2026-03-22Remove 'hexai task' subcommand; task management is fully handled by the 'ask'...Paul Buetow
2026-03-19Add ask Taskwarrior wrapperPaul Buetow
2026-03-19Add hexai task proxy dispatch testsPaul Buetow
2026-03-19Add Taskwarrior task proxy subcommandPaul Buetow
2026-03-16Replace Summary: prefixes with standard Go package doc commentsPaul Buetow
2026-03-16Use filepath.Join instead of fmt.Sprintf for path constructionPaul Buetow
2026-03-16Decompose App God struct into embedded section structsPaul Buetow
2026-03-16Remove os.Setenv from MCP server production codePaul Buetow
2026-03-16Replace panic with graceful error returns in tmuxedit and mcp-serverPaul Buetow
2026-03-16Release v0.24.0v0.24.0Paul Buetow
2026-03-13release: v0.22.0v0.22.0Paul Buetow
2026-03-10task 80330fc4: deduplicate default config path helperPaul Buetow
2026-03-10task dac9b1e5: avoid LSP startup panic on StateDir failurePaul Buetow
2026-02-13chore: deprecate hexai-mcp-server as experimentalPaul Buetow
2026-02-12Rename hexai-lsp command to hexai-lsp-serverPaul Buetow
2026-02-12feat: add automatic MCP prompt to slash command syncingPaul Buetow
2026-02-10Add MCP server implementation with comprehensive test coveragePaul Buetow
2026-02-10Add tmux popup history storage and consolidate state files to XDG_STATE_HOMEPaul Buetow
2026-02-10Fix hexai-tmux-edit to open in current working directoryPaul Buetow
2026-02-08add hexai-tmux-edit: tmux popup editor for AI agent promptsPaul Buetow
2026-02-06Remove GitHub Copilot provider supportpaul@buetow.org
2026-01-30fix: restore corrupted cmd/hexai/main.go from commit 6103208feature/anthropic-api-providerPaul Buetow
2026-01-29feat: add native Anthropic API provider supportPaul Buetow
2025-11-02some linter fixesPaul Buetow
2025-09-28Document config defaults in CLI helpPaul Buetow
2025-09-28Propagate --config overrides through CLI tools and LSP reloadsPaul Buetow
2025-09-28Add --config flag support across CLI, LSP, and tmux toolsPaul Buetow
2025-09-28Improve multi-provider completion streaming and CLI selector flagsPaul Buetow
2025-09-08docs: move tmux documentation to its own filePaul Buetow
2025-09-07feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...Paul Buetow
2025-09-07refactor: move hexai-action to cmd/hexai-action; extract orchestration into i...Paul Buetow
2025-09-07tiding upPaul Buetow
2025-09-06feat(hexai-action): add --infile/--outfile flags; docs and tests\n\n- Add fla...Paul Buetow
2025-09-06more testsPaul Buetow
2025-08-31module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4Paul Buetow
2025-08-17refactor as per manual code reviewsPaul Buetow
2025-08-17feat: Support XDG config homePaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17cli: stream responses in hexai when supported (OpenAI, Ollama)Paul Buetow
2025-08-17docs(cli): document hexai CLI usage and behaviorsPaul Buetow
2025-08-17cli: add leading newline before stats on stderr for hexai outputPaul Buetow
2025-08-17cli: add hexai command-line tool and split LSP to hexai-lspPaul Buetow
2025-08-17rename CLI binary to hexai-lspPaul Buetow
2025-08-17llm: add GitHub Copilot providerPaul Buetow
2025-08-17lsp/config: make completion trigger characters configurablePaul Buetow
2025-08-16lsp: refactor NewServer to use options structPaul Buetow
2025-08-16lsp: add 'Resolve diagnostics' code action scoped to selectionPaul Buetow
2025-08-16refactor(config): drop env-based config (except OPENAI_API_KEY)Paul Buetow