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

This commit is contained in:
Shoubhit Dash 2026-06-02 23:30:34 +05:30 committed by GitHub
commit a639fe7a08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 26 additions and 925 deletions

View file

@ -49,7 +49,7 @@ describe("RuntimeFlags", () => {
expect(flags.enableParallel).toBe(true)
expect(flags.enableExperimentalModels).toBe(true)
expect(flags.enableQuestionTool).toBe(true)
expect(flags.experimentalScout).toBe(true)
expect(flags.experimentalReferences).toBe(true)
expect(flags.experimentalBackgroundSubagents).toBe(true)
expect(flags.experimentalLspTy).toBe(false)
expect(flags.experimentalLspTool).toBe(true)