refactor mode selection into delegate tool that spawns subagents (#265)

This commit is contained in:
David Blass
2026-02-12 19:34:47 +00:00
committed by pullfrog[bot]
parent dda1d6b1de
commit 9071c0ae6c
20 changed files with 1490 additions and 459 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ import { defineFixture } from "../utils.ts";
const fixture = defineFixture(
{
prompt: `Call the select_mode tool with modeName "Build", then analyze the mode instructions.
Then call select_mode with modeName "Review" and compare the two modes in detail.
Finally say "TIMEOUT TEST COMPLETED".`,
prompt: `Call the delegate tool with mode "Build" and effort "mini", then analyze the result.
Then call delegate with mode "Review" and effort "mini".
Finally call set_output with "TIMEOUT TEST COMPLETED".`,
timeout: "5s",
effort: "mini",
},