Summary

Qwen Code merged a change that injects a .qwen/loop.md task file for /loop workflows. The change gives long-running agent loops a durable, user-editable task anchor instead of relying only on repeated model restatements.

What changed

Qwen Code merged PR #5890 to create a .qwen/loop.md task file for /loop commands.

Why it matters

Durable task files make long-running agents easier to inspect, steer, and recover. This is part of a broader shift from ephemeral chat loops toward file-backed state for autonomous coding workflows.

Evidence excerpt

Agents Radar reports PR #5890 as merged, adding .qwen/loop.md injection for durable, user-editable loop task state.

Sources