Build Mode
Build mode is FBC Agent's full-access agent. It can read and write files, run terminal commands, manage git repositories, and edit code directly.
Terminal access
Build mode runs commands in a sandboxed system shell. The agent can execute any command you have permission to run. All commands are audited in the conversation history.
$ ls -la
$ npm run build
$ python3 script.py
$ npm run build
$ python3 script.py
File system operations
The agent can read, write, create, and delete files within permitted directories. File access is governed by your permission policies.
Git operations
Build mode supports full git workflow: commit, branch, merge, rebase, create PRs, and manage remotes. The agent understands git state and can suggest appropriate actions.