I ran the "create a tamagotchi game" test, and:
- the main agent is instructed to build a game
- the main agent immediately creates a sub-agent to handle the whole thing
- the sub agent tries to also create a sub-agent
- the recursive sub-agent call fails (as it should)
- the sub-agent then replies with some code directly (no developer tools are called) and reports success to the main agent
- the main agent summarizes this reply
so in the end, goose reported that everything worked. And no code was written.
goose version: 1.15.0 (pre release e9b9dcc)
diagnostics_20251119_7.zip