Run AI agents independently in isolated environments for parallel development
firebender.json
file using the backgroundAgent
configuration:
install
: Command to run for installing dependencies when the background agent startsstart
: Command to run to start the development environment (e.g., dev server, build watch)copyFiles
: Array of files to copy from your original project to the background agent worktreecopyFiles
option is useful for environment files, configuration files, or other assets that aren’t tracked in git but are needed for development.