eager hydration (hydrate_collab_agent_metadata_for_notification) was removed from this hot path. It performs a synchronous thread_read RPC to the app-server which blocks the TUI event loop for seconds when the app-server is busy with agent spawns. Agent metadata (nickname, role) is populated lazily through the collab spawn-end events and on-demand when the agent picker is opened or a thread switch occurs.
2fde96fAlessandro Autiero2mo ago