agy_set_config
Set a configuration value in Antigravity's config.json, creating the file if it does not exist.
Instructions
Set a configuration value in Antigravity config.json.
Creates the config file if it doesn't exist.
Return Format
{"success": bool, "key": str, "value": any}
Examples
agy_set_config("default_model", "claude-sonnet-4-6")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||