File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 22
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-d7030c3ddac483f2b8f15e10f2539f77fc440226bbf061526956288c0e0f19fb .yml
3- openapi_spec_hash : d10e62f301799142aeeb9378611f7424
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-8792f91dd070f7b4ee671fc86e8a03976dc7fb6ee49f8c99ad989e1597003774 .yml
3+ openapi_spec_hash : fe9dc3a074be560de0b97df9b5af2c1b
44config_hash : 2a888f284ea87b2dfdb7e548938a55ea
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ export interface Config {
7171 */
7272 mcp ?: { [ key : string ] : McpLocal | McpRemote } ;
7373
74+ /**
75+ * Modes configuration, see https://opencode.ai/docs/modes
76+ */
7477 mode ?: Config . Mode ;
7578
7679 /**
@@ -127,6 +130,9 @@ export namespace Config {
127130 }
128131 }
129132
133+ /**
134+ * Modes configuration, see https://opencode.ai/docs/modes
135+ */
130136 export interface Mode {
131137 build ?: ConfigAPI . Mode ;
132138
You can’t perform that action at this time.
0 commit comments