Skip to content

Goodboy v0.1.10

Choose a tag to compare

@github-actions github-actions released this 10 Jun 23:03
ec5d436

Goodboy v0.1.10

The model you pick in the composer now wins over the agent's pin, workflow plans hand off cleanly in automode, attention highlighting is consistent across agent types, failure rows read calmer, and light mode gains depth.

Model selection that sticks (#794, #793)

When you picked a model in the composer and hit send, the chat could ignore you and stay on the agent's pinned model. Per-turn selection now wins over agent pins, so the model you choose is the model that runs. Scout and resolver auto-kickoffs are unaffected.

Changing the suggested model for a step in a custom workspace no longer flips that step's agent. The role was being re-guessed from the step name on every save; it now persists alongside the model. One more instance of the same pattern, in session creation, is still pending a fix.

Workflow plans tracked correctly (#788)

In automode, the next workflow step could start before the current step's plan finished saving, which lost the plan consumption count. The hand-off now waits for the plan to land in the database first. Cancelled and errored turns no longer auto-advance.

Attention where you need it (#790)

Workflow steps and resolver agents now show the same yellow border that classic agents already used to flag unread output or an agent waiting on you. All three agent types highlight consistently.

Calmer failures (#789)

A failed operations row no longer turns the whole row red with a warning icon. It shows a N success · M failed breakdown instead, failures in the error color, the rest neutral.

Light mode depth (#791)

Darker light-mode baseline and a wider elevation ramp, so stacked surfaces read with clearer depth. Borders nudged darker for present-but-subtle contrast. Foreground colors are unchanged and stay AA-compliant.

Smaller fixes

  • Long open-question text wraps instead of being clipped (#792)
  • Modal dialogs share consistent padding, and dialog heights adapt to the viewport (#787)
  • Onboarding no longer races its own hydration on first run (#787)
  • The workspace breadcrumb opens the correct workspace's settings (#787)