chore(opencode): remove scout agent (#30435)
This commit is contained in:
parent
18ba80f3ac
commit
a639fe7a08
30 changed files with 26 additions and 925 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue