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")
}