Use this skill when the user encounters a "bump" or wants to automatically approve certain file types, paths, or keywords using the Antigravity Auto Accept plugins. It updates the user's settings.json to expand trusted paths, whitelist file types, or add keywords.
This skill helps you seamlessly update the user's Antigravity Auto Accept configurations when they want to bypass manual approval prompts for specific repetitive workflows, directories, or file formats.
When the user asks to "update permissions", "whitelist a path", or "add an auto-accept keyword", follow these direct steps:
Locate settings.json:
The settings file is universally located at:
/Users/nicholaspetros/Library/Application Support/Antigravity/User/settings.json
Target JSON Properties:
The configuration properties that control the auto-accept behavior are defined under two namespaces to support both the pesosz and kioksiot extensions. You must always maintain parity between them.
The relevant arrays to target are:
autoAcceptFree.trustedPaths AND antigravity-autopilot.trustedPathsautoAcceptFree.whitelistFileTypes AND antigravity-autopilot.whitelistFileTypesautoAcceptFree.keywords AND antigravity-autopilot.keywordsautoAcceptFree.bannedCommands AND antigravity-autopilot.bannedCommandsExecution Guidelines:
replace_file_content or multi_replace_file_content tool to add the requested values to the appropriate JSON arrays./Users/nicholaspetros/new-project/**) are acceptable..ts, .md).Completion: Once successfully saved, briefly inform the user what was added and confirm that the change takes effect immediately (so they can keep moving past the bump!).