v0.7.3
Bug fix
- fix: per-thread draft isolation on stop — When stopping a thread, the interrupted handler now restores the correct thread's last-sent text. Previously,
lastSentTextwas a single shared string; switching threads and hitting stop would write the wrong thread's text into the input box.
Commits
3f9f40d chore: bump version to v0.7.3 (#88)
73a8da5 fix: scope lastSentText per thread to prevent draft crossover on stop (#87)