diff options
| author | GitHub Action <[email protected]> | 2025-12-18 04:30:54 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-18 04:30:54 +0000 |
| commit | 57ef1153757ec9793726625795ded8fc708fa19e (patch) | |
| tree | 256ac2047af86eedfc353998f25d8d0c232acea2 | |
| parent | 942498211f1e16f7452c6a6e03b0c21dee00f3c0 (diff) | |
| download | opencode-57ef1153757ec9793726625795ded8fc708fa19e.tar.gz opencode-57ef1153757ec9793726625795ded8fc708fa19e.zip | |
chore: format code
| -rw-r--r-- | packages/sdk/openapi.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index e1455903d..16561e259 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -7411,6 +7411,11 @@ "description": "Suspend terminal", "default": "ctrl+z", "type": "string" + }, + "terminal_title_toggle": { + "description": "Toggle terminal title", + "default": "none", + "type": "string" } }, "additionalProperties": false |
