@autonoma-ai/planner 0.1.28 → 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,6 +118,11 @@ Steps 1 and 7 hand the terminal to your **locally installed coding agent** (Clau
118
118
  CLI) the way `git commit` opens your editor - the dashboard steps aside, and control comes back
119
119
  when the agent exits.
120
120
 
121
+ Claude Code is started on Opus, for its own session and for any subagent it spawns, rather than on
122
+ whatever model your plan happens to hand it. These two steps install the SDK, boot your app and
123
+ validate it against a live environment, and a weaker model there fails in ways that read as your
124
+ app being broken.
125
+
121
126
  <p align="center">
122
127
  <img src="https://docs.autonoma.app/img/test-planner/tui-handoff.png" alt="The planner's terminal just before the handoff: a modal over the dimmed dashboard badged UP NEXT, headed 'Handing off to Claude Code', explaining that the terminal is about to switch and that you come straight back afterwards, with a footer reading 'Continuing in 10s - enter continue now'" width="100%">
123
128
  </p>