summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-02-11chore: bump version to 0.20.0v0.20.0Paul Buetow
2026-02-11fix: simplify meta-prompts to not require programmatic prompt fetchingPaul Buetow
2026-02-11fix: clarify prompt retrieval method in meta-promptsPaul Buetow
2026-02-11feat: add delete_prompt built-in meta-promptPaul Buetow
2026-02-11feat: add MCP Tools support for prompt managementPaul Buetow
2026-02-11refactor: compile built-in prompts into binary instead of external filesPaul Buetow
2026-02-11refactor: consolidate cache and state into .local/hexai directoryPaul Buetow
2026-02-11Fix MCP protocol version negotiation and null prompts arrayPaul Buetow
2026-02-11Fix MCP transport to use JSONL instead of Content-Length framingPaul Buetow
2026-02-10Refactor MCP server to meet project standards and remove built-in promptsPaul 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-08Bump version to 0.18.2Paul Buetow
2026-02-08Add unit tests to improve coverage above 80% targetPaul Buetow
2026-02-08Bump version to 0.18.1Paul Buetow
2026-02-08Fix Claude agent clearing to use readline instead of vim commandsPaul Buetow
2026-02-08Fix amp agent prompt extraction to use TUI box patternPaul Buetow
2026-02-08refactor tmuxedit to Agent interface with cursor/claude/config implementationsPaul Buetow
2026-02-08fix hexai-tmux-edit agent detection, multi-line extraction, and clearingPaul Buetow
2026-02-08add hexai-tmux-edit: tmux popup editor for AI agent promptsPaul Buetow
2026-02-08add gitignore-aware file filtering for LSP completions and code actionsPaul Buetow
2026-02-08add per-project .hexaiconfig.toml config override and lower coverage target t...Paul Buetow
2026-02-06chore: bump version to 0.17.0paul@buetow.org
2026-02-06Remove GitHub Copilot provider supportpaul@buetow.org
2026-02-06chore: bump version to 0.16.1paul@buetow.org
2026-02-06fix: add missing Anthropic and OpenRouter provider support in config and LSPpaul@buetow.org
2026-02-01fix: pass RequestTimeout to all llm.Config instancesFlorian
2026-01-31feat: add configurable request timeout for LLM callsFlorian
2026-01-30chore: bump version to 0.16.0Paul Buetow
2026-01-30feat: add completion_wait_all config and fix Anthropic system messagesPaul Buetow
2026-01-29refactor: apply code style best practices to Anthropic implementationPaul Buetow
2026-01-29feat: add native Anthropic API provider supportPaul Buetow
2025-11-03Fix: Address lint warnings and bump patch version to 0.15.3v0.15.3Paul Buetow
2025-11-02some linter fixesPaul Buetow
2025-10-03Switch inline prompt markers to >! prefixv0.15.1Paul Buetow
2025-10-02feat: add OpenRouter providerv0.15.0Paul Buetow
2025-09-28Add slash toggle for completionsv0.14.0Paul Buetow
2025-09-28Document config defaults in CLI helpPaul Buetow
2025-09-28Bump version to 0.13.0v0.13.0Paul 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-27Support multi-provider fan-out across CLI and completionsPaul Buetow
2025-09-26Refactor surface config to support multi-provider arraysPaul Buetow
2025-09-26Add per-surface provider overrides and wiringPaul Buetow
2025-09-26Bump version to 0.12.1v0.12.1Paul Buetow
2025-09-26Auto apply inline prompt completionsPaul Buetow
2025-09-26Skip chat handling for inline promptsPaul Buetow
2025-09-26Log config reload changesPaul Buetow