v4.0.3
What's Changed
Refactors
- Simplified local config.toml creation and loading (#667)
- Local config is now opt-in via
af init --config(replaces--force) - When a local
.agent-fox/config.tomlexists, it is the sole config source — the global~/.agent-fox/config.tomlis ignored entirely - Local config template now uses the same promoted-fields style as the global config
- Removed config merge logic and the save/restore hack from
init_cmd
- Local config is now opt-in via
Mental Model
- No local config → global config at
~/.agent-fox/config.tomlapplies - Local config present → only local config applies (global ignored)
Install / Upgrade
curl -fsSL https://raw.githubusercontent.com/agent-fox-dev/agent-fox/refs/heads/main/install.sh | shFull Changelog: v4.0.2...v4.0.3