CedarCopilot wants to merge 1 commit into staging from fix/onboarding-avatar-mood-working
Live on prod, watching, 2 days left
Libra has verdicts on 0 of 1 tracked behaviors on prod; 1 is still being checked. Libra checks hourly for 3 days after each deploy.
Unblocks the staging โ main deploy PR (#2872), whose Typecheck (tsc) check fails on staging:
modules/onboarding/setup/steps/AgentConfigStep.tsx(281,17): error TS2322: Type '"idle" | "thinking"' is not assignable to type 'AgentAvatarMood | undefined'.
modules/onboarding/setup/steps/DataLayerTimelineStep.tsx(387,11): error TS2322: Type '"thinking"' is not assignable to type 'AgentAvatarMood | undefined'.
be36c9dcc renamed AgentAvatarMood 'thinking' โ 'working'. The onboarding steps that landed alongside it still passed 'thinking'. This swaps both call sites to 'working', which is the same animation under its new name.
pnpm --filter @zero/mail run types passes locally๐ค Generated with Claude Code
The PR appears safe to merge and correctly applies the avatar mood rename at both affected onboarding call sites.
This PR updates two onboarding avatar call sites to use the renamed working mood, restoring compatibility with the current AgentAvatarMood type.
thinking.Reviews (1) ยท Last reviewed commit: "fix(onboarding): use the renamed 'workin..."
Libra has not measured any production surfaces for this change yet.