v0.4.34
Added 3
- Preserve source context for sub-issues
- Purchase a seat from the invite flow in billing
- Always allow creating custom statuses in issues
Changed 2
- Enforce prepaid member seat capacity
- Drop the branch metaphor from source-context copy
Fixed 11
- Resolve full-UUID issue refs locally instead of using a resolver GET
- Fix stale Autopilot subscribers after member removal
- Fix MCode ACP session startup race
- Explain why repo checkout auth failed in daemon
- Own the runtime process tree on every backend in agent
- Tell a rejected task token to stop instead of requesting sign in again
- Fix task failure recovery comment threading
- Hide inactive subscription seats in billing
- Prefill first Checkout email in billing
- Stamp comment:created broadcasts with the real UTC offset in realtime
- Keep source-context cleanup off the runtime sweep tick on server
From multica
Changelog
- 39ddc82c9dc25494286db4fbc07382d209527f86 MUL-6228: resolve full-UUID issue refs locally instead of a resolver GET (#7167)
- 8c563b49bede267267ae81d7988099e051f5c049 MUL-6555 feat(issues): preserve source context for sub-issues (#7461)
- 11ab949dc97fb12b653ef19f2619a09a6eab91c3 MUL-6611: docs(self-host): route /health through the proxy, add single-origin example and release-tag note (#7466)
- da7131ab59b5b8bdfbe1e6b4c585f3012db636e8 MUL-6625: enforce prepaid member seat capacity (#7491)
- 2aa45853d98611778dc97d2c31a1e4fb5fc0abf1 MUL-6640: fix stale Autopilot subscribers after member removal (#7501)
- 750fc0cc5aef2283c515383d834a0ce443552be8 MUL-6655 Fix MCode ACP session startup race (ZIC-199) (#7516)
- f7dd08f30476e5748f2975b8cee6bda89ee47c67 MUL-6656 fix(daemon): explain why repo checkout auth failed (#7520) (#7524)
- 46b5d9e6d1c011edfce459e73d3f0edf38833690 MUL-6658 fix(agent): own the runtime process tree on every backend (#7522) (#7531)
- 617d416029a039350de106781e87e931fa5c7a57 MUL-6658 fix(cli): tell a rejected task token to stop, not to sign in again (#7522) (#7532)
- 21673268b677ee891d843af691b9089ccc305778 MUL-6660 fix(issues): drop the "branch" metaphor from source-context copy (#7525)
- 8cc9a879b842bb407a12fc9d7cf2884325cce9cb docs(changelog): add v0.4.34 release entry (2026-08-25) (MUL-6670) (#7539)
- 60a55ec57b7ba1c9538c5ff438dbde5c1c91792f feat(billing): purchase a seat from the invite flow (#7538)
- 3c4288ddea3a93152403f4da4be57327c0781701 feat(issues): always allow creating custom statuses (MUL-6643) (#7503)
- 5dec16f42b6613c0c78b5d731ab078d02ac338b8 fix task failure recovery comment threading (#7519)
- aa86cd7af88599f19db808c7e54d45b9d393062c fix(billing): hide inactive subscription seats (#7528)
- 7f828b44e77cd9cf9e1f47c263f7cf8deb5403a2 fix(billing): prefill first Checkout email (#7529)
- 3881f6589f438f14702c85013ba9fb086eafe995 fix(realtime): stamp comment:created broadcasts with the real UTC offset (#7523)
- e5f976144b50b99efe4ceac63f11f86fa8e2a6c7 fix(server): keep source-context cleanup off the runtime sweep tick (#7541)