mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
* feat(ui): calm the working claw and add turn status whimsy The working indicator claw now claws in place (jaw snips, no lateral shadowboxing) with rare seeded stances: mirrored southpaw, double-time flurry, fake-3D turntable spin, the old punch combo as a rare shadowbox, and a somersault backflip. After 30s of quiet the status line adds rotating crab-gerund phrases (Clawing…), and a completed run leaves a sticky 'Done in 51s · 485 tokens' recap row fed by the session row's per-run runtime and output tokens. Recap attribution is guarded by a watch/settle state machine (baseline terminal stamps, absorb, expiry); the residual without gateway run identity is documented in code. * fix(ui): unexport test-only working-phrase timing constants knip's production scan forbids exports only consumed by tests; the test mirrors the two literals with a pointer comment.