feat: add experimental background subagents (#27084)

This commit is contained in:
Shoubhit Dash 2026-05-14 22:10:15 +05:30 committed by GitHub
commit 22de34c4de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 975 additions and 101 deletions

View file

@ -31,6 +31,7 @@ describe("RuntimeFlags", () => {
expect(flags.enableParallel).toBe(true)
expect(flags.enableQuestionTool).toBe(true)
expect(flags.experimentalScout).toBe(true)
expect(flags.experimentalBackgroundSubagents).toBe(true)
expect(flags.experimentalLspTool).toBe(true)
expect(flags.experimentalPlanMode).toBe(true)
expect(flags.experimentalEventSystem).toBe(true)