mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"id": "antigravity",
|
|
"display_name": "Antigravity",
|
|
"description": "Add a one-click button to launch Google Antigravity",
|
|
"icon": "/icon/antigravity.svg",
|
|
"category": "AI Agent",
|
|
"tags": [
|
|
"ide",
|
|
"antigravity",
|
|
"ai",
|
|
"google"
|
|
],
|
|
"compatible_os": [
|
|
"linux"
|
|
],
|
|
"conflicts_with": [],
|
|
"namespace": "coder",
|
|
"pinned_version": "1.0.1",
|
|
"variables": [
|
|
{
|
|
"name": "agent_id",
|
|
"type": "string",
|
|
"description": "The ID of a Coder agent.",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": true
|
|
},
|
|
{
|
|
"name": "folder",
|
|
"type": "string",
|
|
"description": "The folder to open in Antigravity IDE.",
|
|
"default": "",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
},
|
|
{
|
|
"name": "mcp",
|
|
"type": "string",
|
|
"description": "JSON-encoded string to configure MCP servers for Antigravity. When set, writes ~/.gemini/antigravity/mcp_config.json.",
|
|
"default": "",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
},
|
|
{
|
|
"name": "open_recent",
|
|
"type": "bool",
|
|
"description": "Open the most recent workspace or folder. Falls back to the folder if there is no recent workspace or folder to open.",
|
|
"default": false,
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
}
|
|
]
|
|
}
|