mission-control/messages
HonzysClawdbot 4fa1cbd3a5
fix: show all agents in command select, disable those without active session
Previously the agent select in the OrchestrationBar only listed agents
with a session_key set (agents.filter(a => a.session_key)), causing the
dropdown to appear completely empty when agents exist but none have an
active session. This was confusing — users thought no agents were
registered.

Fix: show all registered agents in the dropdown. Agents without an
active session_key are shown as disabled with a '— no session' suffix
and a tooltip explaining why they can't be messaged. The 'No agents
registered' placeholder is shown only when the agents array is truly
empty.

The send button remains correctly disabled when no valid agent is
selected.

Fixes #321
2026-03-14 16:38:53 +07:00
..
ar.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
de.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
en.json fix: show all agents in command select, disable those without active session 2026-03-14 16:38:53 +07:00
es.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
fr.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
ja.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
ko.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
pt.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
ru.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00
zh.json fix(ui): improve agent panel empty state with discovery hints (#348) 2026-03-14 16:29:24 +07:00