chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-02 18:02:46 +00:00
parent a639fe7a08
commit e54f974840
4 changed files with 2 additions and 18 deletions

View File

@ -324,9 +324,7 @@ export function Autocomplete(props: {
...(reference.kind === "invalid" ? [] : [`Reference root: ${reference.path}`]),
...(problem
? [`Problem: ${problem}`]
: [
"Inspect the configured reference with Read, Glob, and Grep when useful.",
]),
: ["Inspect the configured reference with Read, Glob, and Grep when useful."]),
].join("\n")
}

View File

@ -63,9 +63,7 @@ export function referenceTextPart(input: {
...(metadata.targetPath ? [`Resolved path: ${metadata.targetPath}`] : []),
...(metadata.problem
? [`Problem: ${metadata.problem}`]
: [
"Inspect the configured reference with Read, Glob, and Grep when useful.",
]),
: ["Inspect the configured reference with Read, Glob, and Grep when useful."]),
].join("\n"),
metadata: { reference: metadata },
}

View File

@ -1569,8 +1569,6 @@ export type PermissionConfig =
question?: PermissionActionConfig
webfetch?: PermissionActionConfig
websearch?: PermissionActionConfig
repo_clone?: PermissionRuleConfig
repo_overview?: PermissionRuleConfig
lsp?: PermissionRuleConfig
doom_loop?: PermissionActionConfig
skill?: PermissionRuleConfig
@ -1826,7 +1824,6 @@ export type Config = {
build?: AgentConfig
general?: AgentConfig
explore?: AgentConfig
scout?: AgentConfig
title?: AgentConfig
summary?: AgentConfig
compaction?: AgentConfig

View File

@ -15865,12 +15865,6 @@
"websearch": {
"$ref": "#/components/schemas/PermissionActionConfig"
},
"repo_clone": {
"$ref": "#/components/schemas/PermissionRuleConfig"
},
"repo_overview": {
"$ref": "#/components/schemas/PermissionRuleConfig"
},
"lsp": {
"$ref": "#/components/schemas/PermissionRuleConfig"
},
@ -16507,9 +16501,6 @@
"explore": {
"$ref": "#/components/schemas/AgentConfig"
},
"scout": {
"$ref": "#/components/schemas/AgentConfig"
},
"title": {
"$ref": "#/components/schemas/AgentConfig"
},