summaryrefslogtreecommitdiff
path: root/internal/appconfig/config_test.go
AgeCommit message (Expand)Author
2026-03-16Refactor oversized functions and split large test filesPaul Buetow
2026-03-10task 80330fc4: deduplicate default config path helperPaul Buetow
2026-02-11refactor: consolidate cache and state into .local/hexai directoryPaul Buetow
2026-02-10Add tmux popup history storage and consolidate state files to XDG_STATE_HOMEPaul Buetow
2026-02-08Add unit tests to improve coverage above 80% targetPaul 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
2025-10-03Switch inline prompt markers to >! prefixv0.15.1Paul 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-14release: v0.10.0v0.10.0Paul Buetow
2025-09-08docs: move tmux documentation to its own filePaul Buetow
2025-09-07tiding upPaul Buetow
2025-09-06fix unit test coveragePaul 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
2025-09-06use gofumptPaul Buetow
2025-09-04appconfig: add comprehensive tests; achieve >80% coverage for packagePaul Buetow