summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-30 03:44:29 +0000
committerGitHub Action <[email protected]>2025-12-30 03:44:29 +0000
commitaf99d83709e64b87de8d7c9b9cec9fa8d71a9a0e (patch)
treeb870f1caaec05b37b903d061fcb1fa26a9100f47
parented0c0d90be8cc9185628ec05e20ef942b35a0be4 (diff)
downloadopencode-af99d83709e64b87de8d7c9b9cec9fa8d71a9a0e.tar.gz
opencode-af99d83709e64b87de8d7c9b9cec9fa8d71a9a0e.zip
chore: generate
-rw-r--r--packages/sdk/openapi.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index 3903566b9..496277283 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -2048,6 +2048,9 @@
"system": {
"type": "string"
},
+ "variant": {
+ "type": "string"
+ },
"parts": {
"type": "array",
"items": {
@@ -2420,6 +2423,9 @@
"system": {
"type": "string"
},
+ "variant": {
+ "type": "string"
+ },
"parts": {
"type": "array",
"items": {
@@ -2541,6 +2547,9 @@
},
"command": {
"type": "string"
+ },
+ "variant": {
+ "type": "string"
}
},
"required": ["arguments", "command"]
@@ -5265,6 +5274,9 @@
"additionalProperties": {
"type": "boolean"
}
+ },
+ "variant": {
+ "type": "string"
}
},
"required": ["id", "sessionID", "role", "time", "agent", "model"]
@@ -7496,6 +7508,11 @@
"default": "shift+tab",
"type": "string"
},
+ "variant_cycle": {
+ "description": "Cycle model variants",
+ "default": "ctrl+t",
+ "type": "string"
+ },
"input_clear": {
"description": "Clear input field",
"default": "ctrl+c",
@@ -8914,6 +8931,16 @@
},
"required": ["name", "template"]
},
+ "Variant": {
+ "type": "object",
+ "properties": {
+ "disabled": {
+ "type": "boolean"
+ }
+ },
+ "required": ["disabled"],
+ "additionalProperties": {}
+ },
"Model": {
"type": "object",
"properties": {
@@ -9103,6 +9130,15 @@
},
"release_date": {
"type": "string"
+ },
+ "variants": {
+ "type": "object",
+ "propertyNames": {
+ "type": "string"
+ },
+ "additionalProperties": {
+ "$ref": "#/components/schemas/Variant"
+ }
}
},
"required": [