Control how much freedom agents have to act without confirmation:
supervisedAgent proposes changes and waits for your approval before applyingguidedAgent applies file changes automatically, asks before running commandsautonomousAgent executes freely, reports what it did after completion
Enable or disable tools for agents. Each tool grants a specific capability:
filesystemRead, write, and search files in the sandboxshellExecute shell commands (npm, git, etc.)browserOpen URLs, take screenshots, interact with web pagessearchWeb search for documentation and solutionsdatabaseRun queries against attached database instances
temperaturenumber0.3Sampling temperature (0.0 - 1.0)maxStepsnumber50Maximum actions per agent turnsystemPromptstring(default)System prompt defining agent behaviorstopOnerrorbooleantrueStop execution on first error