Goodboy v0.1.11
Goodboy v0.1.11
Cost-aware model recommendations, chat attachments that survive an agent switch, and a workflow-step crash fix.
See the price before you switch models (#797)
Goodboy already suggests when a task could run on a cheaper or stronger model. Now the suggestion carries the cost trade-off with it: pick a heavier model for light work and the recommendation shows roughly what it adds (for example, "about 2x cost"), so you decide the upgrade or downgrade knowing what it runs you. Light work flags a strong recommendation; heavier work already on an expensive tier flags an optional one. Codex and Gemini have no static pricing, so the multiplier is omitted for them.
Attachments stick across agent switches (#796)
Files you attach to the chat input used to vanish when you switched agents or restarted a session. They now write to disk on attach and restore when you come back, so moving between agents mid-task keeps your uploads. Deleting an agent cleans up its stored files.
Fixes
- Selecting a model on a workflow step no longer crashes the render when a planner produced an unrecognized agent role; unknown roles normalize on save and the render sites fall back instead of failing (#799)