Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pkg/parser/schemas/main_workflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10202,15 +10202,15 @@
"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",
"description": "Extended engine configuration object with advanced options for model selection, turn limiting, environment variables, and custom steps",
"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"],
Expand Down Expand Up @@ -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"]
Comment on lines +10435 to +10436
},
"version": {
"type": ["string", "number"],
Expand Down Expand Up @@ -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",
Expand Down
Loading