chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-02 18:02:46 +00:00
parent 7365418f37
commit 3b4d2823d6
4 changed files with 2 additions and 18 deletions
@@ -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 },
}