Files
multica/packages/core/agents
Jiayuan Zhang 32ab1e77dc fix(agents): drop the runtime badge from agent avatars (MUL-5567) (#6208)
The provider mark overlaid on the avatar's top-right read as clutter:
half of it overhangs the disc, so on the agent page, the profile card,
and the chat header it looked like something stuck to the avatar rather
than part of it — and every one of those surfaces already names the
runtime in text a line away.

Removes the overlay and everything that existed only to feed it: the
`AgentRuntimeBadge` module, the `showRuntimeBadge` prop on `ActorAvatar`,
and `useAgentRuntimeProvider`. The presence dot keeps the wrapper, now
back to a single overlay.

The provider mark on the agents list Runtime column stays — it sits
beside its label instead of on an avatar, which is where scanning
"which of these run on Codex" is a shape match rather than a read.

Co-authored-by: Lambda <lambda@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
2026-07-30 22:13:39 +08:00
..