Watchfire
Commands

watchfire settings

Configure project settings interactively.

watchfire settings

Configure project settings interactively.

Usage

watchfire configure
watchfire config       # alias

Description

watchfire configure lets you interactively update your project's settings. It presents each configurable option and saves changes to .watchfire/project.yaml.

Configurable Settings

SettingDescriptionDefault
Sandbox modeSandbox mechanism for agent processessandbox-exec
Auto-mergeAutomatically merge completed task branches to the default branchtrue
Auto-delete branchDelete worktree branches after successful mergetrue
Auto-start tasksStart an agent automatically when a task status is set to readytrue
Default agentThe coding agent to use for sessionsclaude-code
Project colorHex color used to identify the project in the GUI

Notes

  • Settings are stored in .watchfire/project.yaml
  • Changes take effect immediately for new agent sessions
  • Running agent sessions are not affected by settings changes
  • Initial settings are configured during watchfire init

Examples

# Configure project settings
watchfire configure

# Using the alias
watchfire config

On this page