mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"id": "windsurf",
|
|
"display_name": "Windsurf Editor",
|
|
"description": "Add a one-click button to launch Windsurf Editor",
|
|
"icon": "/icon/windsurf.svg",
|
|
"category": "IDE",
|
|
"tags": [
|
|
"ide",
|
|
"windsurf",
|
|
"ai"
|
|
],
|
|
"compatible_os": [
|
|
"linux"
|
|
],
|
|
"conflicts_with": [],
|
|
"pinned_version": "1.3.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 Windsurf Editor.",
|
|
"default": "",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
},
|
|
{
|
|
"name": "mcp",
|
|
"type": "string",
|
|
"description": "JSON-encoded MCP server configurations for Windsurf.",
|
|
"default": "",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
},
|
|
{
|
|
"name": "open_recent",
|
|
"type": "bool",
|
|
"description": "Open the most recent workspace or folder.",
|
|
"default": false,
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
}
|
|
]
|
|
}
|