# Built-in profile: full-auto # No gates, no sandbox, no checkpoints. # Maximum autonomy — use with extreme caution. name: full-auto description: No gates, no sandbox, no checkpoints schema_version: "1.0" # Task-type confidence thresholds decompose_task: 0.0 create_tool: 0.0 select_tool: 0.0 # Task-type confidence thresholds (continued) edit_code: 0.0 execute_command: 0.0 # Task-type confidence thresholds (continued) create_file: 0.0 delete_content: 0.0 access_network: 0.0 # Task-type confidence thresholds (continued) install_dependency: 0.0 modify_config: 0.0 approve_plan: 0.0 # Safety requirements safety: require_sandbox: false require_checkpoints: false allow_unsafe_tools: true