Skip to content

Commit e54f974

Browse files
chore: generate
1 parent a639fe7 commit e54f974

4 files changed

Lines changed: 2 additions & 18 deletions

File tree

packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,7 @@ export function Autocomplete(props: {
324324
...(reference.kind === "invalid" ? [] : [`Reference root: ${reference.path}`]),
325325
...(problem
326326
? [`Problem: ${problem}`]
327-
: [
328-
"Inspect the configured reference with Read, Glob, and Grep when useful.",
329-
]),
327+
: ["Inspect the configured reference with Read, Glob, and Grep when useful."]),
330328
].join("\n")
331329
}
332330

packages/opencode/src/session/prompt/reference.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ export function referenceTextPart(input: {
6363
...(metadata.targetPath ? [`Resolved path: ${metadata.targetPath}`] : []),
6464
...(metadata.problem
6565
? [`Problem: ${metadata.problem}`]
66-
: [
67-
"Inspect the configured reference with Read, Glob, and Grep when useful.",
68-
]),
66+
: ["Inspect the configured reference with Read, Glob, and Grep when useful."]),
6967
].join("\n"),
7068
metadata: { reference: metadata },
7169
}

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,8 +1569,6 @@ export type PermissionConfig =
15691569
question?: PermissionActionConfig
15701570
webfetch?: PermissionActionConfig
15711571
websearch?: PermissionActionConfig
1572-
repo_clone?: PermissionRuleConfig
1573-
repo_overview?: PermissionRuleConfig
15741572
lsp?: PermissionRuleConfig
15751573
doom_loop?: PermissionActionConfig
15761574
skill?: PermissionRuleConfig
@@ -1826,7 +1824,6 @@ export type Config = {
18261824
build?: AgentConfig
18271825
general?: AgentConfig
18281826
explore?: AgentConfig
1829-
scout?: AgentConfig
18301827
title?: AgentConfig
18311828
summary?: AgentConfig
18321829
compaction?: AgentConfig

packages/sdk/openapi.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15865,12 +15865,6 @@
1586515865
"websearch": {
1586615866
"$ref": "#/components/schemas/PermissionActionConfig"
1586715867
},
15868-
"repo_clone": {
15869-
"$ref": "#/components/schemas/PermissionRuleConfig"
15870-
},
15871-
"repo_overview": {
15872-
"$ref": "#/components/schemas/PermissionRuleConfig"
15873-
},
1587415868
"lsp": {
1587515869
"$ref": "#/components/schemas/PermissionRuleConfig"
1587615870
},
@@ -16507,9 +16501,6 @@
1650716501
"explore": {
1650816502
"$ref": "#/components/schemas/AgentConfig"
1650916503
},
16510-
"scout": {
16511-
"$ref": "#/components/schemas/AgentConfig"
16512-
},
1651316504
"title": {
1651416505
"$ref": "#/components/schemas/AgentConfig"
1651516506
},

0 commit comments

Comments
 (0)