summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-12feat: add design_prompt meta-prompt for implementation planningv0.21.0Paul 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-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-11docs: update all paths to consolidated .local/hexai directoryPaul 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-10add hexaiconfigPaul Buetow
2026-02-10small adjustmentsPaul Buetow
2026-02-08Bump version to 0.18.2Paul Buetow
2026-02-08Add unit tests to improve coverage above 80% targetPaul Buetow
2026-02-08Merge: resolve README conflict, keep hexai-tmux-edit and Custom prompt docsPaul Buetow
2026-02-08chore: stop tracking build artifacts and temp filesPaul 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 tmux popup editor screenshots to docsPaul Buetow
2026-02-08add hexai-tmux-edit documentation to all doc filesPaul 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-08add claudePaul Buetow
2026-02-06cleanupPaul Buetow
2026-02-06Merge branch 'main' of codeberg.org:snonux/hexaiPaul Buetow
2026-02-06coveragePaul Buetow
2026-02-06ignore serenapaul@buetow.org
2026-02-06chore: bump version to 0.17.0paul@buetow.org
2026-02-06chore: regenerate coverage data after Copilot removalpaul@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-02Merge pull request #2 from florianbuetow/feature-timeout-configPaul Bütow
2026-02-01docs: update PR.md with additional files modifiedFlorian
2026-02-01fix: pass RequestTimeout to all llm.Config instancesFlorian
2026-01-31feat: add configurable request timeout for LLM callsFlorian
2026-01-30docs: add Anthropic to supported providers in READMEPaul Buetow
2026-01-30chore: bump version to 0.16.0Paul Buetow
2026-01-30feat: add completion_wait_all config and fix Anthropic system messagesPaul Buetow