Qwen Code moves ACP runtime ownership from sessions to the workspace

ytahdn · ghdev · 2026-07-20

What this PR changes

This PR moves qwen serve lifecycle ownership from the last active session to the registered workspace runtime.

Main behavior changes

Why it matters

Extensions, MCP, Skills, and tool management need a stable owner even when no chat session exists. The workspace runtime now serves that role, while sessions become consumers of the reusable runtime.

Test plan

The PR verifies that a registered workspace can be prepared without creating a session, that runtime state persists across later sessions, and that cleanup follows the configured workspace lifecycle.

Original post →

More from coding & agent

coding & agent channel →