chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-06 13:44:07 +00:00
commit 77963d884a
3 changed files with 5 additions and 11 deletions

View file

@ -113,4 +113,3 @@ for (const q of GLOB_QUERIES) {
}
process.exit(0)

View file

@ -113,9 +113,7 @@ export const GrepTool = Tool.define(
if (result.hasNextPage) {
output.push("")
output.push(
`(Results truncated. Consider using a more specific path or pattern.)`,
)
output.push(`(Results truncated. Consider using a more specific path or pattern.)`)
}
if (result.partial) {