summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/openapi.json
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-03-27 14:01:28 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-03-27 14:01:28 +0000
commit21023337fa8011568b2570a3bd49fffed842ce86 (patch)
tree16fa450c7db09a0be9e68a14998ed1942eb9273d /packages/sdk/openapi.json
parent6274b0677c1c65815c525b9b199f1ce5c6fb97fc (diff)
downloadopencode-21023337fa8011568b2570a3bd49fffed842ce86.tar.gz
opencode-21023337fa8011568b2570a3bd49fffed842ce86.zip
chore: generate
Diffstat (limited to 'packages/sdk/openapi.json')
-rw-r--r--packages/sdk/openapi.json29
1 files changed, 24 insertions, 5 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index 245df2ce1..007391177 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -10961,16 +10961,35 @@
}
}
},
+ "snapshot": {
+ "description": "Enable or disable snapshot tracking. When false, filesystem snapshots are not recorded and undoing or reverting will not undo/redo file changes. Defaults to true.",
+ "type": "boolean"
+ },
"plugin": {
"type": "array",
"items": {
- "type": "string"
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "array",
+ "prefixItems": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object",
+ "propertyNames": {
+ "type": "string"
+ },
+ "additionalProperties": {}
+ }
+ ]
+ }
+ ]
}
},
- "snapshot": {
- "description": "Enable or disable snapshot tracking. When false, filesystem snapshots are not recorded and undoing or reverting will not undo/redo file changes. Defaults to true.",
- "type": "boolean"
- },
"share": {
"description": "Control sharing behavior:'manual' allows manual sharing via commands, 'auto' enables automatic sharing, 'disabled' disables all sharing",
"type": "string",