diff --git a/pkg/parser/schemas/main_workflow_schema.json b/pkg/parser/schemas/main_workflow_schema.json index 223c20a2900..319b6267285 100644 --- a/pkg/parser/schemas/main_workflow_schema.json +++ b/pkg/parser/schemas/main_workflow_schema.json @@ -10202,7 +10202,7 @@ "oneOf": [ { "type": "string", - "description": "Engine name: built-in ('claude', 'codex', 'copilot', 'gemini', 'crush') or a named catalog entry" + "description": "Engine name: built-in ('claude', 'codex', 'copilot', 'gemini', 'opencode', 'crush', 'pi') or a named catalog entry" }, { "type": "object", @@ -10210,7 +10210,7 @@ "properties": { "id": { "type": "string", - "description": "AI engine identifier: built-in ('claude', 'codex', 'copilot', 'gemini', 'crush') or a named catalog entry" + "description": "AI engine identifier: built-in ('claude', 'codex', 'copilot', 'gemini', 'opencode', 'crush', 'pi') or a named catalog entry" }, "version": { "type": ["string", "number"], @@ -10432,8 +10432,8 @@ "properties": { "id": { "type": "string", - "description": "Runtime adapter identifier (e.g. 'codex', 'claude', 'copilot', 'gemini', 'crush')", - "examples": ["codex", "claude", "copilot", "gemini", "crush"] + "description": "Runtime adapter identifier (e.g. 'codex', 'claude', 'copilot', 'gemini', 'opencode', 'crush', 'pi')", + "examples": ["codex", "claude", "copilot", "gemini", "opencode", "crush", "pi"] }, "version": { "type": ["string", "number"], @@ -10554,7 +10554,7 @@ "properties": { "id": { "type": "string", - "description": "Unique engine identifier (e.g. 'copilot', 'claude', 'codex', 'gemini', 'crush')" + "description": "Unique engine identifier (e.g. 'copilot', 'claude', 'codex', 'gemini', 'opencode', 'crush', 'pi')" }, "display-name": { "type": "string",