Bulk Enabling or Disabling Commands by Category
Instead of toggling commands one by one, you can enable or disable entire categories at once. This is useful when you want to quickly restrict or allow broad areas of functionality.
The 8 command categories:
- Management Commands — Project selection, status queries, help system (15 commands)
- Query Commands — Scene inspection, object search, asset listing
- Create Commands — GameObject creation, script generation, material creation
- Modify Commands — Transform changes, component addition, property modification
- Delete Commands — Object removal, component cleanup
- Control Commands — Play mode, console, scene management, recompile control
- FileSystem Commands — File and folder operations (17 commands)
- Workspace Intelligence Commands — workspace.plan, workspace.index, workspace.diagnose, workspace.find
How to use bulk toggles:
- In the Tool Permissions tab, you’ll see category headers above each group of commands
- Each category header has a toggle switch
- Click the category toggle to enable or disable all commands in that category at once
- Individual command toggles update immediately to match the category setting
Common bulk permission scenarios:
Scenario 1: Read-only mode
You want the AI to inspect your project but not make any changes:
- Enable: Management, Query, Workspace Intelligence
- Disable: Create, Modify, Delete, Control, FileSystem
The AI can list objects, search scenes, and query assets, but cannot create, modify, or delete anything.
Scenario 2: Safe creation mode
You want the AI to create new objects and scripts but not modify or delete existing ones:
- Enable: Management, Query, Create, Workspace Intelligence
- Disable: Modify, Delete, Control, FileSystem (except file.create)
Scenario 3: Full automation
You trust the AI completely and want maximum capability:
- Enable: All categories
The AI has access to all 60+ commands. Use this with the Autonomy Slider set to High (80-100) for maximum automation.
Scenario 4: Planning only
You want the AI to plan work but not execute it:
- Enable: Management, Query, Workspace Intelligence
- Disable: Create, Modify, Delete, Control, FileSystem
The AI can create workspace plans, search code, and validate paths, but cannot execute any changes. You review the plan, then manually enable execution commands when ready.
Important note: Management commands cannot be disabled. The AI always needs access to list_all_projects, select_project, get_available_tools, and other core management functions. These are required for the system to work.