fased config get browser.executablePath
fased config get models.providers.openai.apiKey --unredacted
fased config set browser.executablePath "/usr/bin/google-chrome"
fased config set agents.defaults.heartbeat.every "2h"
fased config set agents.defaults.taskModels.cheapCheck "openrouter/your-cheap-model"
fased config set agents.defaults.taskModels.escalation "openrouter/your-strong-model"
fased config set agents.list[0].taskModels.cheapCheck "openrouter/agent-cheap-model"
fased config set agents.list[0].taskModels.summarizer "openai/agent-summary-model"
fased config set agents.list[0].tools.exec.node "node-id-or-name"
fased config unset tools.web.search.apiKey