Session title changes now show up in the interface immediately.
What's wrong with this entry?
When a session's custom title or Claude-generated title actually changes, the transcript store now fires a change notification, so anything showing the title refreshes right away instead of waiting for the next full read. No gate.
- Setting a custom title, setting an AI title and clearing session state all emit on a
sessionTitleChangedchannel; the clear path emits only when a flag argument is passed. - Replaying a session file compares old and new values and emits only on a real difference.
sessionTitleChanged, this.store.sessionTitleChanged.emit()
Strings lifted out of the shipped bundle, so the claim above can be checked against them.