Commit 47950a9
fix: call ensure_thread_subscription in open_existing_thread_sync
After a Zed restart, open_existing_thread_sync loads the thread and
sends agent_ready but never called ensure_thread_subscription. Without
it, the thread's NewEntry / EntryUpdated / Stopped events had no
listener, so message_added was never emitted back to Helix and the
interaction stayed stuck in waiting forever.
Mirrors the call already present in create_new_thread_sync (~line 1218).
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 0fef8b2 commit 47950a9
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
1622 | 1631 | | |
1623 | 1632 | | |
1624 | 1633 | | |
| |||
0 commit comments