Highlights
This is a small stability release focused on message sending and team status accuracy.
Bug Fixes
- Fixed "409 conflict" errors when sending queued messages: the draft box could fire a message while the backend was still wrapping up the previous turn (after a natural turn end, after pressing stop, or when using "send now"). Sending now waits for the backend to actually be free, and a failed send no longer leaves the message stuck outside the draft box.
- Team runs no longer flash a misleading "queued" state right after you start them — accepted work shows as processing immediately, while genuinely queued items still display their queue position.
What's Changed
- fix(conversation): prevent queue drain from racing backend idle state by @IceyLiu in #3571
- fix(team): show accepted team work as processing by @piorpua in #3576
- chore: bump version to 2.1.34 by @piorpua in #3578
Full Changelog: v2.1.33...v2.1.34