summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/openapi.json
diff options
context:
space:
mode:
authorAriane Emory <[email protected]>2025-12-15 17:03:50 -0500
committerGitHub <[email protected]>2025-12-15 16:03:50 -0600
commit8fcc80bc2025b64872a839b49484db1ccc7a00fa (patch)
tree67886e65f0d57ac4a6bab7a448dfca31b0cfcbf7 /packages/sdk/openapi.json
parent0beccc406e450d0ffce3c9d105c3813bc9b24d45 (diff)
downloadopencode-8fcc80bc2025b64872a839b49484db1ccc7a00fa.tar.gz
opencode-8fcc80bc2025b64872a839b49484db1ccc7a00fa.zip
fix: restore ability to bind keys for model_cycle_favorite model_cycle_favorite_reverse (resolves #5198) (#5202)
Diffstat (limited to 'packages/sdk/openapi.json')
-rw-r--r--packages/sdk/openapi.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index 5a978c69c..3be96c599 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -7169,6 +7169,16 @@
"default": "shift+f2",
"type": "string"
},
+ "model_cycle_favorite": {
+ "description": "Next favorite model",
+ "default": "none",
+ "type": "string"
+ },
+ "model_cycle_favorite_reverse": {
+ "description": "Previous favorite model",
+ "default": "none",
+ "type": "string"
+ },
"command_list": {
"description": "List available commands",
"default": "ctrl+p",