chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-13 04:56:52 +00:00
commit bed88ce50e
2 changed files with 2 additions and 16 deletions

View file

@ -1263,10 +1263,7 @@ export type Config = {
} }
instructions?: Array<string> instructions?: Array<string>
layout?: LayoutConfig layout?: LayoutConfig
/** permission?: PermissionConfig
* Permission configuration. Accepts a single object (per-tool action map) or an array of layered configs; arrays are merged in order so later layers override earlier ones.
*/
permission?: PermissionConfig | Array<PermissionConfig>
tools?: { tools?: {
[key: string]: boolean [key: string]: boolean
} }

View file

@ -12407,18 +12407,7 @@
"$ref": "#/components/schemas/LayoutConfig" "$ref": "#/components/schemas/LayoutConfig"
}, },
"permission": { "permission": {
"anyOf": [ "$ref": "#/components/schemas/PermissionConfig"
{
"$ref": "#/components/schemas/PermissionConfig"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/PermissionConfig"
}
}
],
"description": "Permission configuration. Accepts a single object (per-tool action map) or an array of layered configs; arrays are merged in order so later layers override earlier ones."
}, },
"tools": { "tools": {
"type": "object", "type": "object",