Qwen Code 0.23.0 adds scoped workspace memory with enforced filesystem boundaries and cross-session agent messaging
Released 2026-09-03T11:03Z, v0.23.0 adds scoped workspace memory tasks with project or user targets that enforce strict filesystem permission boundaries between stores during remember and forget operations (#9895), which is a concrete answer to agent memory stores leaking across project scopes. It also adds `qwen review emit-workflow`, a subcommand that generates a deterministic script executing the review agent fan-out via `parallel()` instead of manual orchestration (#10119), and lets sessions address each other by name through `send_message` and `list_agents` (#10158). A companion Live Host 0.2.0 release the prior day fixed the AUTO-mode classifier auto-approving out-of-workspace writes (#8744).
Source
↳ Follow the thread