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 |
||
|---|---|---|
| .. | ||
| ar.json | ||
| de.json | ||
| en.json | ||
| es.json | ||
| fr.json | ||
| ja.json | ||
| ko.json | ||
| pt.json | ||
| ru.json | ||
| zh.json | ||