Summary
Qwen Code's durable-runtime direction has advanced from gated daemon shell access into channel-based background execution and session lifecycle controls. July 1 activity added daemon-managed channel workers, session archiving, and channel loop support, reinforcing Qwen Code's move from an interactive coding CLI toward a persistent agent runtime.
What changed
The existing Qwen Code durable-sessions row was updated with July 1 PR evidence for daemon-managed channel workers, session archive support, and channel loop support.
Why it matters
Persistent coding agents need supervised execution, durable memory, session cleanup, and explicit safety boundaries. Qwen Code is assembling those runtime controls in public, which makes it a useful benchmark for how CLI tools evolve into managed agent infrastructure.
Evidence excerpt
The prior row covered v0.18.1 daemon shell opt-in controls; Agents Radar's July 1 digest highlighted PR #6031 for daemon-managed channel workers, PR #6058 for session archiving, and PR #6073 for channel loop support.