Skip to content

Claude sonnet 4 is very eager to create sub-agents, and goose does not handle it well #5812

@jamadeo

Description

@jamadeo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    corePertains to core goose functionalityp2Priority 2 - MediumperformancePerformance related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions