File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_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
4
4
config_hash : 2a888f284ea87b2dfdb7e548938a55ea
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ export interface Config {
71
71
*/
72
72
mcp ?: { [ key : string ] : McpLocal | McpRemote } ;
73
73
74
+ /**
75
+ * Modes configuration, see https://opencode.ai/docs/modes
76
+ */
74
77
mode ?: Config . Mode ;
75
78
76
79
/**
@@ -127,6 +130,9 @@ export namespace Config {
127
130
}
128
131
}
129
132
133
+ /**
134
+ * Modes configuration, see https://opencode.ai/docs/modes
135
+ */
130
136
export interface Mode {
131
137
build ?: ConfigAPI . Mode ;
132
138
You can’t perform that action at this time.
0 commit comments