chore(opencode): remove scout agent (#30435)

This commit is contained in:
Shoubhit Dash
2026-06-02 23:30:34 +05:30
committed by GitHub
parent 73b2ce40ea
commit 7365418f37
30 changed files with 26 additions and 925 deletions
@@ -325,7 +325,7 @@ export function Autocomplete(props: {
...(problem
? [`Problem: ${problem}`]
: [
"For targeted context, inspect the reference path directly with Read, Glob, and Grep. For broader research, call the task tool with subagent scout and include this reference path.",
"Inspect the configured reference with Read, Glob, and Grep when useful.",
]),
].join("\n")
}