summaryrefslogtreecommitdiff
path: root/config.toml.example
AgeCommit message (Expand)Author
2026-05-20docs: document You.com (YouSearch) providerPaul Buetow
2026-04-26feat: default to Ollama Cloud (kimi-k2.6) when no provider configuredPaul Buetow
2026-04-26feat: optional API key for Ollama provider (Ollama Cloud)Paul Buetow
2026-04-25feat: configurable hexai-tmux-action menu via [[tmux_action.menu]]Paul Buetow
2026-04-25docs: document fix_typos prompts in config.toml.examplePaul Buetow
2026-04-07feat: remove tmux edit popup support for Claude CodePaul Buetow
2026-03-14Release v0.22.3v0.22.3Paul Buetow
2026-02-22docs: clarify Codex uses native Ctrl+G external editorPaul Buetow
2026-02-10Fix hexai-tmux-edit to open in current working directoryPaul 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-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-06Remove GitHub Copilot provider supportpaul@buetow.org
2026-01-31feat: add configurable request timeout for LLM callsFlorian
2026-01-30feat: add completion_wait_all config and fix Anthropic system messagesPaul Buetow
2026-01-29feat: add native Anthropic API provider supportPaul 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-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-17chore(openai): revert default model to gpt-4.1Paul Buetow
2025-09-17feat(openai): set default model to gpt-4oPaul Buetow
2025-09-17feat(stats,tmux): global Σ@window stats across processes with flocked cache;...Paul Buetow
2025-09-14release: v0.10.0v0.10.0Paul Buetow
2025-09-07docs: document simplify action prompts; update examples and flags; add simpli...Paul Buetow
2025-09-06chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0Paul Buetow
2025-09-06use TOML not JSON for configurationPaul Buetow