Skip to content

v4.0.3

Choose a tag to compare

@mickume mickume released this 02 Jul 14:54

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.toml exists, it is the sole config source — the global ~/.agent-fox/config.toml is 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

Mental Model

  • No local config → global config at ~/.agent-fox/config.toml applies
  • 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 | sh

Full Changelog: v4.0.2...v4.0.3