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
Emit SessionInfoUpdate after rename so clients can repaint inline
Previously the title was persisted to session_index.jsonl but the
connected client (Zed) only saw the change on the next session/list
refresh — usually after restart. Send a SessionUpdate::SessionInfoUpdate
carrying the new title so the client can update its session list
in place, no restart needed.
Covers both rename surfaces: the session/setTitle JSON-RPC and the
/rename builtin slash command both flow through handle_set_title.
0 commit comments