You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI chat focus no longer silently stops working — reopening a chat where an AI User was pre-selected (the "Chatting with {name}" focus chip is shown) could silently post plain messages that never reached the AI, so nothing happened. The chip is drawn from persisted focus state, while the send path re-resolved the name against the live user list and dropped the routing on a miss with no feedback. Two fixes: the user list is no longer cached as empty after a transient load failure (which had permanently broken AI-user lookups until an admin action refreshed it), and an unresolvable focus now surfaces a toast instead of quietly posting an un-routed message. Applies to both team chat and page chat.