<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Qwen Code — The AI Toolchain</title>
    <link>https://aitoolchain.io/tools/qwen-code</link>
    <description>New releases and features in Qwen Code, tracked by The AI Toolchain.</description>
    <language>en</language>
    <lastBuildDate>Fri, 28 Aug 2026 17:16:38 GMT</lastBuildDate>
    <atom:link href="https://aitoolchain.io/tools/qwen-code/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Qwen Code v0.22.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.22.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.22.3</guid>
      <pubDate>Fri, 28 Aug 2026 17:16:38 GMT</pubDate>
      <description>Qwen Code v0.22.3 adds named channel sessions, a `qwen review ab-drive` subcommand, standalone daemon session APIs, and a Mem0 extension skeleton.
• Adds the `qwen review ab-drive` subcommand to run execution-grade verification scripts against PR and base trees with shared or fresh instances.
• Adds a standalone daemon session API supporting `create`, `list`, `resume`, `archive`, and `delete` operations for top-level sessions.
• Adds a private OpenTelemetry span attribute to report detailed LLM context usage metrics including input categories and remaining capacity.
• Adds a configurable Mem0 extension skeleton providing a retrieval-only `external-context-mem0` stdio Extension with bounded HTTP request support.
• Enables daemon Extension installs to accept absolute local paths while rejecting relative paths and unsupported options like `ref`.
• Adds owner-scoped named sessions in Channels, allowing users to manage up to eight persistent named tasks per chat.
• Adds a triage gate that automatically identifies and closes duplicate PRs when their changes are already fully resolved by merged fixes.
• Adds an opt-in composer add menu in Web Shell grouping attachments, files, extensions, MCP servers, and skills.
• Adds an opt-in interactive browser terminal to Web Shell that manages independent PTY sessions per tab with persistent scrollback and state handling.
• Adds an opt-in setting for embedded Web Shell hosts to hide the session source switch, pinning all sidebar catalogs to ordinary task conversations.
• Adds `fixConstraint` field to review findings to specify existing facts or limits that suggested fixes must not violate.
• Makes Aone a first-class platform for session PR bindings, enabling automatic branch-to-MR mapping and state refresh via the `a1` CLI.
• The `/review` command now remembers the last explicitly used `--effort` level per project for subsequent runs without arguments.
• The `/review` command now warns when a subsystem&apos;s Critical issues repeatedly regrow across rounds by detecting successor chains.
• Confirmed Critical issues now include direction and baseline axes to distinguish between false certifications, failures, regressions, and new surfaces.
• Long-running review rounds now update their status comment every 10 minutes with elapsed time and last agent activity.
• Backfills PR bindings for existing sessions and adds merge-state snapshots to track whether linked pull requests are open, merged, or closed.
• Updates Web Shell sidebar to display GitHub-style colored state icons for sessions bound to pull requests based on their open, merged, or closed status.
• Implements safe projection for reserved `[FILE: ...]` output markers by redacting malformed or oversized inline markers without uploading files.
• Deferred review suggestions are now recoverable by external tooling via a stable invisible marker in the review body artifact.</description>
    </item>
    <item>
      <title>Qwen Code v0.22.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.22.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.22.2</guid>
      <pubDate>Wed, 26 Aug 2026 12:57:21 GMT</pubDate>
      <description>Qwen Code v0.22.2 adds MCP 2026, DingTalk channel, `--open-with-auth`, `--topology minimal`, `tools.workflowsEnabled`, and a session token usage panel.
• Introduces `qwen serve --open-with-auth` to open a loopback Web Shell with bearer authentication using a provided or auto-generated token.
• Enables dynamic workflows via the `tools.workflowsEnabled` user setting, replacing the previous undocumented environment variable method.
• Adds `tokensUsed` field to `GoalRecord` to report total tokens consumed by a Goal alongside its turn count in the `lastGoal` summary.
• Adds support for creating scheduled tasks that reuse an existing live session by providing an optional `sessionId`.
• Adds a new `find-simplifications` sweep skill that identifies dead code and orphaned resources, generating evidence-backed proposals for maintainer review.
• Introduces a built-in DingTalk Workspace channel supporting direct messages, mentions, document notifications, and todo tracking using authenticated DWS CLI profiles.
• Adds a session token usage panel to the Web Shell.
• Adds four built-in output styles (Concise, Proactive, Explanatory, Learning) to control how the agent reports work throughout a session.
• Adds support for MCP 2026 core protocol and introduces an MCP Apps host for rendering inline applications in daemon-backed WebShell sessions.
• Adds an opt-in liveness check for daemon child processes using ACP channels, with retries and timeouts to detect failures without false positives from host suspension.
• Adds a `goal-draft` skill that writes verifier-judgeable Goals.
• Introduces a per-project outside-repo artifact landing area.
• Reports review findings to clients as a typed contract.
• Adds temporal-reachability and incident-replay lenses to review briefs.
• Adds a do-not-refute list and constructible rejection bar to the `/review` skill verifier to prevent invalid rejections of speculative findings.
• Validates inline anchors for `/review --comment` on Aone targets before posting, relocating Critical findings to the summary body and discarding Suggestions if anchors are invalid.
• Enables PR context fetching for Aone Code targets in the `/review` command, including native approval and issue fidelity.
• The review skill now supports `comment-status` and `presubmit` flows for Aone Code targets, generating the same JSON report schema as GitHub for merge-gate and CI state checks.
• Adds Kimi (Moonshot AI) as a built-in third-party provider with support for international and China endpoints and editable model catalogs.
• Adds support for dual-role image generation models.
• Compact mode now folds adjacent thinking, tool activity, and parallel agents into a single expandable summary row in the Web Shell, and is now the only mode.
• Adds an optional async `prepareSubmit` callback for Web Shell hosts to resolve context dynamically before submission.
• WebShell exposes an optional callback to report the active session&apos;s complete subagent task snapshot for embedding hosts.
• Adds standalone sessions for projectless tasks via the CLI.
• Enables managed auto-memory lifecycle via ACP.
• Replaces built-in Computer Use tools with a bundled skill that automatically configures the external Node REPL MCP server and CUA SDK on first use.
• The Computer Use SDK for Node.js is updated to v0.20.0, providing versioned accessibility observations and stable element tokens across macOS, Windows, and Linux.
• Accepts cross-session messages behind an inbound gate.
• `create_sub_session` is now declared only under `qwen serve`.
• The Workflow tool now displays a detailed approval dialog showing the script name, phases, and arguments before execution.
• Review executions now run the repository&apos;s own commands inside a container boundary defined by operator policy.
• The VS Code companion adopts the shared WebShell transcript renderer as its default and only conversation timeline.
• Web Shell now correctly refreshes composer skills after toggles.
• Review compose surfaces a land-with-residual-risk advisory when critical findings persist across rounds.
• Promoted language-pitfall and wrapper/proxy checks to dedicated high-effort Step 3A roles for more thorough code review.
• The `/review` command adds an advisory note when the overall approach, rather than the current patch, is identified as the primary open question.
Breaking changes:
• The persistent Node REPL is now delivered as a standalone MCP server (refactored out of core); existing setups relying on the built-in Node REPL tool will need to migrate to the new MCP server configuration.
• The Electron desktop package has been removed; users of the built-in desktop app must migrate to the separately maintained OpenWork fork.</description>
    </item>
    <item>
      <title>Qwen Code desktop-v0.2.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.2.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.2.2</guid>
      <pubDate>Wed, 26 Aug 2026 09:37:43 GMT</pubDate>
      <description>Qwen Code desktop-v0.2.2 adds DingTalk channel, containerized review runs, ACP liveness, scheduled tasks, and a `--topology minimal` review mode.
• Adds `--topology minimal` flag to the `/review` skill for a single-pass A/B review arm, reducing review overhead.
• Adds DingTalk Workspace as a new IM channel, joinable via `qwen channel`.
• Runs the reviewed repository&apos;s own commands inside a container during `/review`, isolating execution from the host.
• Adds ACP channel transport liveness monitoring to the daemon, enabling reliable detection of dropped connections.
• Adds support for current-session scheduled tasks in the daemon.
• Adds a per-project outside-repo artifact landing directory, letting agents deposit outputs outside the repository root.
• Requires an explicit user opt-in before the model launches a workflow, preventing accidental autonomous execution.
• Changes `get_goal`&apos;s default view to a summary instead of the full catalog, reducing noise in Goal introspection.
• Reports `/review` findings to clients as a typed contract, enabling structured downstream consumption.
• Engages the severity floor earlier on a sustained convergence signal during `/review`, surfacing critical issues sooner.
• Migrates the desktop build from Electron to Tauri, removing the Electron package while keeping the Tauri upgrade bridge.
• Makes compact view the only mode in the web shell UI, removing the previous multi-mode toggle.
• Manages agent view session lifecycle from the CLI.</description>
    </item>
    <item>
      <title>Qwen Code v0.22.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.22.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.22.0</guid>
      <pubDate>Sat, 22 Aug 2026 14:58:36 GMT</pubDate>
      <description>Qwen Code v0.22.0 adds non-blocking slash commands, GitHub PR session binding, machine-readable review codes, and auto permission mode in Python/Java SDKs.
• Extends non-blocking slash commands to eleven built-ins including `/theme` and `/tools`, allowing immediate execution while a response is streaming.
• Adds machine-readable convergence observation codes such as `root-cause-triage` and `batch-fixes` to enable automated review actions on review loop output.
• Enables `/review` presubmit on Aone targets to detect self-MRs and head drift by routing through the `a1` CLI and comparing author identity.
• Updates `/review --comment` output on Aone targets to explicitly disclose that posted comments are unmarked and only join the generic discussion gate.
• Extends the `/review` skill cleanup audit to Aone Code targets, flagging comments or edits made within the review window that were not submitted via the sanctioned path.
• Integrates import widening logic into `fetch-pr --since` to streamline incremental scope calculation and reduce token usage.
• Adds a secure fallback path for installing public GitHub extensions on older Git versions by resolving commits via GitHub&apos;s anonymous API and downloading archives directly.
• Binds created GitHub PRs to their originating sessions with a searchable list and sidebar badge, supporting up to 10 PRs per session with latest-first ordering.
• Updates Python and Java SDKs to support the `auto` permission mode, aligning them with the CLI and TypeScript SDK for LLM-based tool call approval.
• Makes `list_directory` opt-in (disabled by default) in core.
• Assigns review agents a dedicated subagent type with only six required tools to reduce token usage and improve performance.
• Review loops now explain why they are not settling by citing specific files with recurring findings or comment volumes that are not shrinking.
• Autofix now audits the PR approach for simplicity and minimal change instead of stopping automation immediately upon a growth-budget breach.
• Web Shell keeps conversation turns expanded while their background shells are running, collapsing them only after completion.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.15</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.15</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.15</guid>
      <pubDate>Thu, 20 Aug 2026 17:38:51 GMT</pubDate>
      <description>Qwen Code v0.21.15 adds `--resume` for interrupted reviews, authenticated HTTPS Git installs, `qwen3.8-max` model, and Thinking toggle for hybrid models.
• Adds `--resume` flag to `/review`, `review run`, and CI retries to continue interrupted reviews when the PR head has not moved.
• Adds the stable `qwen3.8-max` model to the Token Plan model list, selectable via `/model` alongside the existing preview version.
• The `/review` skill now supports posting comments and approvals to Aone Code via the `a1` CLI when using the `--comment` flag.
• Adds authenticated HTTPS Git extension installs with configurable credential persistence, enabling secure cloning of private repositories via the daemon.
• Adds batch APIs to update Extension activation states for up to 100 extensions globally or for specific trusted workspaces.
• Web Shell now supports inserting file attachments into active turns via the composer or `@` selection, with preview and queue management.
• Unifies file uploads in Web Shell to offer reference or upload options, storing attachments persistently with duplicate name handling.
• Web Shell adopts Goal v3 controls, allowing goals to be managed independently of chat messages with a compact composer row.
• Qwen hybrid models now expose a simple Thinking toggle for reasoning control, removing complex effort tiers for supported versions.
• Adds PTY worker support to enable managed Agent View sessions with local terminal hosts and authenticated stream forwarding.
• ACP child processes now track and report V8 old-generation heap metrics, including peak committed memory and major-GC counts, in daemon status.
• Links daemon HTTP request spans to inbound W3C `traceparent` headers to maintain continuous distributed tracing context.
• The bridge now exposes a strictly monotonic per-session watermark via `BridgeSessionSummary.updatedAt` in the live-state API.
• Enables DingTalk to download and attach media from quoted messages, allowing agents to inspect referenced images and files.
• Introduces primitives for standalone conversation isolation, enabling deterministic session identity and validated lineage checks.
• Sessions now persist a privacy-preserving ledger of prompt outcomes to enable accurate cold-load reconciliation without storing user content.
• Adds a one-time INFO message to the CLI that lists attached context files above the first user prompt, making invisible system prompt attachments visible in chat.
• Autofix now requires mutation probes to verify that new guards or branches added in a round are covered by tests before committing changes.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.14</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.14</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.14</guid>
      <pubDate>Wed, 19 Aug 2026 02:46:42 GMT</pubDate>
      <description>Qwen Code v0.21.14 adds `qwen sessions ps`, `/advisor` slash command, new HTTP polling endpoints, and GitLab support via Aone Code.
• Adds `qwen sessions ps` subcommand to list running interactive sessions with optional JSON output, backed by a new live-session registry.
• Adds trusted-only `GET /workspaces/:workspace/sessions/live-state` endpoint returning volatile session snapshots and a catalog version token to reduce polling.
• Adds pollable HTTP endpoints `GET /session/:id/turns/current` and `GET /session/:id/turns/:promptId` to check daemon turn status without SSE.
• Adds `QWEN_SERVE_NEW_FILE_MODE` environment variable to make the daemon&apos;s serve new-file mode configurable.
• Adds `fileUploadDirectory` Web Shell config key to set a default upload directory, and enforces full drag-and-drop disablement when `fileUploadEnabled` is false.
• Adds `/advisor` slash command for an independent, read-only second opinion on the current conversation without mutating history.
• Enables workflow agents to pin a specific working directory via agent({workingDir}), allowing operation outside default bounds.
• Adds Aone Code as a second review provider, enabling `meta`, `issue-context`, and `fetch-pr` commands for GitLab-based repositories.
• Adds `--resume` flag to `fetch-pr` to resume interrupted reviews by validating on-disk state and reusing the existing worktree.
• Adds `skill-toggle` mutation metadata attached to `settings_changed` events in the daemon.
• Introduces privacy-safe diagnostics correlating oversized or mutated tool results using size measurements and HMAC hashes without exposing content.
• Consolidates Local Control into a single daemon-owned implementation with a secondary listener, unified security model, and revocable pairing credentials.
• Seeds the autofix takeover round counter with `/takeover from N` syntax.
• Adds deterministic flakiness gate in the sandboxed verification lane that re-runs modified unit tests multiple times to detect non-deterministic failures.
• Exported HTML viewer now includes a global &apos;Expand all / Collapse all&apos; toolbar to toggle collapsible sections like thinking blocks and tool outputs.
• Review comments posted via `--comment` now use plain reviewer prose instead of template scaffolding.
• Improves Web Shell sidebar session management with consistent hover details, compact status indicators, and persistent workspace expansion behavior.
• Adds end-to-end support for session-scoped media references so image previews persist across refreshes.
• Enhances the review skill to analyze shell and CI scripts against the specific execution lanes and environments where they actually run.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.13</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.13</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.13</guid>
      <pubDate>Mon, 17 Aug 2026 02:11:15 GMT</pubDate>
      <description>Qwen Code v0.21.13 adds conversation forking, file drag-and-drop in Web Shell, `--since` flag for incremental PR review, and a new External Context Provider Extension Profile.
• Adds `--since` flag to `qwen review fetch-pr` for validating incremental review anchors and scoping diffs based on local cache or ledger markers.
• Adds `--to-anchors` option to the findings pipeline to normalize inputs for final gates and accept bracketed source tags.
• Introduces the External Context Provider Extension Profile v1 to enable provider-owned retrieval integrations via Qwen Extension and MCP boundaries.
• The `/review` skill now uses dedicated platform subcommands `meta` and `fetch-diff` instead of executing raw `gh` commands.
• Stopped takeover PRs now receive an `autofix/needs-human` label and appear in a new Takeover pool table on the dashboard.
• The `runAllChunks` command now outputs a diagnostic message on stderr when `--all-chunks` fans out a plan identified as Step 3A.
• Web Shell composer now supports dragging, dropping, and pasting text files as named attachments alongside images.
• Users can now fork conversations from any specific Assistant response using durable checkpoints.
• Split-view panes now inherit the host&apos;s `builtinAtProviders` exclusions and custom @ mention categories from the host configuration.
• Review sessions now record session IDs and diff hashes to credit agent work across interrupted runs.
• The reverse-audit round cap now scales dynamically based on diff topology, allowing more rounds for small diffs and fewer for large ones.
• Verified findings outside the PR footprint are now deferred to a follow-up queue and tracked in a dedicated issue.
• Sessions now preserve active work when close is refused by draining queued tasks within an 8-second budget before teardown.
• The hourly spam-minimization sweep now includes inline pull request review comments.
• Duplicate suggestions in `/review` are now listed in a dedicated paragraph with links to existing comments instead of being counted as anchor failures.
• PR review workflow now posts a fallback comment with retry guidance if the main review job dies abnormally.
• Autofix includes a deny-by-default footprint gate and positional window censuses.
• Release notes are now presented as a bilingual English and Chinese digest grouped by capability themes with attached screenshots.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.13</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.13</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.13</guid>
      <pubDate>Mon, 17 Aug 2026 02:11:15 GMT</pubDate>
      <description>Qwen Code v0.21.13 adds conversation forking, text-file drag-and-drop in Web Shell, `--since` flag for incremental review, and External Context Provider profiles.
• Adds `--since` flag to `qwen review fetch-pr` for validating incremental review anchors and scoping diffs based on local cache or ledger markers.
• Adds `--to-anchors` option to the findings command to normalize inputs for final gates (also fixes silent input-file overwrite when the flag is misused).
• The `/review` skill gains dedicated platform subcommands `meta` and `fetch-diff`, replacing raw `gh` command execution.
• The `runAllChunks` command now outputs a diagnostic message on stderr when `--all-chunks` fans out a plan identified as Step 3A.
• Introduces the External Context Provider Extension Profile v1 to enable provider-owned retrieval integrations via Qwen Extension and MCP boundaries.
• Stopped takeover PRs now receive an `autofix/needs-human` label and appear in a new Takeover pool table on the dashboard.
• Split-view panes now inherit the host&apos;s @ mention configuration, ensuring `builtinAtProviders` exclusions and custom categories apply consistently.
• The reverse-audit round cap now scales dynamically based on diff topology — more rounds for small diffs, fewer for large ones, and capped at three for huge diffs when a clock is present.
• Verified findings outside PR footprints are now deferred to a follow-up queue and tracked in a dedicated issue instead of being discarded.
• Web Shell composer now supports dragging, dropping, and pasting text files as named attachments alongside images.
• Users can now fork conversations from any specific Assistant response using durable checkpoints to ensure branch accuracy.
• Sessions now preserve active work on close by draining queued tasks within an 8-second budget before teardown.
• Review sessions now record session IDs and diff hashes to enable crediting agent work across interrupted runs.
• Release notes are now presented as a bilingual (English and Chinese) digest grouped by capability themes with attached screenshots.
• The hourly spam-minimization sweep now includes inline pull request review comments.
• Duplicate suggestions in `/review` are now listed in a dedicated paragraph with links to existing comments instead of being counted as anchor failures.
• The PR review workflow now posts a fallback comment with retry guidance if the main review job terminates abnormally.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.12</guid>
      <pubDate>Fri, 14 Aug 2026 16:39:48 GMT</pubDate>
      <description>Qwen Code v0.21.12 adds cross-worktree Git mutation guards, OpenTelemetry tracing, per-agent JSONL transcripts, and stricter Critical findings verification.
• Adds a guard to block cross-worktree Git mutations from model-issued commands that target directories outside the current session.
• Adds optional OpenTelemetry trace and span IDs to daemon logs for correlation and debugging of sampled requests.
• Adds OpenTelemetry-compliant traces for main agent invocations with stable identities and correct status semantics for success, cancellation, and errors.
• Enables per-agent JSONL transcripts for all workflow agent dispatches, recording prompts, tool calls, and results consistently.
• Implements a diff growth brake in autofix reviews to limit source and test line increases per window using configurable budgets.
• Adds automatic escalation to maintainers when autofix diffs exceed growth budgets across multiple rounds.
• Confirmed Critical findings now require an executed witness with observed output, automatically demoting unverified claims to low confidence and hiding them from PR posts.
• Review ledger markers now include the anchor commit SHA to ensure accurate incremental diff scoping across environments.
• Adds user settings to control review attribution footers, default effort levels, and default comments, preventing repository files from overriding these policies.
• The `/review` command now identifies and reports entire classes of unbounded defects prospectively instead of listing individual instances.
• Compact mode (`Ctrl+O`) now displays model reasoning as a foldable &apos;Thinking...&apos; summary instead of hiding it entirely.
• Supports uploading workspace files to the Web Shell composer via drag-and-drop or the @ file panel with progress tracking.
• Web Shell Channel management now supports full policy configuration, workspace binding, and a redesigned management interface.
• Background shells are now tracked in `activeWork`, enabling explicit negotiation of shell categories and preventing premature automatic cleanup.
• Requests routed through Alibaba Cloud API Gateway domains now correctly include metadata fields for session tracing and log correlation.
• Updates the review loop to validate feedback based on content accuracy rather than relying solely on the author&apos;s identity.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.12</guid>
      <pubDate>Fri, 14 Aug 2026 16:39:48 GMT</pubDate>
      <description>Qwen Code v0.21.12 adds cross-worktree Git mutation guards, OpenTelemetry tracing, per-agent JSONL transcripts, and stricter Critical findings verification.
• Adds a guard to block cross-worktree Git mutations from model-issued commands targeting directories outside the current session.
• Adds optional OpenTelemetry trace and span IDs to daemon logs to improve correlation and debugging for sampled requests.
• Enables per-agent JSONL transcripts for all workflow agent dispatches, recording prompts, tool calls, and results consistently.
• Adds user settings to control review attribution footers, default effort levels, and default comments, preventing repository files from overriding these policies.
• Implements a diff growth brake in autofix reviews to limit source and test line increases per window using configurable budgets, with automatic escalation to maintainers when budgets are exceeded across multiple rounds.
• Confirmed Critical findings now require an executed witness with observed output; unverified claims are automatically demoted to low confidence and hidden from PR posts.
• The `/review` command now identifies and reports entire classes of unbounded defects prospectively instead of listing individual instances.
• Web Shell Channel management now supports full policy configuration, workspace binding, and a redesigned management interface.
• Supports uploading workspace files to the Web Shell composer via drag-and-drop or the @ file panel with progress tracking.
• Compact mode (`Ctrl+O`) now displays model reasoning as a foldable &apos;Thinking...&apos; summary instead of hiding it entirely.
• Background shells are now tracked in `activeWork`, enabling explicit negotiation of shell categories and preventing premature automatic cleanup.
• Requests routed through Alibaba Cloud API Gateway domains now correctly include metadata fields for session tracing and log correlation.
• Review loop now validates feedback based on content accuracy rather than relying solely on the author&apos;s identity.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.11</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.11</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.11</guid>
      <pubDate>Thu, 13 Aug 2026 05:25:04 GMT</pubDate>
      <description>Qwen Code v0.21.11 adds Agent Plugins v1, the `/coordinate` multi-agent command, OpenTelemetry session lifecycle events, and a Channels sidebar view.
• Adds the `/coordinate` command to enable native multi-agent workflows with read-only teammates and automated result forwarding to the leader agent.
• Adds `/doctor memory` command reporting that now includes tool result retention stats, character counts, and warnings for results exceeding 30k characters.
• Adds support for Agent Plugins v1 to extend agent capabilities.
• Adds `session.start` and `session.end` OpenTelemetry lifecycle events to improve observability of session creation and shutdown.
• ACP sessions now use the unified Goal v3 runtime, supporting `create`, `edit`, `pause`, `resume`, and `clear` actions with improved turn scheduling.
• Web Shell sidebar gains a Channels view to track integration sessions from DingTalk, Feishu, and WeCom alongside standard tasks.
• Web Shell now supports Qwen 3.8 reasoning controls, letting users toggle Thinking mode and select effort levels directly from the model chip.
• Terminal window titles now display status symbols (◐, ✳) to indicate task state in multiplexers where color cues are unavailable.
• Adds an Aliyun OSS release mirror for desktop builds.
• Project memory isolation now defaults to workspace scope for `qwen serve` runtimes, while standalone CLI behavior remains unchanged.
• Improved text selection with word-wise drag on double-click and line-wise extension on triple-click in the UI.
• Web Shell subagent rows now display persistent chevrons, improved hover states, and inline agent types and metrics.
• Background task notifications in Web Shell are now localizable and display structured metadata in chat-style bubbles.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.11</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.11</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.11</guid>
      <pubDate>Thu, 13 Aug 2026 05:25:04 GMT</pubDate>
      <description>Qwen Code v0.21.11 adds Agent Plugins v1, native multi-agent /coordinate command, OpenTelemetry session events, and a Web Shell Channels view.
• Adds `/coordinate` command for native multi-agent workflows with read-only teammates and automated result forwarding to the leader agent.
• Adds `/doctor memory` command reporting that now includes tool result retention stats, character counts, and warnings for results exceeding 30k characters.
• Adds OpenTelemetry `session.start` and `session.end` lifecycle events for observability of session creation and shutdown.
• Adds Agent Plugins v1 support to extend agent capabilities via the extensions system.
• Web Shell sidebar now includes a Channels view to track integration sessions from DingTalk, Feishu, and WeCom alongside standard tasks.
• Web Shell now supports Qwen 3.8 reasoning controls, letting users toggle Thinking mode and select effort levels directly from the model chip.
• ACP sessions now use the unified Goal v3 runtime, supporting create, edit, pause, resume, and clear actions with improved turn scheduling.
• Terminal window titles now display status symbols (◐, ✳) to indicate task state in multiplexers where color cues are unavailable.
• Adds an Aliyun OSS release mirror for desktop distribution.
• Web Shell subagent rows now show persistent chevrons, improved hover states, and inline display of agent types and metrics.
• Project memory isolation now defaults to workspace scope for `qwen serve` runtimes, while standalone CLI behavior remains unchanged.
• Review skill&apos;s reverse audit now detects defects in modeled system layers such as sandboxes by comparing runtime state semantics against the model.
• Background task notifications in the Web Shell are now localizable and display structured metadata within chat-style bubbles.</description>
    </item>
    <item>
      <title>Qwen Code desktop-v0.2.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.2.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.2.1</guid>
      <pubDate>Wed, 12 Aug 2026 17:08:01 GMT</pubDate>
      <description>Qwen Code desktop v0.2.1 adds an Aliyun OSS release mirror, OpenTelemetry session lifecycle alignment, Goal v3 in ACP sessions, and improved subagent and tool activity UI.
• Adopts Goal v3 in ACP sessions via the CLI (`feat(cli): adopt Goal v3 in ACP sessions`).
• Adds Aliyun OSS as a release mirror for desktop downloads.
• Aligns session lifecycle telemetry with the OpenTelemetry standard.
• Improves subagent activity rows in the web-shell UI.
• Improves compact tool activity display in the web-shell UI.
• Propagates session list cancellation in the serve layer.</description>
    </item>
    <item>
      <title>Qwen Code desktop-v0.2.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.2.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.2.1</guid>
      <pubDate>Wed, 12 Aug 2026 17:08:01 GMT</pubDate>
      <description>Qwen Code desktop v0.2.1 adds an Aliyun OSS release mirror, Goal v3 in ACP sessions, session-list cancellation propagation, and improved subagent/tool activity UI.
• Adopts Goal v3 in ACP sessions via the CLI (`feat(cli): adopt Goal v3 in ACP sessions`), enabling richer goal-structured agent interactions over the ACP protocol.
• Adds an Aliyun OSS release mirror for the desktop app, giving users in China a faster, regionally-hosted download path.
• Propagates session-list cancellation in `qwen serve` daemon mode, so client-side cancellations are reliably reflected across the shared agent session.
• Improves subagent activity rows in the web-shell UI for clearer visibility into parallel agent work.
• Improves compact tool activity display in the web-shell UI.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.10</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.10</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.10</guid>
      <pubDate>Tue, 11 Aug 2026 14:21:34 GMT</pubDate>
      <description>Qwen Code v0.21.10 adds ACP reasoning effort configuration and Web Shell image preview with download support.
• Adds ACP support for configuring reasoning effort levels (Default to Max) via session configuration.
• Web Shell image preview now opens uploaded or pasted images in the artifact panel with download support.
• OpenAI API log cleanup now applies to non-interactive sessions, headless invocations, and daemon modes to reduce disk usage.
• Improves CLI performance by caching persisted session catalogs for organized and filtered daemon lists, with automatic invalidation on metadata changes.
• Web Shell session lists now share cached data across components to reduce network requests.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.10</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.10</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.10</guid>
      <pubDate>Tue, 11 Aug 2026 14:21:34 GMT</pubDate>
      <description>Qwen Code v0.21.10 adds ACP reasoning-effort configuration, Web Shell image previews, and expanded OpenAI API log cleanup.
• Adds ACP support for configuring reasoning effort levels (Default to Max) via session configuration, giving clients fine-grained control over model inference depth.
• Extends OpenAI API log cleanup to non-interactive sessions, headless invocations, and daemon modes to reduce disk usage.
• Clicking uploaded or pasted images in the Web Shell now opens a full preview in the artifact panel with download support.
• Improves CLI performance by caching persisted session catalogs for organized and filtered daemon lists, with automatic invalidation on metadata changes.</description>
    </item>
    <item>
      <title>Qwen Code live-host-v0.1.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.1</guid>
      <pubDate>Tue, 11 Aug 2026 07:57:27 GMT</pubDate>
      <description>Qwen Code v0.1.1 adds SSE observability, Mem0 memory writes, voice ASR URLs, inline terminal images, and workflow pause/resume.
• Adds SSE stream and client observability to the daemon (`feat(daemon): Add SSE stream and client observability`).
• Adds a batch skill toggle API to the daemon (`feat(daemon): add batch skill toggle API`).
• Adds optional Mem0 memory writes via `feat(external-context): Add optional Mem0 memory writes`.
• Exposes active work state from the serve layer (`feat(serve): Expose active work state`).
• Supports trusted private ASR base URLs for voice (`feat(voice): support trusted private ASR base URLs`).
• Renders inline terminal images in the CLI (`feat(cli): render inline terminal images`).
• Surfaces the posted review link from `/review submit` in the CLI.
• Adds a declarative repository-context manifest for the review workflow.
• Adds cooperative pause and resume for workflows.
• Adds Feishu ask-user question cards to the channels integration.
• Supports group pairing in channels.
• Adds Qoder plugin extension support to the core.
• Enables installing Extensions from archives in the web-shell.
• Checkpoints long-running Goal evidence in the core.
• Shares compression caches with OpenAI, Gemini, and Vertex AI providers.
• Improves parallel agent activity feedback in the web-shell.
• Attributes daemon-spawned sessions via channel (daemon/desktop) in telemetry.
• Enriches observed contact labels in the Feishu integration.
• Includes non-bot mention target identifiers in inbound DingTalk context.
• Observes daemon and child memory against real denominators in the serve layer.
• Makes autofix fleet caps operator-tunable in CI.
• Throttles Markdown AST parsing during streaming in the web-shell for performance.</description>
    </item>
    <item>
      <title>Qwen Code live-host-v0.1.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.1</guid>
      <pubDate>Tue, 11 Aug 2026 07:57:27 GMT</pubDate>
      <description>Qwen Code v0.1.1 adds SSE observability, Mem0 memory writes, inline terminal images, voice ASR URLs, group pairing, workflow pause/resume, and more.
• Adds SSE stream and client observability to the daemon (`feat(daemon): Add SSE stream and client observability`).
• Adds a batch skill toggle API to the daemon (`feat(daemon): add batch skill toggle API`).
• Adds active work state exposure to `qwen serve` (`feat(serve): Expose active work state`).
• Adds optional Mem0 memory writes via `feat(external-context): Add optional Mem0 memory writes`.
• Adds inline terminal image rendering to the CLI.
• Adds support for trusted private ASR base URLs for voice input.
• Adds a declarative repository-context manifest for the review workflow.
• Adds cooperative pause and resume to workflows.
• Adds Feishu ask-user question cards to the channels integration.
• Adds group pairing support to channels.
• Supports installing Extensions from archives in the web-shell UI.
• Adds Qoder plugin extension support to core.
• Adds bridge for fork-PR reviews into the credentialed review lane in autofix.
• Surfaces the posted review link directly from `/review submit` in the CLI.
• Adds telemetry attribution of daemon-spawned sessions by channel (daemon/desktop).
• Checkpoints long-running Goal evidence to improve resilience in extended sessions.
• Shares compression caches with OpenAI, Gemini, and Vertex AI providers.
• Enriches observed contact labels in the Feishu integration.
• Includes non-bot mention target identifiers in inbound DingTalk context.
• Improves parallel agent activity feedback in the web-shell UI.
• Throttles Markdown AST parsing during streaming for smoother web-shell rendering.
• Adds auto-assign of issues to area owners from labels in CI.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.9</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.9</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.9</guid>
      <pubDate>Mon, 10 Aug 2026 15:14:22 GMT</pubDate>
      <description>Qwen Code v0.21.9 adds Qoder plugin installs, Local Control QR pairing, batch Skills API, and `model.openAILogRetentionDays` log cleanup.
• Adds `model.openAILogRetentionDays` setting (default: 7 days) to automatically purge expired OpenAI API logs in the background.
• Adds a daemon API endpoint and SDK helpers to enable or disable up to 100 Skills in a single batch request with per-target error reporting.
• Adds native support for installing Qoder plugins from directories, archives, Git repos, URLs, and npm packages, automatically loading `system-prompt.md` as extension context.
• The `qwen review submit` command now outputs the direct URL to posted reviews in both stderr and JSON stdout.
• Adds Local Control pairing to the CLI and Desktop app, enabling secure LAN access via QR code and a new Control menu option.
• Web Shell now supports drag-and-drop of PNG, JPEG, GIF, WebP, and BMP images into the composer with attachment management and concurrency limits.
• Web Shell displays context window usage as a mini progress pill in the status bar with tooltips and accessible labels.
• Adds a fullscreen toggle to the Web Shell right panel for easier viewing of artifacts and subagent details.
• Desktop automatically creates a default workspace at `~/Documents/Qwen` and starts the runtime on first launch without blocking the main thread.
• Adds a guard to pause tool execution after repeated failures within a single interactive ACP session.
• Stable Qwen Live Host packages are now mirrored to Aliyun OSS with automatic fallback to GitHub and support for up to one-hour archive downloads.
• Automatically assigns issues to area owners based on labels using a round-robin strategy that prefers owners with the fewest open assigned issues.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.9</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.9</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.9</guid>
      <pubDate>Mon, 10 Aug 2026 15:14:22 GMT</pubDate>
      <description>Qwen Code v0.21.9 adds Qoder plugin installs from directories/Git/npm, batch Skills API, Local Control QR pairing, and auto OpenAI log cleanup.
• Adds `model.openAILogRetentionDays` setting (defaults to 7) to drive automatic background cleanup of expired OpenAI API logs.
• Adds a daemon API endpoint and SDK helpers to enable or disable up to 100 Skills in a single batch request with per-target error reporting.
• Adds native support for installing Qoder plugins from directories, archives, Git repos, URLs, and npm packages, automatically loading `system-prompt.md` as extension context.
• The `qwen review submit` command now outputs the direct URL to posted reviews in both stderr and JSON stdout.
• Adds Local Control pairing to the CLI and Desktop app, enabling secure LAN access via QR code and a new Control menu option.
• Web Shell now supports dragging and dropping PNG, JPEG, GIF, WebP, and BMP images directly into the composer with attachment management and concurrency limits.
• Web Shell displays context window usage as a mini progress pill in the status bar with tooltips and accessible labels.
• Adds a fullscreen toggle to the Web Shell right panel for easier viewing of artifacts and subagent details.
• Desktop automatically creates a default workspace at `~/Documents/Qwen` and starts the runtime on first launch without blocking the main thread.
• Adds a guard to pause tool execution after repeated failures within a single interactive ACP session.
• Stable Qwen Live Host packages are now mirrored to Aliyun OSS with automatic fallback to GitHub and support for up to one-hour archive downloads.
• Enhanced the Workflow tool description with orchestration policies and default pipelining guidance for improved model behavior.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.8</guid>
      <pubDate>Sat, 08 Aug 2026 17:07:22 GMT</pubDate>
      <description>Qwen Code v0.21.8 adds compression cache sharing for OpenAI/Gemini/Vertex, repository context manifests for /review, and new health endpoint fields.
• Adds `activeWork`, `activeWorkReporting`, and `activeWorkStaleMs` fields to the `GET /health?deep=1` endpoint to expose current work state.
• Documents the `--test-delta` flag for severity adjustments when running `/review`, with a warning if the executing bundle is older than the current code.
• Adds optional Mem0 memory write support to the Direct External Context integration, enabled explicitly in configuration.
• Adds a repository context manifest to guide the `/review` command with bounded domains, related paths, and recommended tests for specific repository areas.
• Enables compression cache sharing for all OpenAI-compatible providers, including stable session keys for the official OpenAI API, to reuse conversation prefixes and reduce redundant input processing.
• Enables compression cache sharing for Gemini and Vertex AI to reuse conversation prefixes and reduce redundant input processing.
• Supports installing Web Shell Extensions directly from local `.zip` or `.tar.gz` archive files via the Extension manager.
• Dynamic Workflows now support cooperative pause and resume via the `p` shortcut in Background Tasks or the `/workflows p` command in the TUI.
• Restores real-time autofix support for pull requests opened from forks by bridging review events to credentialed workflows.
• Allows ACP agent tool calls to run concurrently at the configured limit, removing artificial serialization that slowed fan-out operations.
• Group chats can now be approved once via a stable chat ID using the new group pairing policy, granting access to all members.
• Enriches Feishu contact observations with sender display names and group names to replace opaque IDs with recognizable labels.
• Feishu users can now answer structured single-select and multi-select questions directly via native Card V2 forms instead of text replies.
• Enhances DingTalk integration to include stable identifiers of mentioned members in inbound context when the bot is mentioned alongside other users.
• The daemon now observes and reports memory pressure levels and ratios using real denominators for both the root process and child heaps.
• Improves telemetry attribution to distinguish daemon-spawned sessions from direct CLI launches in usage statistics.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.8</guid>
      <pubDate>Sat, 08 Aug 2026 17:07:22 GMT</pubDate>
      <description>Qwen Code v0.21.8 adds compression cache sharing across OpenAI/Gemini/Vertex, repository context manifests for /review, Mem0 memory writes, and concurrent ACP tool calls.
• Adds `activeWork`, `activeWorkReporting`, and `activeWorkStaleMs` fields to the `GET /health?deep=1` endpoint to expose current work state.
• Adds optional Mem0 memory write support to the Direct External Context integration, enabled explicitly in configuration.
• Adds a `--test-delta` flag to the `/review` command for severity adjustments when the executing bundle is older than the current code.
• Adds Dynamic Workflow pause and resume via the `&apos;p&apos;` shortcut in Background Tasks or the `/workflows p` command in the TUI.
• Enables compression cache sharing for all OpenAI-compatible providers, including stable session keys for the official OpenAI API, to reuse conversation prefixes.
• Enables compression cache sharing for Gemini and Vertex AI to reuse conversation prefixes and reduce redundant input processing.
• Adds repository context manifests to guide the `/review` command with bounded domains, related paths, and recommended tests for specific repository areas.
• Adds support for installing Web Shell Extensions directly from local `.zip` or `.tar.gz` archive files via the Extension manager.
• Enables group chats to be approved once via a stable chat ID using the new group pairing policy, allowing access for all members.
• Allows ACP agent tool calls to run concurrently at the configured limit, removing artificial serialization that slowed fan-out operations.
• Restores real-time autofix support for pull requests opened from forks by bridging review events to the credentialed workflow lane.
• Enriches Feishu contact context with sender display names and group names, replacing opaque IDs with recognizable labels.
• Enhances DingTalk integration to include stable identifiers of mentioned members in the inbound context when the bot is mentioned.
• Enables Feishu users to answer structured single-select and multi-select questions via native Card V2 forms instead of text replies.
• Improves `/review` performance by moving remote matching to a deterministic CLI subcommand, achieving up to 93.3% prompt cache hit rates.
• Adds daemon memory pressure monitoring: the daemon now observes and reports memory pressure levels and ratios for both the root process and child heaps.
• Improves Web Shell feedback for parallel subagents by keeping status visible, auto-expanding details during work, and collapsing groups upon completion.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.7</guid>
      <pubDate>Thu, 06 Aug 2026 23:19:06 GMT</pubDate>
      <description>Qwen Code v0.21.7 adds inline terminal images, a review context manifest, and configurable ASR gateway routing.
• Adds `security.allowedInsecureVoiceBaseUrls` setting to route voice transcription through specific HTTP or private-network ASR gateways in managed deployments.
• Introduces `.qwen/review-context.json` declarative manifest and the `review repo-context` command to customize review plans with repository-specific context.
• Adds `QWEN_STREAM_MAX_LIFETIME_MS` setting to cap the total lifetime of streaming responses and prevent silent hangs in GitHub-triggered `/review` runs.
• Enables rendering inline terminal images from model and tool outputs in the interactive CLI, supporting Kitty, Ghostty, and chafa.
• Adds observability for REST SSE connections with stable UUIDs and telemetry for stream lifecycle events, including slow-client warnings and evictions.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.7</guid>
      <pubDate>Thu, 06 Aug 2026 23:19:06 GMT</pubDate>
      <description>Qwen Code v0.21.7 adds inline terminal images, a review-context manifest, ASR gateway routing, and removes the 50-turn Goal limit.
• Adds `security.allowedInsecureVoiceBaseUrls` setting to allow managed deployments to route voice transcription through specific HTTP or private-network ASR gateways.
• Introduces the `.qwen/review-context.json` declarative manifest and the `review repo-context` command to customize review plans with repository-specific context.
• Adds `QWEN_STREAM_MAX_LIFETIME_MS` setting to cap the total lifetime of streaming responses, preventing silent hangs in GitHub-triggered `/review` runs.
• Enables rendering inline terminal images from model and tool outputs in the interactive CLI, with support for Kitty, Ghostty, and chafa.
• Adds observability for REST SSE connections with stable UUIDs and telemetry for stream lifecycle events, including slow-client warnings and evictions.</description>
    </item>
    <item>
      <title>Qwen Code live-host-v0.1.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.0</guid>
      <pubDate>Thu, 06 Aug 2026 03:38:22 GMT</pubDate>
      <description>Qwen Code live-host-v0.1.0 adds local GitHub auth, mid-turn read-only shell commands, and reverse-dependency diff testing.
• Supports local GitHub (`gh`) authentication via channels, enabling offline or self-hosted auth flows.
• Enables the web shell to run read-only informational commands immediately mid-turn, without waiting for the current turn to complete.
• Adds reverse-dependency closure testing for diffs in the review workflow, surfacing dependency-impact caveats alongside review results.</description>
    </item>
    <item>
      <title>Qwen Code live-host-v0.1.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/live-host-v0.1.0</guid>
      <pubDate>Thu, 06 Aug 2026 03:38:22 GMT</pubDate>
      <description>Qwen Code live-host v0.1.0 adds local GitHub auth for channels and faster read-only web-shell commands mid-turn.
• Adds local GitHub authentication support to `qwen channel`, enabling channel integrations to authenticate via a local `gh` credential.
• Web-shell now runs read-only informational commands immediately mid-turn without waiting for the current turn to complete, reducing latency in agentic sessions.
• Extends the review workflow to test a diff&apos;s reverse-dependency closure and surface disclosed caveats alongside review results.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.6</guid>
      <pubDate>Wed, 05 Aug 2026 15:57:25 GMT</pubDate>
      <description>Qwen Code v0.21.6 adds Live Voice for WebShell, a new `qwen review cost-ledger` command, and an external tool guard provider for managed deployments.
• Adds the `qwen review cost-ledger` command to aggregate model usage statistics from existing review records stored on disk.
• Adds an optional external tool guard provider for managed serve deployments to enforce pre-execution allow/deny policies.
• Adds experimental native Live Voice support to WebShell on macOS, enabling real-time audio interactions via a dedicated global shortcut.
• Read-only info commands `/stats`, `/about`, and `/context` now execute immediately mid-turn in Web Shell without waiting for streaming to finish.
• GitHub Channels can now reuse the daemon host&apos;s existing `gh auth login` credentials when no personal access token is explicitly configured.
• The `record_artifact` tool now explicitly guides users to register URLs for pull requests, issues, and comments as link artifacts for later access.
• The Chrome extension alpha gains daemon and browser-automation onboarding states, runtime MCP diagnostics, and an automated acceptance flow for real-Chrome testing.
• Review tests now cover the full reverse-dependency closure of code changes to catch behavioral regressions in dependent workspaces.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.6</guid>
      <pubDate>Wed, 05 Aug 2026 15:57:25 GMT</pubDate>
      <description>Qwen Code v0.21.6 adds Live Voice for WebShell, `qwen review cost-ledger`, an external tool guard provider, and instant mid-turn info commands.
• Adds the `qwen review cost-ledger` command to aggregate model usage statistics from existing review records on disk.
• Read-only info commands `/stats`, `/about`, and `/context` now execute immediately mid-turn in Web Shell without waiting for streaming to finish.
• Adds an optional external tool guard provider for managed `qwen serve` deployments to enforce pre-execution allow/deny policies.
• Adds experimental native Live Voice support to WebShell on macOS for real-time audio interactions via a dedicated global shortcut.
• The `record_artifact` tool now explicitly guides users to register URLs for pull requests, issues, and comments as link artifacts for later access.
• GitHub Channels can now reuse the daemon host&apos;s existing `gh auth login` credentials when no personal access token is explicitly configured.
• Chrome extension alpha now includes daemon and browser-automation onboarding states, runtime MCP diagnostics, and an automated acceptance flow for real-Chrome testing.
• Review tests now cover the full reverse-dependency closure of code changes to catch behavioral regressions in dependent workspaces.</description>
    </item>
    <item>
      <title>Qwen Code desktop-v0.1.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.1.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.1.0</guid>
      <pubDate>Wed, 05 Aug 2026 10:06:19 GMT</pubDate>
      <description>Qwen Code desktop v0.1.0 adds session-scoped MCP, git branch/PR UI, streaming charts, channel management, and voice hold mode.
• Adds session-scoped runtime MCP via `acp` so each session can carry its own Model Context Protocol server without affecting others.
• Adds a Channel management page and Channel configuration flows in the web shell UI for creating and editing channel integrations.
• Adds Channel pairing request management in the web shell, letting users accept or reject incoming channel pairings.
• Adds git branch picker, commit dialog, and create PR flow directly in the web shell composer.
• Adds a native workspace folder picker in the web shell for selecting working directories.
• Adds streaming chart rendering via `markdown-chart` in the web shell for live data visualization.
• Adds submitted-prompt auto recall in `external-context`, surfacing previously submitted prompts automatically.
• Adds submitted-prompt provenance tracking in hooks, recording where each prompt originated.
• Gates session writer lease behind an opt-in flag, giving operators control over write-lock acquisition.
• Adds voice hold mode support in the web shell, scoped to the composer workspace.
• Adds `BTW` side-question suggestions in the web shell composer footer.
• Adds a composer footer renderer in the web shell for extensible footer content.
• Adds monitor task details view in the web shell for inspecting running task status.
• Exposes loop tools in daemon sessions via the channels layer.
• Dispatches GitHub notifications by reason in the channels integration, enabling reason-based routing.
• Adds `ARMS` session user ID field to core session tracking.
• Adds full-resolution image zoom tool in core with bounded image reads for reliability.
• Persists and replays Goal v3 state in core, and connects Goal v3 to the turn engine.
• Adds early Anthropic cache breakpoint on the stable system prefix for reduced latency on repeated calls.
• Adds autofix deferred suggestions after five change rounds, reducing noise during iterative edits.
• Adds autofix retry on deterministic rejection, improving success rate on first-pass linting failures.
• Adds revert-pattern high-risk path detection in triage.
• Makes triage verify reports readable in Chinese.</description>
    </item>
    <item>
      <title>Qwen Code desktop-v0.1.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.1.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.1.0</guid>
      <pubDate>Wed, 05 Aug 2026 10:06:19 GMT</pubDate>
      <description>Qwen Code desktop-v0.1.0 adds session-scoped MCP, Goal v3 state persistence, web-shell git flows, channel management, streaming charts, and more.
• Adds session-scoped runtime MCP via `feat(acp): add session-scoped runtime MCP`, letting each ACP session carry its own MCP context.
• Adds a Channel management page and Channel configuration flows to the web-shell UI for managing integrations in-browser.
• Adds a Channel pairing request manager to the web-shell, enabling users to approve or reject new channel connections.
• Adds a native workspace folder picker to the web-shell so users can browse and select project roots from the browser UI.
• Adds a git branch picker, commit dialog, and create-PR flow to the web-shell, enabling full branch/PR workflows without leaving the browser.
• Adds a composer footer renderer to the web-shell for richer input-area UI extensions.
• Adds streaming chart rendering via `markdown-chart` in the web-shell, displaying live charts as the model streams output.
• Adds a BTW (By The Way) suggestion flow to the web-shell for surfacing side questions during a conversation.
• Persists and replays Goal v3 state (`feat(core): persist and replay Goal v3 state`) and connects Goal v3 to the turn engine, enabling durable multi-step goal tracking across sessions.
• Adds a full-resolution image zoom tool with bounded image reads for reliable zoom behavior.
• Adds submitted-prompt provenance tracking via hooks, recording where each submitted prompt originated.
• Adds submitted-prompt auto-recall in external-context, automatically surfacing previously submitted prompts.
• Gates session writer lease behind an opt-in flag (`feat: Gate session writer lease behind opt-in`).
• Adds ARMS session user ID tracking to core sessions.
• Exposes loop tools in daemon sessions (`feat(channels): expose loop tools in daemon sessions`).
• Dispatches GitHub notifications by reason in the channels integration, routing notifications more precisely.
• Adds revert-pattern high-risk path detection to the triage system.
• Adds autofix deferred suggestions after five change rounds, reducing noise during iterative edits.
• Adds autofix retry on deterministic rejection, improving resilience of automated fixes.
• Scopes voice input to the composer workspace in the web-shell and adds voice hold mode support.
• Adds monitor task details view to the web-shell for observing running agent tasks.
• Makes the triage verify report readable in Chinese.
• Adds early Anthropic cache breakpoint on the stable system prefix (`perf(acp): add early Anthropic cache breakpoint`) to reduce latency on repeated calls.
• Preloads providers after session creation (`perf(acp): Preload providers after session creation`) to cut session startup time.
• Makes ripgrep usage more robust (`feat: robust ripgrep`) for more reliable code search.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.5</guid>
      <pubDate>Tue, 04 Aug 2026 02:17:38 GMT</pubDate>
      <description>Qwen Code v0.21.5 adds a finding-centric Web Shell review view, Qwen 3.8 reasoning effort support, and safer MCP replay controls.
• Enables Qwen 3.8 reasoning effort levels by mapping existing effort flags to the provider-specific `reasoning_effort` parameter.
• Introduces a structured, finding-centric view in Web Shell for review results, displaying severity, confidence, and suggested fixes alongside durable reports.
• Adds an opt-in one-time update bridge for macOS users to migrate from the Electron desktop app to the new Tauri shell.
• Introduces detailed execution-specific outcome tracking for tool calls to distinguish between invocation success, failure, and cancellation.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.5</guid>
      <pubDate>Tue, 04 Aug 2026 02:17:38 GMT</pubDate>
      <description>Qwen Code v0.21.5 adds a finding-centric Web Shell review view, Qwen 3.8 reasoning effort support, and safer MCP replay controls.
• Maps existing effort flags to the provider-specific `reasoning_effort` parameter, enabling Qwen 3.8 reasoning effort levels.
• Introduces a structured, finding-centric view in Web Shell for review results, displaying severity, confidence, and suggested fixes alongside durable reports.
• Adds an opt-in one-time update bridge for macOS users to migrate from the Electron desktop app to the new Tauri shell.
• Introduces detailed execution-specific outcome tracking for tool calls to distinguish between invocation success, failure, and cancellation.
• Blocks unsafe replay of MCP tool calls after connection loss unless the tool is explicitly marked idempotent and the workspace is trusted.
• Transitions Goal mode to a `usage_limited` state requiring user intervention after evidence catalog exhaustion, stopping infinite retries.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.4</guid>
      <pubDate>Mon, 03 Aug 2026 04:19:14 GMT</pubDate>
      <description>Qwen Code v0.21.4 adds new review/drive commands, configurable memory agents, session workflow toggles, and a desktop Web Shell.
• Adds `experimental.sessionWorkflow` setting to optionally enable Session Workflow features including Plan &amp; Review mode and the Workflow DAG.
• Adds `memory.agentMaxTurns` setting to configure turn limits for all managed memory agents; set to `0` to disable the limit entirely.
• Adds `qwen review drive` command to poll for service readiness and verify completion facts instead of relying on fixed sleep delays.
• Adds `qwen review mock-provider` command to record OpenAI-compatible requests as JSONL for testing against a faithful outside-world simulation.
• Adds `qwen review publish-assets` command to host evidence images in a user-designated repository for embedding in PR review comments.
• The `/summary` command now accepts an optional path argument to save project summaries to custom locations, automatically creating parent directories as needed.
• Sub-session concurrency caps are now configurable via the `serve` surface.
• Web Shell is now packaged as a release-ready desktop app with native lifecycle management, single-instance behavior, and automatic updates.
• Enables full Web Shell management for GitHub and GitLab channels, allowing users to configure tokens and policies without editing settings files.
• Adds a built-in Java/JVM performance checklist to the review tool that flags correctness traps and JVM-cost defects in Java files.
• Adds a repo-hygiene skill and weekly workflow to automatically scan for and propose fixes for documentation and code quality issues.
• PR review timeout now scales with change size, allowing up to 240 minutes for large pull requests exceeding 300 lines.
• Non-interactive CLI `/goal` commands now use the Goal v3 runtime for consistent state persistence and improved streaming behavior.
• The review verifier now treats unverified findings as low-confidence confirmations rather than rejections, instructing it to check cited sources first.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.4</guid>
      <pubDate>Mon, 03 Aug 2026 04:19:14 GMT</pubDate>
      <description>Qwen Code v0.21.4 adds `qwen review drive`, `qwen review mock-provider`, `qwen review publish-assets`, `memory.agentMaxTurns`, `experimental.sessionWorkflow`, and daemon memory-budget reporting.
• Adds `qwen review drive` command to poll for service readiness and verify completion facts instead of relying on fixed sleep delays.
• Adds `qwen review mock-provider` command to record OpenAI-compatible requests as JSONL for testing against a faithful outside-world simulation.
• Adds `qwen review publish-assets` command to host evidence images in a user-designated repository for embedding in PR review comments.
• Adds `memory.agentMaxTurns` setting to configure turn limits for all managed memory agents; set to `0` to disable the limit entirely.
• Introduces `experimental.sessionWorkflow` setting to optionally enable Session Workflow features including Plan &amp; Review mode and the Workflow DAG.
• Adds `sub-session concurrency caps` as a configurable `serve` parameter via `qwen serve`.
• The `/summary` command now accepts an optional path argument to save project summaries to custom locations, automatically creating parent directories if needed.
• Adds a built-in Java/JVM performance checklist to the review tool that flags correctness traps and JVM-cost defects in Java files.
• Adds a repo-hygiene skill and weekly workflow to automatically scan for and propose fixes for documentation and code quality issues.
• Enables full Web Shell management for GitHub and GitLab channels, allowing users to configure tokens and policies without editing settings files.
• Web Shell is now packaged as a release-ready desktop app with native lifecycle management, single-instance behavior, and automatic updates.
• PR review timeout now scales with change size, allowing up to 240 minutes for pull requests exceeding 300 lines.
• Updates non-interactive CLI `/goal` commands to use the Goal v3 runtime for consistent state persistence and improved streaming behavior.
• Updates the review verifier to treat unverified findings as low-confidence confirmations rather than rejections, checking cited sources first.
• Forked subagents are now isolated from sibling forks, ensuring each agent accesses only its own assigned instructions and directives.
• Chat compression now reuses the main conversation prompt cache on supported providers, reducing latency without executing tools.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.3</guid>
      <pubDate>Sat, 01 Aug 2026 17:25:02 GMT</pubDate>
      <description>Qwen Code v0.21.3 adds fork profiles, `display_image` tool, `/review` test-plan validation, and background workflow runs.
• Adds `generationConfig.cacheRetention` settings to support Anthropic&apos;s extended 1-hour prompt-cache tier alongside the default 5-minute retention.
• Adds `skills.disabledLevels` setting to hide bundled, project, user, or extension skills without affecting host-provided skills.
• Adds `--compaction` flag to the `/model` command to configure a dedicated model for chat compression.
• Enables `POST /session` to accept and validate a caller-supplied `sessionId` instead of silently ignoring it.
• Adds a `SessionDelete` hook event triggered after successfully deleting a historical session via `/delete` or ACP.
• Adds optional `source_type` and `source_id` fields to lifecycle hooks to help platforms distinguish sessions created through different entry points.
• Adds project-level named fork profiles via markdown files in the `.qwen/fork-profiles` directory to define tool allowlists and prompt hints.
• Adds a `display_image` tool to the TUI that renders PNGs using native terminal features or chafa fallbacks with an 8 MiB limit.
• Adds the `verify-capture.mjs` script to generate evidence images for PR verification with a single command.
• Enables workflows to support an opt-in background run mode that returns a run ID and reports results via a dedicated channel.
• Raises the daemon default maximum session limit per workspace from 20 to 32.
• Allows safe slash commands `/status`, `/settings`, and `/help` to run immediately while model responses are streaming.
• Enhances the `/review` command with Test Plan assertion validation, measured test-failure attribution, adjudication rendering, workflow step extraction, and seven new verification lenses.
• Running `/triage` on a pull request now triggers the sandboxed verify lane in parallel to start building and running tests immediately.
• Adds an optional host tool invocation guard that can deny execution before a tool runs.
• Adds OpenTelemetry GenAI streaming attributes to LLM spans, recording time-to-first-chunk for streaming requests.
• Auto-generated Skills are tracked for usage, marked stale after 30 days of inactivity, and archived after 90 days via a new project-scoped curator.
• Adds a Session Workflow view that visualizes plan execution, agent calls, and transcripts as a dependency graph.
• Enables workflow agents to surface approval requests for shell commands and edits directly to the parent interface.
• Web Shell transcript and review views now include a Download action for artifacts, supporting HTML, Markdown, and workspace file exports.
• Review output footers now include the Qwen Code CLI version to help trace findings to specific releases.
• Adds the foundational runtime supervisor for Agent View, enabling local session management and terminal stream bridging.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.3</guid>
      <pubDate>Sat, 01 Aug 2026 17:25:02 GMT</pubDate>
      <description>Qwen Code v0.21.3 adds fork profiles, display_image tool, workflow background runs, /review test-plan validation, and per-workspace session isolation.
• Adds `--compaction` flag to the `/model` command to configure a dedicated model for chat compression.
• Adds `generationConfig.cacheRetention` settings to support Anthropic&apos;s extended 1-hour prompt-cache tier alongside the default 5-minute retention.
• Adds `skills.disabledLevels` setting to hide bundled, project, user, or extension skills without affecting host-provided skills.
• Adds `SessionDelete` hook event triggered after successfully deleting a historical session via `/delete` or ACP.
• Adds `source_type` and `source_id` optional fields to lifecycle hooks to help platforms distinguish sessions created through different entry points.
• Enables `POST /session` to accept and validate a caller-supplied `sessionId` instead of silently ignoring it.
• Adds project-level named fork profiles via markdown files in the `.qwen/fork-profiles` directory to define tool allowlists and prompt hints.
• Adds `display_image` tool to the TUI that renders PNGs using native terminal features or `chafa` fallbacks, with an 8 MiB limit.
• Adds OpenTelemetry GenAI streaming attributes to LLM spans, recording time-to-first-chunk for streaming requests.
• Allows `/status`, `/settings`, and `/help` slash commands to run immediately while model responses are streaming.
• Workflows now support an opt-in background run mode that returns a run ID and reports results via a dedicated channel.
• Enables workflow agents to surface approval requests for shell commands and edits directly to the parent interface.
• Enhances the `/review` command with Test Plan assertion validation, measured test-failure attribution, adjudication rendering, workflow step extraction, and seven new verification lenses.
• Running `/triage` on a pull request now triggers the sandboxed verify lane in parallel to start building and running tests immediately.
• The daemon default maximum session limit per workspace increases from 20 to 32.
• Daemon channel adapter state is now isolated by workspace to safely support persistent browser authentication across multiple workspaces.
• Auto-generated Skills are now tracked for usage, marked stale after 30 days of inactivity, and archived after 90 days via a new project-scoped curator.
• Adds a Session Workflow view that visualizes plan execution, agent calls, and transcripts as a dependency graph.
• The Web Shell transcript and review views now include a Download action for artifacts, supporting HTML, Markdown, and workspace files.
• Review output footers now include the Qwen Code CLI version to help trace findings to specific releases.
• Review round ledgers are now embedded in the posted review body to persist across environments and enable the default effort level to recover previous round data.
• Adds the `verify-capture.mjs` script to generate evidence images for PR verification with a single command.
• Adds an optional host tool invocation guard that can deny execution before a tool runs.
• Adds a transient emoji to GitLab notes while the agent is working, removed upon completion.
• Added the foundational runtime supervisor for Agent View, enabling local session management and terminal stream bridging.
• Plain-text messages sent during an active turn now enter the running turn by default with visible queue management.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.2</guid>
      <pubDate>Fri, 31 Jul 2026 04:10:22 GMT</pubDate>
      <description>Qwen Code v0.21.2 adds Auto Recall, `review run`, `fork_tools` allowlist, GitLab polling, DingTalk cards, and a `security.allowPrivateNetworkHooks` setting.
• Adds `security.allowPrivateNetworkHooks` setting to allow HTTP hooks to reach private network addresses in trusted platform-managed environments.
• Adds `reasonFilter` setting for GitHub channels to skip unwanted notification reasons and prevent unintended agent actions.
• Introduces `fork_tools` allowlist on fork-type subagents to restrict execution to specific canonical tool names or MCP server patterns.
• Adds `review run` subcommand for headless, machine-readable review verdicts.
• Adds `qwen review test-efficacy` command that detects unprotected safety statements using statement-level mutation probes.
• Adds byte-cursor paging to large text file reads across HTTP, ACP, and SDK surfaces for efficient retrieval without rescanning.
• Adds an opt-in Auto Recall profile that automatically searches external context on prompt submission, with built-in security limits.
• Adds a GitLab polling channel adapter that converts GitLab todos into inbound messages for automated processing.
• Adds DingTalk interactive cards support for channels.
• Adds APIs and SDK helpers to list approved pairing senders and revoke access within a specific workspace.
• Adds UI controls in the Channel editor to view, approve, and revoke pairing approvals with explicit confirmation dialogs.
• Enhances the `/verify` command with seven new maintainer verification techniques, evidence screenshots in reports, and an increased agent budget from 25 to 120 minutes.
• Adds a threshold setting to automatically preload deferred tools into the context window when their total size fits within limits.
• Autofix defers lower-severity suggestions after five change rounds, restricting further modifications to critical findings and failed checks only.
• Adds automatic milestone summaries every tenth takeover round to provide visibility into long-running fix attempts.
• Web Shell gains contextual task panels, theme-aware composer highlights, interactive dot animations, and a typewriter effect for placeholders.
• GitHub channels now display an eyes reaction on issues and comments while an agent turn is actively running.
• GitHub channels now emit exactly one final comment per event.
• Goal v3 connected to the turn engine with deterministic permit handling so runtime continuations do not consume session or recursive turn budgets.
• Static image reads now return a canonical, auto-oriented JPEG overview with source dimensions to support reliable zooming.
• Triage comments now lead with a clear pass/fail verdict and display English by default with Chinese translations folded.
• Review approvals with zero findings on non-trivial diffs now explicitly disclose low-signal status in the verdict line.
• Triage system mechanically triggers the 2b-bis sandboxed-lane recommendation when a Stage 2 draft contains a not-verified sentence.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.2</guid>
      <pubDate>Fri, 31 Jul 2026 04:10:22 GMT</pubDate>
      <description>Qwen Code v0.21.2 adds Auto Recall, `review run`, `fork_tools` allowlist, GitLab polling, DingTalk cards, and a `security.allowPrivateNetworkHooks` setting.
• Adds `security.allowPrivateNetworkHooks` setting to allow HTTP hooks to reach private network addresses in trusted platform-managed environments.
• Adds `reasonFilter` setting for GitHub channels to skip unwanted notification reasons and prevent unintended agent actions.
• Introduces `fork_tools` allowlist on fork-type subagents to restrict execution to specific canonical tool names or MCP server patterns.
• Adds `review run` subcommand for headless, machine-readable review verdicts.
• Adds the `qwen review test-efficacy` command, which uses statement-level mutation probes (single-line deletions) to detect unprotected safety statements.
• Adds an opt-in Auto Recall profile that automatically searches external context on prompt submission, with built-in security limits.
• Adds byte-cursor paging to large text file reads across HTTP, ACP, and SDK surfaces for efficient retrieval of subsequent content without rescanning.
• Adds a GitLab polling channel adapter that converts GitLab todos into inbound messages for automated processing.
• Adds DingTalk interactive card support to channels.
• Enhances the `/verify` command with seven new maintainer verification techniques, evidence screenshot capture in reports, and an increased agent time budget from 25 to 120 minutes.
• Adds APIs and SDK helpers to list approved pairing senders and revoke channel pairing access within a specific workspace.
• Adds UI controls in the Channel editor to view, approve, and revoke pairing approvals with explicit confirmation dialogs.
• Adds automatic milestone summaries every tenth takeover round for visibility into long-running fix attempts.
• Adds a temporary eyes reaction to GitHub issues and comments while an agent turn is running to indicate active processing.
• Adds contextual task panels to Web Shell.
• Adds a threshold setting to automatically preload deferred tools into the context window when their total size fits within limits.
• Autofix now defers lower-severity suggestions after five change rounds, allowing only critical findings and failed checks to drive further code modifications, and posts visible notices when refusing to proceed due to round limits.
• Triage comments now lead with a clear pass or fail verdict and display English by default with Chinese translations folded.
• Review approvals with zero findings on non-trivial diffs now explicitly disclose low-signal status in the verdict line.
• Web Shell gains theme-aware composer highlights, interactive dot animations for empty sessions, and a typewriter effect for placeholders.
• WebShell now uses a shared renderer for streaming charts, enabling canonical markdown-chart blocks without extra host configuration.
• GitHub channels now emit exactly one final comment per event.
• Static image reads now return a canonical, auto-oriented JPEG overview with source dimensions to support reliable zooming.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.1</guid>
      <pubDate>Tue, 28 Jul 2026 17:52:26 GMT</pubDate>
      <description>Qwen Code v0.21.1 adds `qwen review comment-status`, GitHub channel adapter, context_search tool, retry delay settings, and sandboxed /verify lane.
• Introduces `qwen review comment-status` subcommand to quickly triage existing inline review comments and reduce API calls during review runs.
• Adds `retryInitialDelayMs` and `retryMaxDelayMs` settings to configure SSE stream rate-limit retry delays for provider quota windows.
• Adds a retrieval-only `context_search` tool for external corpora, configured by administrators without automatic recall or write capabilities.
• Adds a sandboxed `/verify` deep-verification lane on the triage CI path.
• Exposes workspace Channel management API on the serve layer, with a Channel management page and configuration flows in the Web Shell.
• Adds a GitHub channel adapter that polls notifications and responds to mentions by posting comments using a signal-based wakeup architecture; dispatches notifications by reason.
• Adds `--max-journal-events` and `--max-journal-bytes` flags to configure live journal caps (defaults raised to 10,000 events and 8 MiB).
• Updates the `/stats` command and Session tab to display generation timing metrics including TTFT, duration, output tokens, and TPS.
• Enables hot-reloading of workspace trust changes in the running daemon, applying new policies immediately without a process restart.
• Adds model grade selection for subagent spawn.
• Adds Goal v3 runtime orchestration with worker tools, state persistence, and replay.
• Adds session-scoped runtime MCP support (`acp`).
• Introduces an overridable default-disabled state for skills, allowing soft defaults that yield to explicit enablement while hard disables remain absolute.
• Enforces a strict write contract for review submissions and adds a tripwire to detect and flag bypass attempts via terminal commands.
• Adds a read-only GitHub pull requests panel to the Web Shell.
• Adds git branch picker, commit dialog, and create PR flow to the Web Shell.
• Adds native workspace folder picker to the Web Shell.
• Adds full-resolution image zoom tool.
• Adds triage revert-pattern high-risk path detection.
• Supports outbound image delivery in the DingTalk integration.
• Exposes loop tools in daemon channel sessions.
• Gates session writer lease behind opt-in.
• Adds submitted prompt provenance tracking via hooks.
• Adds monitor task details view to the Web Shell.
• Allows widening the Web Shell sidebar up to half the window width.
• Scopes voice input to the composer workspace and adds voice hold mode support.
• Adds mutation testing of tests in the review test-coverage pass (Agent 5).
• Adds script-lint as a deterministic gate in compose-review, reading the report without an agent.
• Adds BTW suggestion for side questions in the Web Shell composer.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.1</guid>
      <pubDate>Tue, 28 Jul 2026 17:52:26 GMT</pubDate>
      <description>Qwen Code v0.21.1 adds `qwen review comment-status`, GitHub channel adapter, `context_search` tool, retry delay settings, and Goal v3 orchestration.
• Introduces `qwen review comment-status` subcommand to quickly triage existing inline review comments and reduce API calls during review runs.
• Adds `retryInitialDelayMs` and `retryMaxDelayMs` settings to configure SSE stream rate-limit retry delays for better provider quota compatibility.
• Adds a retrieval-only `context_search` tool for external corpora, configured by administrators without automatic recall or write capabilities.
• Adds a GitHub channel adapter that polls notifications and responds to mentions by posting comments using a signal-based wakeup architecture.
• Adds Goal v3 runtime orchestration with worker tools, state persistence, and replay support.
• Exposes a workspace Channel management API from `qwen serve` and adds a Channel management page and configuration flows in the Web Shell.
• Adds a read-only GitHub pull requests panel to the Web Shell UI.
• Updates the `/stats` command and Session tab to display generation timing metrics including TTFT, duration, output tokens, and TPS.
• Enables hot-reloading of workspace trust changes in the running daemon, applying new policies immediately without a process restart.
• Adds model grade selection for subagent spawn, allowing fine-grained control over which model tier child agents use.
• Adds a sandboxed `/verify` deep-verification lane in triage and surfaces sandboxed lanes on the CI path.
• Introduces an overridable default-disabled state for skills, allowing soft defaults that yield to explicit enablement while hard disables remain absolute.
• Adds revert-pattern high-risk path detection in triage.
• Enforces a strict write contract for review submissions and adds a tripwire to detect and flag bypass attempts via terminal commands.
• Adds a session-scoped runtime MCP via `acp`.
• Adds a full-resolution image zoom tool in the core.
• Adds a native workspace folder picker in the Web Shell.
• Adds a git branch picker, commit dialog, and create PR flow to the Web Shell.
• Supports outbound image delivery for the DingTalk channel.
• Dispatches GitHub notifications by reason for more targeted channel routing.
• Adds submitted prompt provenance tracking in hooks.
• Gates session writer lease behind opt-in.
• Exposes loop tools in daemon sessions.
• Adds monitor task details view to the Web Shell.
• Adds voice hold mode support and scopes voice to the composer workspace in the Web Shell.
• Introduces mutation testing of tests in the review test-coverage pass (Agent 5).
• Adds script-lint as a deterministic gate in compose-review, reading the lint report without an agent.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.0</guid>
      <pubDate>Fri, 24 Jul 2026 13:32:48 GMT</pubDate>
      <description>Qwen Code v0.21.0 adds QWEN_SYSTEM_IDENTITY_MD override, MCP force-reconnect, native video in /learn, @ session references, and configurable image-gen models.
• Adds `QWEN_SYSTEM_IDENTITY_MD` environment variable to fully override the core system identity/prompt.
• Adds a usage statistics environment override via `feat(cli): add usage statistics environment override` (new env var for telemetry control).
• Supports forced MCP reconnects in `serve`, allowing clients to re-establish dropped MCP connections without restarting the daemon.
• Adds `renderChatHeader` slot to the web-shell component for injecting a custom session header.
• Supports native video input in the `/learn` CLI command.
• Adds `@` syntax for referencing prior sessions in the CLI, with completion tabs for discoverability.
• Adds configurable image generation models in core settings.
• Supports custom skill directories via CLI settings.
• Adds workspace selector button with add/switch dropdown in the composer toolbar.
• Shows subagent sessions in the web-shell detail panel.
• Adds rendered file previews in the web-shell.
• Adds workspace agent management UI in the web-shell.
• Adds a git mode selector when creating new sessions in the web-shell.
• Adds selective Shadow DOM isolation for web-shell component embedding.
• Adds workspace-level content generation in the serve layer.
• Persists workspace channel configuration across restarts.
• Adds daemon transport to the Java SDK (`sdk-java`).
• Emits the OAuth login URL as a single OSC 8 hyperlink in the terminal.
• Adds Goal v3 state protocol in core.
• Adds explicit channel delivery in the daemon.
• Scopes channel lifecycle to workspace runtimes.
• Auto-reruns a CI check that died on infrastructure failure, once (autofix).
• Auto-updates a PR when the merge gate rejects it due to a stale base (autofix).
• Posts PR review bodies bilingually when the PR description is in Chinese.
• Runs channel loops in daemon workers.
• Adds bounded Goal evidence verification in core.
• Propagates trusted daemon invocation context to child agents.</description>
    </item>
    <item>
      <title>Qwen Code v0.21.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.21.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.21.0</guid>
      <pubDate>Fri, 24 Jul 2026 13:32:48 GMT</pubDate>
      <description>Qwen Code v0.21.0 adds QWEN_SYSTEM_IDENTITY_MD override, native video in /learn, @ session references, MCP forced reconnects, and Java daemon transport.
• Adds `QWEN_SYSTEM_IDENTITY_MD` environment variable to override the core system identity/prompt at runtime.
• Supports native video input in the `/learn` slash command.
• Adds `@` syntax for referencing prior sessions in the CLI with completion tabs.
• Supports forced MCP reconnects in `qwen serve` mode.
• Adds daemon transport to the Java SDK (`sdk-java`).
• Adds configurable image generation models in core settings.
• Supports custom skill directories via CLI settings.
• Web shell gains a workspace selector button with add/switch dropdown in the composer toolbar.
• Web shell shows subagent sessions in the detail panel.
• Web shell adds rendered file previews.
• Web shell adds a `renderChatHeader` slot for custom session headers.
• Web shell adds git mode selector for new session creation.
• Web shell adds workspace agent management.
• Autofix auto-reruns a CI check that died on infrastructure failure (once).
• Autofix auto-recovers a PR parked on a stale base.
• OAuth login URL is now emitted as a single OSC 8 hyperlink in the terminal.
• PR reviews are posted bilingually when the PR description is in Chinese.
• Adds workspace-level generation and persisted workspace channel configuration in `qwen serve`.
• Adds explicit channel delivery and scopes channel lifecycle to workspace runtimes in the daemon.
• Adds Goal v3 state protocol and bounded Goal evidence verification in core.
• Adds selective Shadow DOM isolation in the web shell.</description>
    </item>
    <item>
      <title>Qwen Code v0.20.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.20.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.20.1</guid>
      <pubDate>Tue, 21 Jul 2026 16:52:19 GMT</pubDate>
      <description>Qwen Code v0.20.1 adds built-in web search, sidebar customization API, git history browser, custom slash commands, and Singapore token region.
• Adds opt-in built-in `web_search` tool backed by the DashScope Responses API for grounding agent responses in live web content.
• Adds `fork_turns` parameter to fork subagents, giving callers explicit turn-budget control over spawned sub-agents.
• Adds sidebar customization API for branding, navigation, session actions, and footer in the web-shell.
• Adds ACP initialize handshake timeout as a configurable value in the `serve` layer.
• Adds Singapore Token Plan region to the `auth` provider list.
• Adds worktree-isolated sessions in the web-shell for parallel task execution.
• Adds custom slash command actions support in the web-shell.
• Adds a git commit history browser in the web-shell.
• Adds content-safe memory recall telemetry in the channels layer.
• Surfaces the running model name in every autofix report.
• Autofix can now be re-armed on a stranded PR via `@qwen-code /retry` instead of deleting a marker.
• Autofix raises the strict round cap from 5 to 10.
• Autofix renders the managed PR fleet into the scan run summary.
• Autofix picks up managed fork PRs in real time instead of waiting for the throttled schedule.
• Autofix supports label-driven takeover and release of PRs.
• Autofix directly takes over maintainer-fork PRs without requiring a label.
• Autofix auto-manages the bot&apos;s own fork PRs without requiring a label.
• Daemon advertises ACP preheat readiness.
• Plan-mode shell commands are now routed by safety classification.
• Core adds the ability to inspect persisted conversation branches.
• Supports workspace display names.
• Web-shell surfaces worktree isolation status in the new-session empty state.</description>
    </item>
    <item>
      <title>Qwen Code v0.20.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.20.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.20.0</guid>
      <pubDate>Sun, 19 Jul 2026 07:27:26 GMT</pubDate>
      <description>Qwen Code v0.20.0 adds daemon log rotation, round-labeled review findings, WebShell history replay, and the qwen3.8-max-preview model.
• Adds `qwen3.8-max-preview` to the Token Plan model list, making it selectable for inference.
• Adds bounded daemon log rotation to the CLI, preventing unbounded log growth.
• Bakes the round label into a review finding&apos;s identity line and key, making multi-round findings uniquely addressable.
• Enables replay of ChatRecord history in read-only WebShell sessions.
• Lets users read the full plan from the `exit_plan_mode` confirmation dialog before accepting.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.12</guid>
      <pubDate>Sat, 18 Jul 2026 14:37:02 GMT</pubDate>
      <description>Qwen Code v0.19.12 adds archived session export, a workspace session-info endpoint, per-model sub-agent concurrency limits, and a web_fetch overhaul.
• Adds a workspace session-info aggregate endpoint (feat(serve)) for querying session state across workspaces.
• Supports per-model sub-agent concurrency limits, letting operators cap how many sub-agents run in parallel for a given model.
• Adds archived session export from the web-shell UI.
• Adds mouse text selection and copy in VP mode for the CLI.
• Adds same-turn message steering support in the CLI.
• Supports full-turn multimodal routing for image prompts.
• Overhauled `web_fetch` with improved content fidelity, binary handling, security, and resilience.
• Adds skill management pages to the web-shell UI.
• Adds a workspace Goals page to the web-shell and preserves `/goal` state on daemon resume.
• Adds git status chip, visual working-tree diff, and sidebar git status to the web-shell.
• Adds directory autocomplete to the Add Workspace dialog in the web-shell.
• Toggles the session sidebar with `Cmd+B` / `Ctrl+B` in the web-shell.
• Persists split view state across refresh, per browser tab, in the web-shell.
• Suggests sending new-topic drafts in a new session from the web-shell.
• Routes VSCode extension logs to the &apos;Qwen Code Companion&apos; output channel.
• Adds formatDisplayPath() and wires improved descriptions for grep, glob, and ripGrep tools.
• Exposes workspace-scoped observed contacts from channels.
• Observes group names from inbound channel messages.
• Enables per-message relevant memory recall in channels.
• Confirms natural memory mutations and saves explicit multi-fact memory safely in channels.
• Stamps daemon `sourceId` with channel instance name on created sessions.
• Shows active path in compact tool summaries in the CLI.
• Adds a daemon Todo stop guard to the CLI.
• Propagates prompt IDs to turn events in the daemon.
• Enables artifact defaults and write reminders in core.
• Improves sub-agent delegation defaults and guardrails.
• Traces cold first-session startup in the daemon for performance visibility.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.11</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.11</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.11</guid>
      <pubDate>Thu, 16 Jul 2026 14:22:22 GMT</pubDate>
      <description>Qwen Code v0.19.11 adds `/learn`, archived session export, DingTalk DMs, `general.notificationMode`, and MCP workspace management.
• Adds `general.notificationMode` config key to silence per-approval notifications selectively.
• Adds `/learn` command for user-initiated skill creation directly from the CLI.
• Changes the default approval mode from `default` to `auto`.
• Adds archived session export via the CLI (`feat(cli): Add archived session export`).
• Adds stateless generation SSE endpoint to the daemon for streaming without session state.
• Adds workspace MCP management via the serve layer, enabling per-workspace MCP server control.
• Adds structured channel memory management with support for natural memory references.
• Supports DingTalk webhook delivery to direct messages (in addition to group channels).
• Emits liveness heartbeats for silent foreground shell commands, preventing false timeout detection.
• Adds a PDF vision bridge fallback so PDF content can be processed when primary vision path is unavailable.
• Adds aggregate deep health reporting across workspaces in the daemon.
• Exposes tool-call preparation lifecycle events via the ACP layer.
• Adds workspace path lock in the web-shell to prevent accidental workspace switches.
• Adds an extension management page in the web-shell UI.
• Adds zoom, pan, and drag controls to Mermaid diagram rendering in the web-shell.
• Adds the ability to maximize a single split pane in the web-shell split view.
• Color-codes each split pane by workspace for at-a-glance orientation in multi-workspace sessions.
• Auto-posts visual previews (screenshots and flow GIFs) on PRs from the web-shell.
• Shows sessions awaiting user action in a dedicated web-shell view.
• Adds immutable session source metadata to daemon sessions.
• Tags daemon sessions with their originating channel source.
• Adds VP mode UX improvements to the CLI interface.
• Builds Step 4 (verify) and Step 5 (reverse-audit) prompts into the review pipeline and proves they ran.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.8</guid>
      <pubDate>Tue, 14 Jul 2026 05:55:55 GMT</pubDate>
      <description>Qwen Code SDK v0.1.8 adds session resumption, multi-modal input, concurrent batch execution, MCP progress updates, and a Coding Plan auth mode.
• Adds `--session-id` CLI flag and `resume`/`continue` SDK options to resume or continue existing sessions by ID.
• Adds `settings.env` field for environment variable configuration directly in settings.
• Adds `contextWindowSize` configuration key to control the model context window.
• Adds `extra_body` support for OpenAI-compatible providers to pass provider-specific request fields.
• Adds export command for session history in markdown and HTML formats.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds Coding Plan authentication mode with unified `AuthDialog` and Coding Plan configuration management.
• Adds MCP tool progress update support in TUI and SDK mode.
• Adds experimental LSP support for code intelligence.
• Adds symlink support for the skill manager.
• Adds concurrent runner for batch CLI execution.
• Promotes Agent Skills from experimental to stable.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds a Zed extension for the Qwen Code agent server.
• Adds TPM throttling error handling with a 1-minute retry delay for rate-limited requests.
• Adds support for JSON Schema draft-2020-12 for MCP tools.
• Improves retry logic for 429 and 5xx error handling.
• Adds `cache_control` for system and last user text messages in the Anthropic content generator.
• Adds debug mode output refactor routing console calls to a logfile-first `debugLogger`.
• Adds large paste placeholder and improved enter-submit behaviour on macOS.
• Preserves UTF-8 BOM when editing files.
• Adds model selection through ACP in the VS Code IDE companion.
• Removes the Smart Edit tool and `ClearcutLogger`.
• Removes the `read_many_files` tool; replaces it with a `readManyFiles` utility for user `@`-commands.
• Adds source information tracking in telemetry logs.
• Clarifies output formats for non-interactive mode.
Breaking changes:
• The `disable*` settings are renamed to `enable*` (negative naming changed to positive naming); any config using `disable*` keys will no longer be recognised.
• The `read_many_files` tool is removed; usages must migrate to the `readManyFiles` utility via user `@`-commands.
• The Smart Edit tool is removed; workflows depending on it will no longer function.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.10</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.10</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.10</guid>
      <pubDate>Tue, 14 Jul 2026 05:09:17 GMT</pubDate>
      <description>Qwen Code v0.19.10 adds multi-workspace ACP, SDK effort/model controls, configurable shell timeouts, and xAI Grok as a built-in provider.
• Adds SDK methods to control reasoning effort, list available models, and query account and context usage statistics at runtime.
• Both the TypeScript and Python SDKs now expose transport selection and query options for finer control over daemon communication.
• Foreground shell commands now respect a configurable default timeout, preventing long-running commands from blocking indefinitely.
• Daemon now supports workspace-qualified ACP endpoints, allowing SDK and web shell clients to open sessions scoped to specific workspaces in multi-workspace deployments.
• The `qwen serve` daemon can now host channel workers for multiple trusted workspaces, binding each worker to its respective workspace directory.
• The daemon now exposes read-only session catalogs for untrusted workspaces, letting clients browse sessions without write access.
• New API endpoint lets you toggle workspace skills programmatically.
• Workspace registrations added at runtime are now persisted so they survive daemon restarts without manual reconfiguration.
• Workspaces can now be removed at runtime without restarting the server.
• A new `MessageDisplay` hook fires incrementally during assistant streaming, allowing observers to track reply text before the turn completes.
• Web shell gains a right-side review panel for inspecting edited files, artifacts, and scheduled tasks with diffs, file navigation, and session-scoped tabs.
• Multi-workspace split view now supports cross-workspace sessions, workspace labels, and a responsive layout for side-by-side editing.
• Rewind and shell actions now work across multiple workspaces.
• Session export is now workspace-qualified so exports stay organized across workspaces.
• Voice input is now qualified per workspace for better multi-workspace support.
• Scheduled tasks from all workspaces are now aggregated into a single view in the web shell for easier monitoring.
• SDK-hosted agents now forward user answers from `ask_user_question` tool approvals back to the model, enabling interactive question flows in TypeScript and Python SDK integrations.
• DingTalk channels can now optionally mention group message senders in bot replies using visible @ tokens, with Markdown rendering preserved for replies without mentions.
• Channel workers now reconnect automatically when the daemon restarts, restoring DingTalk and Feishu sessions without manual intervention.
• Expanding thinking blocks with `Alt+T` during streaming now displays full reasoning content in real-time instead of a truncated preview.
• Scheduled task prompts now support inline extension, skill, and MCP reference tags via floating pickers that serialize cleanly into the saved prompt text.
• Subagent views now show untruncated live commands, deeper progress history, execution transcript paths, and recent tool context on inline approvals.
• Sub-agent activity is now shown as a chronological transcript with a parallel-agent timeline for easier multi-task inspection.
• Workspace transcript reader now provides persisted conversation history per workspace for server-side session browsing.
• Code review now includes procedural correctness checks, adjustable effort levels, and guardrails that verify findings before posting.
• PR triage comments now include a confidence score, sequence diagram, files overview, and review footer.
• Daemon status now reports model API error counts and retry metrics.
• Added xAI Grok as a built-in model provider preset.
• Extension management upgraded to v2 with improved install, update, and removal flows.
• Session groups in the web shell now support custom Hex color codes for easier visual organization.
• The composer now accepts custom placeholder text, allowing embedders to show context-specific prompts to users.
• Adds a composer header render slot and an opt-in mobile welcome footer placement so embedders can show custom content above the composer on small screens.
• The web shell session sidebar is now configurable, letting embedders choose which session metadata and actions to display.
• User-scope settings can now be edited directly in the panel, with in-panel model management.
• Skill installation paths are now exposed so users can see where skills are stored.
• The composer toolbar now displays the current Git branch as a chip.
• Markdown tables in web shell now show row, column, and cell selection statistics.
• Double-clicking a cell in a rendered Markdown table opens a dialog with the full cell value for easy reading and copying.
• Web shell fires a callback when a new session is created, enabling custom integrations.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.9</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.9</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.9</guid>
      <pubDate>Fri, 10 Jul 2026 19:39:45 GMT</pubDate>
      <description>Qwen Code v0.19.9 adds `qwen update`, webhook-triggered channel tasks, PDF-to-image fallback, cursor-paged transcript replay, and multi-workspace sidebar.
• Adds `qwen update` and `/update` commands with auto-update support, letting users self-update the CLI in place.
• Adds `create_sub_session` tool for scheduled tasks, enabling isolated run mode with precondition gating.
• Adds `serve --channel` channel worker settings reload, so channel configuration changes take effect without restarting the server.
• Adds workspace-qualified core REST routes, exposing per-workspace API surfaces.
• Adds cursor-paged transcript replay endpoint (`serve`) for streaming session history replay.
• Adds `forceGlobalCacheScope` config for Anthropic proxy providers, enabling cross-request prompt-cache sharing.
• Adds `parentSessionId` recording and querying for sub-sessions, making sub-session lineage queryable from the daemon.
• Adds `voiceBridge` support for ACP audio prompts.
• Adds webhook-triggered channel tasks, allowing external webhooks to fire channel-side agent tasks.
• Adds session owner index for workspace runtimes, improving multi-workspace session tracking.
• Adds listing of persisted sessions for trusted workspaces and archived/organized sessions for non-primary workspaces.
• Adds background memory agent timeout configuration (feat(memory)).
• Adds `Ctrl+O` frozen transcript view and unified tool output rendering in the TUI.
• Renders PDF pages as images when text extraction overflows or fails, enabling vision-model processing of dense PDFs.
• Adds web-shell workspace management sidebar with dynamic registration (daemon multi-workspace phase 4).
• Adds context mention customization to the web-shell.
• Adds collapse/expand toggle to the web-shell `AskUserQuestion` panel.
• Adds bottom status items and assistant turn footer slot to the web-shell.
• Adds inline VP-mode thought expand on click with auto-hiding scrollbar.
• Posts code-review `Suggestion` findings as inline PR comments.
• Assigns an accountable reviewer to every line of a large diff in the review workflow.
• Adds QQ bot group message handling and `cron-msg-experimental` support.
• Adds session runtime status exposure from the daemon.
• Allows long `/goal` conditions in the CLI.
• Adds pure-ASCII fast path to text token estimation, improving throughput for ASCII-heavy workloads.
• Gates browser automation MCP on an external adapter, making the integration opt-in.
• Persists session artifacts across daemon restarts.
Breaking changes:
• The feat(daemon) change drops isolated scheduled-task mode: sub-sessions now use `parentSessionId` tracking instead of the previous isolated run mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.8</guid>
      <pubDate>Wed, 08 Jul 2026 15:29:45 GMT</pubDate>
      <description>Qwen Code v0.19.8 adds multi-workspace routing, serve env isolation, hook payload enrichment, hot-reload plugins, and split-view composer.
• Adds `dmPolicy` config key to channels to disable private/DM messages.
• Adds `working_dir` field to the Agent tool for pinning subagents to an existing worktree.
• Adds serve environment isolation and total admission control to the `serve` subcommand.
• Enables multi-workspace session routing so a single serve instance can dispatch across workspaces.
• Bounds replay snapshot history in the `serve` subsystem to cap memory growth.
• Auto-retries the next available port when the requested serve port is already in use.
• Adds extension file hot-reload: watches for plugin changes and reloads the runtime without restarting.
• Shows a permission-mode badge in the footer for DEFAULT mode.
• Exposes external split controls in the web shell for programmatic pane management.
• Adds inline preview, editor handoff, and an in-dialog off switch when reviewing auto-generated skills.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.7</guid>
      <pubDate>Tue, 07 Jul 2026 17:22:03 GMT</pubDate>
      <description>Qwen Code v0.19.7 adds session export, model fallback chains, per-tool-call timeouts, daemon status dashboards, and LSP hot reload.
• Adds `GET /daemon/status` endpoint with `runtime.activity` fields, now backing a dedicated daemon status page in the web shell.
• Adds session export endpoint to the daemon API for retrieving full session data.
• Adds per-tool-call execution timeout as an opt-in scheduler feature.
• Adds model fallback chain — automatically switches to backup models on overload.
• Adds `onSessionChange` and `onSubmitBefore` callbacks to the web-shell API.
• Adds Phase 1 workspace runtime registry via the CLI.
• Adds large pipe frame measurement to the CLI.
• Surfaces `PreToolUse` hook &apos;ask&apos; responses as a TUI confirmation dialog.
• Adds token-usage analytics dashboard to the Daemon Status page in the web shell.
• Adds a Scheduled Tasks management page to the web shell.
• Adds session organization (grouping, naming, color tags) in the daemon and web-shell sidebar.
• Adds archive, unarchive, and delete session management to the web-shell sidebar.
• Adds named session groups and color tags to the web-shell sidebar.
• Adds MCP mentions and iconized `@` references in the web shell.
• Adds custom `@` mention panel in the web shell.
• Adds icon chips for mention tags in the web shell.
• Adds compact echarts full-data block rendering support in the web shell.
• Adds time-series metrics charts to the Daemon Status page in the web shell.
• Adds Settings and Daemon Status as in-place panels in the web shell.
• Adds batch session load replay to the ACP protocol.
• Adds EventBus subscriber byte cap to the ACP bridge.
• Adds vision-bridge image capability advertisement in ACP `initialize` response.
• Adds proactive channel loop tools.
• Supports multi-folder workspaces in CLI file system boundary checks.
• LSP Server now supports hot reload.
• Surfaces daemon prompt queue status in the CLI.
• Stabilizes tool schema declaration order for consistent model behavior.
• Routes suggestion-level review findings to an updatable PR comment.
• Adds issue-fidelity and root-cause ownership gate to `/review`.
• Notifies the model when extension capabilities change at runtime.
• Pruning of ignored directories now occurs during glob traversal rather than post-filter, improving performance.
• Memoizes skill scans, debounces sleep-inhibitor logging, and guards IDE readdir calls for improved performance.
• Caches `LoadedSettings` per workspace with stat-based invalidation for faster CLI startup.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.6</guid>
      <pubDate>Fri, 03 Jul 2026 16:36:59 GMT</pubDate>
      <description>Qwen Code v0.19.6 adds nested sub-agents, session artifact APIs, mobile-mcp, dataviz skill, and configurable cron job expiration.
• Adds `visionModelId` field to workspace provider status; exposed in the daemon API and web-shell model dialog.
• Introduces session artifact APIs in the daemon (`feat(daemon): add session artifact APIs`).
• Vendors `mobile-mcp` with opt-in 0–1000 relative coordinate mode for mobile automation.
• Makes recurring cron/loop job expiration configurable in the scheduler.
• Allows sub-agents to spawn nested sub-agents up to a configurable depth.
• Adds a bundled `dataviz` skill to core.
• Adds daemon UI support for vision model selection in the web-shell.
• Displays nested sub-agents as a tree in the web-shell tasks panel.
• Adds sessionless workspace memory `forget` and `dream` operations.
• Improves slash command discovery with a taller menu, group counts, and fuzzy search.
• Syncs vendored `cua-driver` from 0.6.8 to 0.7.0.
• Shows the qwen-code version in the sidebar footer.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.5</guid>
      <pubDate>Thu, 02 Jul 2026 13:36:05 GMT</pubDate>
      <description>Qwen Code v0.19.5 adds HTTPS/TLS serving, a /effort command, DingTalk proactive send, and credential redaction for worker output.
• Adds `--tls-cert` and `--tls-key` flags to the `serve` subcommand to enable HTTPS/TLS on the server.
• Adds the `/effort` slash command for unified control of reasoning effort level from the CLI.
• Adds `listSessions` to `ChannelAgentBridge` for programmatic session enumeration in channel integrations.
• Adds credential redaction for worker stderr forwarding, preventing secrets from leaking into logs.
• Adds DingTalk proactive send support for channel loops, enabling outbound messaging from agent sessions.
• Adds identity and task lifecycle metadata to channel adapters.
• Adds lifecycle status display in channel adapters.
• Adds retry with exponential backoff for MCP capability discovery.
• Adds description and level fields to `/skills` ACP output.
• Adds leader approval workflow for plan-required teammates in multi-agent core.
• Adds a compact session timeline rail to the web shell UI.
• Overhauled list-dialog interaction in the web shell with keyboard navigation and accessibility improvements.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.4</guid>
      <pubDate>Wed, 01 Jul 2026 13:08:36 GMT</pubDate>
      <description>Qwen Code v0.19.4 adds `--insecure`, `--safe-mode`, `/config`, glob MCP filters, voice dictation, resumable ACP streams, and a revived Chrome extension.
• Adds `--insecure` flag to skip TLS verification when connecting to self-signed endpoints.
• Adds `--safe-mode` flag to disable all customizations (extensions, hooks, settings) for troubleshooting.
• Adds `/config key=value` slash command to set any configuration setting interactively from the prompt.
• Adds `ui.history.collapsePreviewCount` setting to control how many turns are shown when resuming a collapsed session.
• Adds `classifyAllShell` setting to route all shell commands through the auto-mode classifier.
• Supports glob patterns in `mcp.allowed` and `mcp.excluded` config fields for MCP tool filtering.
• Adds configurable idle timeout for MCP tool calls (new config option in core).
• Adds configurable auto-compact threshold and Stop hook context usage via new core config.
• Resumable `/acp` session stream via `Last-Event-ID` header, plus opt-in SDK transports export.
• Supports `@extension` mentions in daemon mode.
• Adds `serve --channel` flag with a daemon-managed channel worker.
• Adds channel loop support, group history backfill, and explicit channel memory for messaging channels.
• Adds session archive support to the daemon.
• Injects a `.qwen/loop.md` task file at fire time via sentinels for the `/loop` command.
• Adds autonomous mode for a bare `/loop` invocation (no task file required).
• Supports inline one-shot model override in the `/model` slash command.
• Adds sessionless workspace remember for the `serve` subcommand.
• Revives the Chrome extension via a daemon-direct architecture.
• Adds voice dictation in the desktop app.
• Adds mouse click and hover support in alternate-screen (TUI) mode.
• Adds a tabbed Settings dialog with Status and Stats tabs in the CLI.
• Adds a mobile sidebar drawer with session list in the web shell.
• Adds browser tab favicon to the web shell.
• Adds queued-prompt UX and friendlier Esc interruption in the web shell.
• Resumes an interrupted turn without injecting a synthetic &apos;continue&apos; message.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.3</guid>
      <pubDate>Sun, 28 Jun 2026 06:12:31 GMT</pubDate>
      <description>Qwen Code v0.19.3 adds voice/control APIs, team memory, vision model fallback, MCP live reload, and a fleet of new CLI and web-shell capabilities.
• Adds `QWEN_STREAM_IDLE_TIMEOUT_MS` environment variable to configure the stream idle timeout in the OpenAI pipeline.
• Adds `providerProtocol` config key to map a provider ID to an SDK protocol.
• Adds `/model --vision` subcommand flag to designate a fallback vision model.
• Adds `/cd` command support in ACP sessions.
• Adds a user-configurable keyterms file for voice dictation.
• Adds `&apos;voice&apos;` to `ComposerToolbarAction` for external visibility control of the voice toolbar button.
• Adds daemon workspace voice and control APIs to the serve layer.
• Adds a new API endpoint to query a single session&apos;s status by ID.
• Adds a git-shared team memory tier, enabling memory shared across a team via a git repository.
• Adds a bundled extension creator skill and supports `@extension` mention in CLI input autocomplete.
• MCP servers now reconcile live on settings change — no restart required.
• Web-shell `/mcp` dialog now allows browsing MCP server resources.
• Makes the telemetry sensitive span attribute limit configurable.
• Adds `recordApiRequestBreakdown` wiring into `endLLMRequestSpan` for richer LLM request telemetry (Phase 4c).
• Adds skill usage stats display in the CLI.
• Auto-generated skills now require user confirmation before being persisted.
• Vendors `qwen-cua-driver` with opt-in 0–1000 relative coordinate mode.
• TUI now partitions tool display by type — collapsing read/search tools and showing mutation tools individually.
• CLI now warns before foreground shell timeout expires.
• CLI footer now shows the count of scheduled tasks.
• Built-in status line preset is now enabled by default for new users.
• Registers Telegram bot command menu via the channels integration.
• Web-shell markdown tables gain Excel-style interactions and a manual toggle to enable/disable the enhanced table view.
• Web-shell code blocks now stream-highlight syntax as they arrive.
• Web-shell adds a workspace session sidebar.
• Web-shell adds a mobile responsive view for the TodoPanel.
• Web-shell adds error boundaries to prevent a render crash from white-screening the embed.
• Web-shell allows the host to override streaming loading phrases.
• Web-shell shows duration on finished thinking summaries.
• Startup text in auto mode is simplified and emoji removed.
Breaking changes:
• The `/remember` command is decoupled from auto-extract and no longer writes to `QWEN.md`; existing workflows that relied on `/remember` updating `QWEN.md` will stop receiving those writes after upgrading.</description>
    </item>
    <item>
      <title>Qwen Code cua-driver-rs-v0.6.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/cua-driver-rs-v0.6.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/cua-driver-rs-v0.6.8</guid>
      <pubDate>Fri, 26 Jun 2026 13:34:18 GMT</pubDate>
      <description>cua-driver-rs v0.6.8 ships relative-coordinate support, zero-config computer-use via MCP, Feishu channel, `--worktree` flag, and post-tool-batch hooks.
• Enables relative-coordinate mode in the CUA driver via `CUA_DRIVER_RS_COORDINATE_SPACE=1` (default `0`); optional scale tuning with `CUA_DRIVER_RS_COORDINATE_SCALE=1000`.
• Adds `--worktree` startup flag (Phase D) with `symlinkDirectories` support and PR refs for isolated worktree sessions.
• Adds `respectUserColors` and `hideContextIndicator` options for the statusline.
• Adds `auto-dream` and `auto-skill` defaulting to on, plus a `/memory` toggle command.
• Adds `/compress` instructions, `PreCompact` hook plumbing, and plan/subagent attachments to the auto-compact follow-up workflow.
• Adds post-tool-batch hooks (`post tool batch hooks`) for running actions after a full tool batch completes.
• Adds user prompt expansion hooks.
• Adds `PermissionDenied` hook emission for AUTO classifier blocks.
• Injects context environment variables — session, agent, and prompt ID — into shell subprocesses.
• Adds CPU profiling support for Chrome DevTools analysis.
• Adds AUTO mode denial observability and caps.
• Auto-dumps memory diagnostics to disk on pressure detection.
• Adds memory pressure monitor to core.
• Adds atomic write rollout covering credentials, memory, config, and JSONL files.
• Adds zero-config built-in computer-use via the `open-computer-use` MCP server.
• Ships a codesigned and notarized `@qwen-code/open-computer-use` fork as a universal binary with `QwenCuaDriver.app` on macOS; unsigned x86_64 + arm64 binaries for Linux (glibc 2.31 floor) and Windows.
• Adds Feishu (Lark) channel adapter.
• Adds MiniMax-M3 model to the searchable model setup.
• Adds standalone auto-update support.
• Adds release-asset verification to the installer, switching public docs to a standalone entrypoint.
• Adds a virtual viewport for long conversations on Ink 7.
• Adds background housekeeping for stale file-history directories.
• Adds a `simplify` bundled skill to core.
• Adds agent reproduction workflows to skills.
• Adds a `triage` skill for issue/PR gatekeeping.
• Adds a fork subagent feature gate with &apos;Don&apos;t peek / Don&apos;t race&apos; prompt discipline.
• Adds a settings JSON corrupted warning dialog in the CLI.
• Adds retry visibility for `qwen-code.llm_request` telemetry (Phase 4b).
• Adds background-shell completion notifications.
• Improves hooks matcher display.
• Enhances system prompts with global reasoning discipline, iterative planning, dedicated tool priority, and step-by-step communication guidance.
Breaking changes:
• The refactor(core): tail-preservation compaction is replaced with summary + restoration attachments, which changes how context is compacted on resume.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.2</guid>
      <pubDate>Wed, 24 Jun 2026 13:54:59 GMT</pubDate>
      <description>Qwen Code v0.19.2 adds voice dictation, image-to-text transcription, workspace permissions API, and MCP resource read tool.
• Adds workspace permissions rules API (`feat(cli): Add workspace permissions rules API`) for programmatic control of workspace-level permission rules.
• Adds a remote LSP status route to the serve daemon, exposing Language Server Protocol state over HTTP.
• Adds vision-bridge image-to-text transcription so text-only models can process image inputs by automatically converting them to text.
• Adds voice dictation over the daemon for the Web Shell, enabling speech input in browser-based sessions.
• Refines ASR transcripts with a fast model before inserting dictated text, improving voice input accuracy.
• Adds deterministic guards for destructive commands in auto mode, preventing unsafe operations from running without confirmation.
• Exposes an MCP resource read tool, allowing agents to directly read MCP resources.
• Matches MCP resources globally on a bare `@` reference and shows full resource references in the CLI.
• Adds extension operation polling in the CLI for tracking asynchronous extension tasks.
• Optimizes serve daemon startup performance.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.1</guid>
      <pubDate>Tue, 23 Jun 2026 09:22:11 GMT</pubDate>
      <description>Qwen Code v0.19.1 adds MCP resource completion by name and automatic MCP server discovery.
• Adds MCP resource completions matched by name and automatic MCP server discovery in the CLI.</description>
    </item>
    <item>
      <title>Qwen Code v0.19.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.19.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.19.0</guid>
      <pubDate>Tue, 23 Jun 2026 03:27:11 GMT</pubDate>
      <description>Qwen Code v0.19.0 adds voice dictation, revivable sub-agents, an Artifact HTML publisher, Dynamic Workflows, and MCP resource browsing.
• Adds `fastOnly` and `voiceOnly` flags to model definitions to hide models from the main model picker — keeping fast and voice-specific models out of the primary list.
• Enables `preserve_thinking` by default for the DashScope provider so chain-of-thought tokens are retained automatically.
• Adds an `[HH:MM:SS]` timestamp display before each assistant turn in the CLI (optional).
• Adds a thinking block viewer in the TUI, toggled with `Alt+T` to expand or collapse model reasoning blocks.
• New Artifact tool lets the agent publish interactive HTML pages directly from a session.
• Supports an artifact auto-open setting so published HTML artifacts open automatically.
• Adds voice dictation with native audio capture, streaming transcription, and biasing support.
• Introduces revivable background sub-agents with a configurable subagent transcript TTL.
• Completes the Dynamic Workflows port — supporting resume, saved workflows, keyword triggers, and notifications.
• Adds daemon session branching in the web-shell interface.
• Adds browsing of MCP server resources inside the `/mcp` dialog.
• Supports installing extensions from archive sources.
• Respects configurable agent ignore files so the agent skips paths defined in project-level ignore configs.
• Desktop file preview now opens in a resizable side panel instead of fullscreen.
• TUI removes tool group borders and auto-collapses completed tool results for a cleaner conversation view.</description>
    </item>
    <item>
      <title>Qwen Code v0.18.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.18.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.18.5</guid>
      <pubDate>Sun, 21 Jun 2026 13:06:13 GMT</pubDate>
      <description>Qwen Code v0.18.5 adds a Requesty provider, MCP resource/prompt support, and faster git branch reads.
• Adds `Requesty` as a new model provider.
• Supports MCP resources and reliably surfaces MCP prompts.
• Reads the current git branch directly from `.git` instead of spawning a `git` subprocess, reducing overhead in large repos.</description>
    </item>
    <item>
      <title>Qwen Code v0.18.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.18.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.18.4</guid>
      <pubDate>Sat, 20 Jun 2026 09:37:40 GMT</pubDate>
      <description>Qwen Code v0.18.4 adds QQ Bot channel, token-usage stats, configurable ACP timeouts, daemon idle detection, and a second-resolution session wakeup engine.
• Adds `GET /health?deep=true` endpoint with daemon idle detection for health-check integrations that need to know when the daemon is truly inactive.
• Makes ACP permission timeout configurable in the serve layer, allowing operators to tune how long the agent waits for permission grants before timing out.
• Passes the original API call ID (`toolCallId`) to the hook system, giving hook authors a stable handle to correlate tool invocations across the pipeline.
• Exposes token usage statistics for cost visibility, surfacing per-run input/output token counts in the UI.
• Adds a second-resolution session wakeup engine for the loop, enabling tighter scheduling of self-paced prompt-only `/loop` wakeups.
• Adds a QQ Bot (QQ机器人) channel adapter, extending Qwen Code&apos;s messaging-platform integrations.
• Adds workflow tool token budget tracking with per-run UI surfacing, making token consumption visible at the workflow level.
• Auto-reveals the `exit_plan_mode` tool when the agent enters plan mode, reducing manual steps to leave plan mode.
• Adds a `desktop-pet` skill for generating pixel-art companion applications.
• Adds i18n support for extension `displayName` and `description`, enabling localized extension metadata.
• Localizes tool display names in TUI and web-shell badges via i18n.</description>
    </item>
    <item>
      <title>Qwen Code v0.18.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.18.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.18.2</guid>
      <pubDate>Wed, 17 Jun 2026 11:34:24 GMT</pubDate>
      <description>Qwen Code v0.18.2 adds daemon status API, sessions list command, workflow phase-tree, and collapsible thinking blocks with timers.
• Adds `daemon status` API via the CLI for querying daemon health and capabilities.
• Adds `sessions list` subcommand with `--json` and `--limit` flags to enumerate active sessions from the CLI.
• Adds `/workflows` command with workflow metadata and phase-tree display (Workflow P4).
• Adds imperative composer API to the web-shell for external control of text input, tag insertion, and form submission.
• Adds `transcript` event exposure in the web-shell so embedders can observe turn-by-turn transcript changes.
• Adds support for custom footer renderer in the web-shell.
• Adds per-turn time and token counts on the collapse seam in the web-shell, displayed below the prompt.
• Adds collapsible thinking blocks with a duration timer in the TUI.
• Enables delivery of web-shell mid-turn messages into the running daemon turn.</description>
    </item>
    <item>
      <title>Qwen Code v0.18.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.18.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.18.1</guid>
      <pubDate>Mon, 15 Jun 2026 11:26:09 GMT</pubDate>
      <description>Qwen Code v0.18.1 adds durable cron jobs, project-scoped `.mcp.json`, Claude MCP server import, cross-platform Computer Use, and a wave of web-shell improvements.
• Adds `isolation:&apos;worktree&apos;` parameter to agent({schema, agentType, model, isolation:&apos;worktree&apos;}) in Workflow P3, enabling agents that run in isolated git worktrees.
• Adds project-scoped `.mcp.json` file for MCP server configuration, with workspace approval gating and aligned scope precedence.
• Adds `feat(cli): import Claude MCP servers` — practitioners can now import MCP server definitions from Claude directly into Qwen Code.
• Adds configurable screenshot max dimension for Computer Use via both a settings key and an environment variable.
• Adds durable `/loop` cron jobs that persist and survive daemon restarts.
• Gates direct session shell behind an explicit opt-in, requiring deliberate configuration before the shell surface is exposed.
• Persists oversized tool results to disk instead of holding them in memory, enabling larger tool outputs without OOM.
• Bubbles background sub-agent permission prompts to the parent session so they can be approved interactively.
• Adds dedicated agent permission dialog via `_meta.toolName` for clearer per-agent permission handling in ACP.
• Introduces `DaemonTransport` abstraction with ACP standard compliance, exposing a stable SDK/serve interface.
• Delivers A2UI surfaces over MCP with a bridge extraction and action endpoint.
• Supports user-invocable frontmatter in skills files.
• Lets `grep` results satisfy prior-read checks, reducing redundant file-read steps in agent workflows.
• Migrates Computer Use to `cua-driver` for cross-platform support.
• Adds goal-status persistence in daemon transcript events, surfaced in both CLI and web-shell.
• Web-shell: adds token usage display, settings panel, retry controls, streaming metrics, and hidden commands.
• Web-shell: revamps floating todo panel interactions.
• Web-shell: shows message timestamps on hover and per-task token and time detail on completed todos.
• Web-shell: reveals full tool detail with auto-collapse of finished tools.
• Web-shell: makes input shortcuts discoverable and clickable.
• Web-shell: adds collapsible TodoWrite history with status diff.
• Web-shell: collapses completed turns to prompt and final answer for a cleaner conversation view.
• Desktop app: shows git branch in the working directory badge.
Breaking changes:
• Direct session shell is now gated behind an explicit opt-in; existing setups that relied on it being available by default will lose shell access until the opt-in is configured.</description>
    </item>
    <item>
      <title>Qwen Code desktop-v0.0.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.0.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/desktop-v0.0.4</guid>
      <pubDate>Mon, 15 Jun 2026 07:47:44 GMT</pubDate>
      <description>Qwen Code desktop-v0.0.4 adds zero-config computer-use, worktree support, Feishu channel, post-tool-batch hooks, and a /skills picker dialog.
• Adds `--worktree` startup flag (Phase D) alongside `symlinkDirectories` and PR-ref support for isolated git-worktree sessions.
• Adds `/memory` toggle command to enable or disable auto-dream/auto-skill at runtime; both default to on.
• Adds `/compress` instructions, `PreCompact` hook plumbing, and plan/subagent attachments to the auto-compact follow-up workflow.
• Adds `respectUserColors` and `hideContextIndicator` options to the statusline configuration.
• Adds post-tool-batch hooks, giving extension authors a new hook point that fires after an entire tool batch completes.
• Adds user-prompt expansion hooks so extensions can rewrite prompts before they are sent to the model.
• Adds `PermissionDenied` hook emission for AUTO classifier blocks, plus AUTO-mode denial observability and caps.
• Adds zero-config built-in computer-use via the `open-computer-use` MCP server (signed + notarized `@qwen-code/open-computer-use` fork).
• Adds Feishu (Lark) channel adapter, making Feishu a supported messaging channel.
• Adds a `/skills` picker dialog for browsing, searching, toggling, and selecting skills interactively.
• Adds a `triage` skill for automated issue/PR gatekeeping.
• Adds agent-reproduction workflows as a new bundled skill set.
• Adds a `simplify` bundled skill.
• Adds CPU profiling support for Chrome DevTools analysis.
• Adds MiniMax-M3 model to the searchable model-setup list.
• Adds standalone auto-update support for the desktop installer.
• Adds installer asset-signature verification and switches public docs to a standalone entrypoint.
• Injects context environment variables (session ID, agent ID, prompt ID) into shell subprocesses.
• Adds a memory pressure monitor and auto-dumps memory diagnostics to disk on pressure detection.
• Adds atomic writes for credentials, memory, config, and JSONL files to prevent corruption.
• Replaces tail-preservation compaction with summary + restoration attachments for context management.
• Adds a fork subagent feature gate with &apos;Don&apos;t peek / Don&apos;t race&apos; prompt discipline.
• Adds virtual viewport rendering for long conversations (Ink 7).
• Adds background housekeeping for stale file-history directories.
• Adds a settings-JSON corrupted warning dialog.
• Adds notification when background shells finish.
• Adds retry visibility telemetry for `qwen-code.llm_request` spans (Phase 4b).
• Adds `qwen-code.subagent` span with concurrent isolation to telemetry (Phase 3).
• Adds skill-based real-time optimization telemetry foundation (P0+P1).
• Improves hooks matcher display for better observability of hook matching.
Breaking changes:
• The &apos;Default&apos; approval mode is renamed to &apos;Ask permissions&apos;, which may affect scripts or documentation that reference it by name.
• Context compaction now uses summary + restoration attachments instead of tail-preservation; existing compaction behaviour changes on upgrade.</description>
    </item>
    <item>
      <title>Qwen Code v0.18.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.18.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.18.0</guid>
      <pubDate>Fri, 12 Jun 2026 14:41:34 GMT</pubDate>
      <description>Qwen Code v0.18.0 adds Agent Team parallelism, a Workflow tool sandbox, user-level auto-memory, /fork and /stats commands, and a desktop ACP app.
• Adds `/fork` background-agent command to spawn isolated sub-agents from the CLI.
• Adds `/stats` interactive dashboard command with cross-session usage tracking.
• Adds `/skills` picker dialog — browse, search, toggle, and pick skills interactively.
• Adds `/copy N` command to copy the Nth-last AI message to the clipboard.
• Adds user-level auto-memory stored at `~/.qwen/memories/` so memories persist across projects.
• Adds `description` field to `ExtensionConfig` for richer extension metadata.
• Adds declarative agent frontmatter v1 — wires `permissionMode`, `maxTurns`, and a color allowlist into agent skill files.
• Enforces `auto-skill-` directory prefix for all auto-generated skills.
• Adds Workflow tool (Phase 1) — minimal `node:vm` sandbox with sequential agent() calls for scripted multi-step workflows.
• Adds experimental Agent Team feature for parallel sub-agent coordination.
• Enables `loop` and `cron` tools by default so scheduled and looping agents need no manual opt-in.
• Adds `InstructionsLoaded` hook that fires when instruction files are loaded, enabling prompt-expansion extensions.
• Adds user prompt expansion hooks in core for pre-processing user input before it reaches the model.
• Injects `TRACEPARENT` environment variable into shell child processes for distributed-tracing continuity.
• Adds terminal sequence notifications support in hooks.
• Adds layered tool-output truncation with per-message budget and per-tool limits to prevent context bloat.
• Adds standalone auto-update support so the CLI self-updates without an external package manager.
• Adds desktop app package with Qwen ACP SDK integration.
• Adds ACP background notification surfacing in the VS Code extension.
• Adds support for desktop Qwen integration via ACP.
• Adds daemon-mode feature batch: background daemon process management.
• Adds retry-visibility telemetry (`qwen-code.llm_request` span, Phase 4b) for observing LLM request retries.
• Adds sub-agent span telemetry (`qwen-code.subagent`) with concurrent isolation (Phase 3).
• Adds release-asset verification to the installer and switches public docs to a standalone entrypoint.
• Adds auto-generated `CHANGELOG.md` synced from GitHub releases.
• Adds `@qwen /triage` workflow for automated issue and PR triage in CI.
• Adds PR review workflow using the bundled `/review` skill in CI.
• Honors `skill.allowedTools` by auto-approving tools declared in a skill&apos;s manifest.</description>
    </item>
    <item>
      <title>Qwen Code v0.17.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.17.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.17.1</guid>
      <pubDate>Wed, 03 Jun 2026 11:58:14 GMT</pubDate>
      <description>Qwen Code v0.17.1 adds post-tool-batch hooks, context env vars in shells, CPU profiling, MiniMax-M3 support, and auto-compact /compress plumbing.
• Adds `respectUserColors` and `hideContextIndicator` options for the statusline, letting users control terminal color and context indicator display.
• Adds `post tool batch hooks` so hook scripts can now fire after each complete batch of tool calls, not just individual tool calls.
• Injects context environment variables (`session`, `agent`, and `prompt` IDs) into shell subprocesses spawned during a session.
• Adds CPU profiling support for Chrome DevTools analysis, enabling performance tracing of the CLI.
• Adds a warning dialog when `settings.json` is detected as corrupted on startup.
• Adds `/compress` instructions, `PreCompact` hook plumbing, and plan/subagent attachments as part of auto-compact follow-up.
• Adds a memory pressure monitor and auto-dumps memory diagnostics to disk on pressure detection.
• Adds `MiniMax-M3` model to the searchable model setup flow.
• Adds a `triage` skill for issue/PR gatekeeping workflows.
• Adds `agent reproduction` workflows to the skills library.
• Adds a `simplify` bundled skill to core.
• Adds a `fork subagent` feature gate with &apos;Don&apos;t peek / Don&apos;t race&apos; prompt discipline.
• Adds notifications when background shell commands finish.
• Adds background housekeeping for stale file-history directories.
• Adds virtual viewport rendering for long conversations (ink 7), reducing UI overhead on extended sessions.
• Adds atomic write rollout for credentials, memory, config, and JSONL files to prevent data corruption.
• Adds AUTO mode denial observability and caps.
• Switches the `computer-use` integration to use the `@qwen-code/open-computer-use` fork (signed and notarized).
• Improves hooks matcher display in the UI.
• Deduplicates tool guidance between system prompt and tool descriptions to reduce prompt bloat.
• Enhances system prompts with global reasoning discipline and iterative planning.
• Improves IME input handling by moving the physical cursor to the visual cursor position.
Breaking changes:
• The &apos;Default&apos; approval mode is renamed to &apos;Ask permissions&apos; in the CLI UI.</description>
    </item>
    <item>
      <title>Qwen Code v0.17.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.17.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.17.0</guid>
      <pubDate>Fri, 29 May 2026 09:58:49 GMT</pubDate>
      <description>Qwen Code v0.17.0 adds a Feishu/Lark channel adapter, zero-config computer-use via MCP, and PermissionDenied hooks for AUTO classifier blocks.
• Emits `PermissionDenied` hooks when the AUTO classifier blocks a tool, enabling downstream integrations to react to permission decisions.
• Adds a Feishu (Lark) channel adapter for routing Qwen Code interactions through Feishu/Lark.
• Enables zero-config computer-use capability built in via the `open-computer-use` MCP — no manual setup required.
• Lays telemetry foundation for skill-based real-time optimization (P0+P1 priority tiers).
Breaking changes:
• Context compaction strategy replaced: tail-preservation compaction is removed and replaced with summary + restoration attachments, which may change how long conversation contexts are truncated on upgrade.</description>
    </item>
    <item>
      <title>Qwen Code v0.16.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.16.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.16.2</guid>
      <pubDate>Wed, 27 May 2026 09:31:00 GMT</pubDate>
      <description>Qwen Code v0.16.2 adds a --worktree flag, /memory toggle, W3C trace propagation, runaway-protection guardrails, and a redesigned three-tier auto-compaction ladder.
• Adds `--worktree` startup flag (Phase D) with `symlinkDirectories` support and PR refs for Git worktree-based parallel workflows.
• Adds `/memory` slash command to toggle `auto-dream` and `auto-skill` on/off at runtime; both now default to enabled.
• Loads `.qwen/QWEN.local.md` as project-local context, letting teams ship per-repo instructions without touching the global memory file.
• Adds a `memory-leak-debug` skill for heap snapshot diagnosis.
• Redesigns auto-compaction thresholds as a three-tier ladder, replacing the previous single threshold.
• Adds headless/non-interactive runaway-protection guardrails for unattended CLI runs.
• Adds a dense inline panel with keyboard navigation for parallel agent fan-out.
• Adds client-side HTTP span telemetry and opt-in W3C `traceparent` header propagation.
• Enables Token Plan cache control in the core.
Breaking changes:
• Auto-compaction thresholds are redesigned with a three-tier ladder — existing single-threshold configurations will behave differently after upgrade.</description>
    </item>
    <item>
      <title>Qwen Code v0.16.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.16.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.16.0</guid>
      <pubDate>Thu, 21 May 2026 09:48:36 GMT</pubDate>
      <description>Qwen Code v0.16.0 adds Auto approval mode, /goal, /stuck, /diff, worktree isolation, ModelScope provider, and a new prompt hook type.
• Adds `--auto` completion flag to `/rename` with argument hint support.
• Adds `plansDirectory` config key to make the directory used by Plan Mode configurable.
• Adds `TodoCreated` and `TodoCompleted` hooks for todo lifecycle events.
• Adds a new `prompt` hook type with LLM evaluation support.
• Adds stop hook blocking capability.
• Adds `EnterWorktree` and `ExitWorktree` tools for generic worktree support with agent isolation, plus Phase C session persistence, `hooksPath`, Footer, WorktreeExitDialog, and three-mode `--resume` restore.
• Adds `/goal` command — session-scoped goal setting with judge-driven turn continuation and active goal stream events, including non-interactive goal support; impossible goals are now detected and failed automatically.
• Adds `/stuck` diagnostic skill for frozen or stalled sessions.
• Adds `/doctor` command with baseline memory diagnostics and structured memory diagnostics JSON output.
• Adds `/diff` command with per-turn interactive dialog.
• Adds file restoration support to the `/rewind` command.
• Adds custom output directory support for `/export`.
• Adds fork-session `--resume` flag.
• Adds ModelScope as a built-in third-party API provider.
• Adds `Ctrl+P` / `Ctrl+N` readline keybindings for history and selection navigation.
• Adds built-in status line presets with an interactive selection dialog.
• Adds session path status command.
• Adds `atomicWriteFile` generic write primitive wired into the Write and Edit tools.
• Adds a `/demo` debug page for the `qwen serve` daemon.
• Adds Auto approval mode with an LLM classifier.
• Adds image and video support for Qwen3.6-35B-A3B quantized variants.
• Enables progressive MCP availability — MCP no longer blocks the first user input.
• Injects git status into the system prompt and refines Explore/git-log guidance.
• Uses `fastModel` for the Explore subagent.
• Extends cross-auth fast models to agents.
• Strips inline media before chat compaction summary to reduce token overhead.
• Applies `/language` output change to the running session without requiring a restart.
• Warns users when rewind is disabled in IDE mode.
• Supports batch deletion of sessions via `/delete`.
• Unified span creation paths for hierarchical trace trees with interaction span and detailed sensitive attributes.
• Code-splits lowlight syntax highlighting to cut startup V8 parse cost.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.11</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.11</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.11</guid>
      <pubDate>Wed, 13 May 2026 03:37:57 GMT</pubDate>
      <description>Qwen Code v0.15.11 adds structured headless output, codegraph PR risk analysis, runtime session sidecars, and standalone archive installs.
• Adds `--json-schema` flag to headless mode for structured JSON output constrained to a user-supplied schema.
• Adds `tools.toolSearch.enabled` setting to control tool-search behavior for prefix-caching models.
• Adds `DASHSCOPE_PROXY_BASE_URL` environment variable to route DashScope prompt-cache requests through an API gateway.
• Writes a `runtime.json` sidecar file for active sessions, exposing live session metadata on disk.
• Injects `traceId` and `spanId` into debug log files for OpenTelemetry (OTel) correlation.
• Adds hierarchical session tracing spans to telemetry.
• Adds a `codegraph` skill for PR review risk analysis and merge-conflict detection.
• Adds standalone archive installation path for environments where npm install is unavailable.
• Adds `Ctrl+B` keybind to promote context in the CLI.
• Replaces the internal fdir crawler with `git ls-files` (with ripgrep fallback) for faster, git-aware file enumeration.
• Defers low-frequency built-in tools at startup to reduce initial prompt token size.
• Keeps `ask_user_question` tool always visible in the tool list to surface clarification UX.
• Improves Anthropic proxy compatibility and enables global prompt cache scope.
• Bounds session-list metadata reads to head/tail 64 KB with pooled buffers and lazy message counts, enabling usable performance on very large session histories.
• Expands core built-in i18n (internationalization) coverage in the CLI.
Breaking changes:
• The `qwen auth` CLI subcommand is removed; authentication is now handled exclusively through the `/auth` TUI dialog.
• The `useCollector` telemetry setting and `TelemetryTarget.QWEN` target are removed; configs referencing them will silently lose those values.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.10</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.10</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.10</guid>
      <pubDate>Sun, 10 May 2026 06:48:28 GMT</pubDate>
      <description>Qwen Code v0.15.10 adds /diff command, reactive context compression, autoSkill extraction, QWEN_HOME config, and on-demand tool loading.
• Adds `QWEN_HOME` environment variable to customize the configuration directory, replacing the default location.
• Adds `/diff` command with git diff statistics utility for viewing changes directly in the CLI.
• Adds `ToolSearch` for on-demand loading of deferred tool schemas, enabling dynamic tool discovery without pre-loading all schemas.
• Adds reactive compression that automatically summarizes context when the conversation overflows the model&apos;s context window.
• Adds `autoSkill` background project skill extraction to the memory system, automatically identifying and storing project-relevant skills.
• Improves slash command discovery in the CLI, surfacing available commands more effectively.
• Adds message edit/rewind and message metadata UI in the VS Code extension.
• Suppresses OpenTelemetry diagnostics output from the UI in telemetry handling.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.9</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.9</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.9</guid>
      <pubDate>Fri, 08 May 2026 14:44:58 GMT</pubDate>
      <description>Qwen Code v0.15.9 adds `/branch` conversation forking, a searchable `/resume` picker, Idealab provider, and per-file AI commit attribution.
• Adds `/branch` slash command to fork the current conversation into a new branch, enabling parallel exploration of agent sessions.
• Adds searchable `/resume` picker with focus-aware modes for navigating and resuming past sessions.
• Adds Idealab as a new third-party provider in the CLI auth registry.
• Adds per-file AI contribution tracking in commit attribution, recording how much of each file was AI-generated.
• Adds opt-in sensitive span attributes for telemetry, giving users control over what trace data is emitted.
• Enables foreground-to-background agent promotion, allowing active agents to be moved to background execution.
• Reloads slash commands dynamically when `SkillManager` fires a change event, so newly added skills are available without restarting.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.8</guid>
      <pubDate>Thu, 07 May 2026 16:24:27 GMT</pubDate>
      <description>Qwen Code v0.15.8 adds a light theme toggle to HTML exports and replaces the agent display with an always-on LiveAgentPanel.
• Adds light theme and theme toggle to `/export` HTML output via the web-templates feature.
• Replaces the inline `AgentExecutionDisplay` with an always-on `LiveAgentPanel` in the CLI for persistent agent status visibility.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.7</guid>
      <pubDate>Thu, 07 May 2026 09:22:11 GMT</pubDate>
      <description>Qwen Code v0.15.7 adds a `qwen review` CLI subcommand, non-interactive model switching, background-agent resume, and expanded TUI markdown rendering.
• Adds `qwen review` CLI subcommand with an expanded review pipeline for code review workflows.
• Adds ability to switch models non-interactively from the CLI (new model-switch flag/argument).
• Adds `FileReadCache` in core to short-circuit unchanged file reads, reducing redundant I/O.
• Adds an event monitor tool with throttled stdout streaming, wired into the Background tasks dialog and `/tasks` command.
• Adds background agent resume and continuation support.
• Adds MCP health pill to the CLI footer for at-a-glance MCP server status.
• Adds banner area customization (logo, title, hide) via new settings documented in docs(cli).
• Adds HTTP OTLP endpoint behavior and signal routing for telemetry.
• Adds support for reasoning effort `&apos;max&apos;` tier as a DeepSeek extension.
• Adds shared permission flow for unified tool-execution authorization.
• Adds path-conditional skill activation and parallelizes skill loading.
• Adds model cost estimation in stats.
• Adds image-sending support for the WeChat (weixin) integration via CDN upload.
• Enforces a prior read before `Edit` / `WriteFile` mutates a file, preventing blind overwrites.
• Surfaces and enables cancellation of auto-memory dream tasks from the CLI.
• Routes foreground subagents through the pill-and-dialog UI while running.
• Expands TUI markdown rendering for richer in-terminal output.
• Adds PyPI release workflow for the Python SDK.
• Improves export format completion navigation in the CLI.
• Adds `signal.reason` convention for `ShellExecutionService` to carry structured cancellation context.
• Adds hint to background long-running foreground bash commands for better task management.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.5</guid>
      <pubDate>Wed, 29 Apr 2026 09:54:18 GMT</pubDate>
      <description>Qwen Code v0.15.5 adds MCP config via CLI, background shell integration with task_stop, and a tmux TUI testing skill.
• Adds MCP (Model Context Protocol) configuration support as a CLI option, enabling MCP setup without editing config files directly.
• Wires background shells into the combined Background Tasks dialog in the CLI UI, giving a unified view of all running background processes.
• Adds a `tmux-real-user-testing` skill that produces readable TUI test logs for interactive terminal UI testing workflows.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.4</guid>
      <pubDate>Tue, 28 Apr 2026 13:22:30 GMT</pubDate>
      <description>Qwen Code v0.15.4 adds OpenRouter auth, background-agent UI, `/tasks` command, OSC terminal notifications, and agent control tools.
• Adds `QWEN_CODE_API_TIMEOUT_MS` environment variable support across both OAuth and non-OAuth API paths.
• Adds argument-hint support for slash commands in the CLI, showing expected arguments inline.
• Adds `/tasks` command backed by a managed background shell pool for running and tracking background tasks.
• Adds model-facing agent control tools — `task_stop`, `send_message`, and per-agent transcript — enabling the LLM to manage sub-agents directly.
• Adds OpenRouter authentication support (`Feat/openrouter auth`).
• Adds API preconnect at startup to reduce first-call latency.
• Adds OSC terminal notification support for iTerm2, Kitty, and Ghostty terminals.
• Adds LLM-generated summary labels for tool-call batches, making multi-step operations easier to follow in the UI.
• Adds background-agent UI with pill indicator, combined dialog, and detail view for monitoring parallel agents.
• Adds tab dot indicator and notification system to the VS Code companion extension.
• Adds Catalan language support.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.7</guid>
      <pubDate>Tue, 28 Apr 2026 06:16:45 GMT</pubDate>
      <description>Qwen Code SDK TypeScript v0.1.7 adds session resumption, multi-modal input, concurrent batch execution, and a new `settings.env` config field.
• Adds `--session-id` CLI flag and `resume`/`continue` SDK options to resume or continue existing sessions by ID.
• Adds `settings.env` field in settings configuration for environment variable configuration.
• Adds `contextWindowSize` configuration support in settings.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of provider-specific request fields.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds export command for session history, supporting markdown and HTML output formats.
• Adds concurrent runner for batch CLI execution.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds MCP tool progress update support in TUI and SDK mode.
• Adds symlink support for the skill manager.
• Adds Coding Plan authentication mode with unified `AuthDialog` and configuration management.
• Adds experimental LSP support for code intelligence.
• Adds Zed extension for Qwen Code agent server.
• Promotes Agent Skills from experimental to stable.
• Adds TPM throttling error handling with a 1-minute retry delay.
• Adds support for resuming sessions with session ID in query mode.
• Improves retry logic for 429/5xx error handling.
• Adds `cache_control` for system and last user text messages in the Anthropic content generator to optimize prompt caching.
• Preserves UTF-8 BOM when editing files.
• Routes debug mode console output to a logfile-first `debugLogger`.
• Adds Java SDK alpha release.
Breaking changes:
• Settings renamed from `disable*` to `enable*` naming convention — any config keys using the old `disable*` form will need to be updated.
• The `read_many_files` tool is removed; its functionality is replaced by a `readManyFiles` utility for user `@`-commands.
• The Smart Edit tool and `ClearcutLogger` are removed.
• Qwen OAuth free quota reduced from 2000 to 1000 requests per day.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.3</guid>
      <pubDate>Sun, 26 Apr 2026 06:49:56 GMT</pubDate>
      <description>Qwen Code v0.15.3 adds conversation rewind, a Python SDK, /skills slash command, Traditional Chinese UI, and a 91% cut in sync I/O on the tool hot path.
• Adds conversation rewind via the `/rewind` command or double-ESC keypress to roll back the session to a previous state.
• Exposes `/skills` as a slash command with a secondary picker in the VS Code extension.
• Adds Space-to-preview affordance to the `/resume` session picker.
• Adds a Python SDK implementation for programmatic access.
• Adds Traditional Chinese (`zh-TW`) as a selectable UI language option in the CLI.
• Adds a sticky todo panel to app layouts in the CLI.
• Adds native context menu copy actions for the webview chat in the VS Code extension.
• Cuts runtime sync I/O on the tool hot path by 91%, enabling significantly faster tool execution at scale.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.2</guid>
      <pubDate>Fri, 24 Apr 2026 12:11:44 GMT</pubDate>
      <description>Qwen Code v0.15.2 adds auto-titling sessions, /rename --auto, /export command, and MCP-based web search.
• Adds `/rename --auto` flag to auto-title sessions using a fast model.
• Adds `/export` session command in the VS Code companion extension.
• Replaces the built-in `web_search` tool with an MCP-based approach for web search.
Breaking changes:
• The built-in `web_search` tool has been removed; web search now requires an MCP-based configuration.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.1</guid>
      <pubDate>Thu, 23 Apr 2026 03:57:40 GMT</pubDate>
      <description>Qwen Code v0.15.1 combines elapsed time and timeout into a single shell time indicator.
• Combines elapsed time and timeout into a unified shell time indicator in the CLI, giving at-a-glance visibility into how long a command has run versus its allowed limit.</description>
    </item>
    <item>
      <title>Qwen Code v0.15.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.15.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.15.0</guid>
      <pubDate>Wed, 22 Apr 2026 11:45:35 GMT</pubDate>
      <description>Qwen Code v0.15.0 adds HTTP/Function/Async hooks, /batch and /doctor slash commands, persistent retry mode, and path-based context rules from `.qwen/rules/`.
• Adds `slashCommands.disabled` setting to gate individual slash commands from being available.
• Adds `refreshInterval` to `statusLine` configuration for periodic status-line refresh.
• Adds OAuth configuration flags to the `mcp add` subcommand.
• Adds ACP message rewrite timeout as a configurable option.
• Adds path-based context rule injection: rules placed under `.qwen/rules/` are automatically injected based on file path.
• Adds HTTP Hook, Function Hook, and Async Hook support for the hooks system.
• Adds complete hooks support for ACP integration.
• Adds `/batch` skill for parallel batch operations.
• Adds `/doctor` diagnostic command for environment troubleshooting.
• Adds `/recap` slash command and auto-show on session return for session recap.
• Adds `/stats` rows attributed to the originating subagent for multi-agent token accounting.
• Adds `/insight` command support in the VS Code IDE companion.
• Adds OSC 52 copy hotkey for OAuth authorization URLs in MCP.
• Adds bare startup mode for the CLI.
• Adds dual-output sidecar mode for the TUI.
• Adds early input capture during CLI startup to prevent keystroke loss.
• Adds tool execution progress messages displayed inline during runs.
• Adds configurable line limit for inline shell output.
• Adds `M-d` keybinding (Emacs-like) to the CLI input.
• Adds persistent retry mode for unattended CI/CD environments.
• Adds managed auto-memory and auto-dream system.
• Adds enhanced loop detection combining stagnation and validation-retry checks, with automatic stop-directive injection.
• Adds background subagent support with headless and SDK modes.
• Adds session rename, delete, and auto-title generation.
• Adds comparison summary for Arena agent results.
• Adds PDF text extraction fallback and Jupyter notebook parsing.
• Adds Markdown for Agents support to the WebFetch tool.
• Adds dedicated agent execution display in the VS Code IDE companion.
• Enables Plan Mode toggle and approval UI in the VS Code companion.
• Replaces OAuth with Coding Plan / API Key provider setup in the VS Code extension.
• Renders markdown in generic and web-fetch tool outputs in the web UI.
• Displays real-time token consumption during streaming.
• Optimizes compact mode UX with shortcuts, settings sync, and safety improvements.
• Supports multi-line status line output.</description>
    </item>
    <item>
      <title>Qwen Code v0.14.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.14.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.14.5</guid>
      <pubDate>Wed, 15 Apr 2026 15:33:06 GMT</pubDate>
      <description>Qwen Code v0.14.5 adds context-usage exposure in SDK/non-interactive mode, a startup profiler, fork subagent, and LLM-based message rewrite middleware.
• Exposes `/context` usage data in non-interactive mode and the SDK API, letting practitioners programmatically inspect context consumption.
• Adds a startup performance profiler to the CLI for measuring and diagnosing launch-time overhead.
• Implements a fork subagent for context sharing in core, enabling subagents to inherit and share context from a parent agent.
• Adds `/account` command to the VS Code IDE companion for displaying account information.
• Adds LLM-based message rewrite middleware in the ACP layer, supporting custom prompts to transform messages before they reach the model.
• Discontinues Qwen OAuth free tier with a 2026-04-15 cutoff date.
Breaking changes:
• Qwen OAuth free tier is discontinued as of 2026-04-15; setups relying on the `qwen-oauth` model selection will no longer function after that date.</description>
    </item>
    <item>
      <title>Qwen Code v0.14.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.14.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.14.4</guid>
      <pubDate>Mon, 13 Apr 2026 14:26:26 GMT</pubDate>
      <description>Qwen Code v0.14.4 adds hook events, tool parallelism, voice messages, skill model overrides, and sub-agent disallowed-tools control.
• Adds `tools.sandboxImage` setting to control the sandbox container image used for tool execution.
• Adds `disallowedTools` field to agent definitions so sub-agents can be restricted to a specific tool subset.
• Adds `StopFailure` and `PostCompact` hook events, giving automation pipelines new lifecycle trigger points.
• Adds model override support via skill frontmatter, letting individual skills target a specific model.
• Adds `bare exit` and `bare quit` commands so users can exit the CLI without a slash prefix.
• Warns when a workspace-level config overrides global `modelProviders`, surfacing silent precedence conflicts.
• Adds a model picker UI for Fast Model in the `/settings` dialog, replacing the free-text input.
• Shows a description for the active setting in the `/settings` dialog.
• Propagates approval mode to sub-agents so delegated tasks respect the same permission level as the parent session.
• Adds French (`fr-FR`) locale support.
• Adds voice message support in the `TelegramAdapter` channel.
• Adds intelligent tool parallelism with Kind-based batching and shell read-only detection to run compatible tools concurrently.
• Adds a microcompaction mechanism for idle context cleanup, reducing token pressure during long sessions.
• Adds a contextual tips system that surfaces post-response suggestions based on session context.
• Adds CJK word segmentation and Ctrl+Arrow navigation optimisation for East Asian text in the CLI.
• Adds queue input editing — queued messages can be popped for editing via ↑/ESC before submission.</description>
    </item>
    <item>
      <title>Qwen Code v0.14.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.14.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.14.3</guid>
      <pubDate>Fri, 10 Apr 2026 14:21:42 GMT</pubDate>
      <description>Qwen Code v0.14.3 adds a customizable `/statusline` command and boosts `/review` with deterministic analysis and autofix.
• Adds `/statusline` command to configure a customizable status line in the CLI UI.
• Enhances `/review` command with deterministic analysis, autofix, and security hardening.
• Adds &apos;Yes, restore previous mode&apos; option when exiting plan mode, preserving prior workflow state.
Breaking changes:
• The `verboseMode` setting/flag is renamed to `compactMode`; any configuration or scripts referencing `verboseMode` will break.</description>
    </item>
    <item>
      <title>Qwen Code v0.14.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.14.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.14.2</guid>
      <pubDate>Wed, 08 Apr 2026 13:59:52 GMT</pubDate>
      <description>Qwen Code v0.14.2 adds /plan command, thinking block retention, adaptive token escalation, and a test-engineer agent.
• Adds `/plan` command to the CLI for entering plan mode.
• Adds thinking block cross-turn retention with idle cleanup, preserving reasoning context across conversation turns.
• Adds adaptive output token escalation: defaults to 8K tokens and automatically retries at 64K when needed.
• Adds bugfix workflow, test-engineer agent, and debugging skills to the agent toolkit.
• Adds `qwen3.6-plus` model to the ModelStudio Coding Plan.</description>
    </item>
    <item>
      <title>Qwen Code v0.14.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.14.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.14.1</guid>
      <pubDate>Tue, 07 Apr 2026 13:07:00 GMT</pubDate>
      <description>Qwen Code v0.14.1 adds follow-up suggestions, Ctrl+Y rate-limit skip, Ctrl+O verbosity toggle, and improved /btw side questions.
• Adds `Ctrl+Y` keyboard shortcut to immediately skip the rate-limit retry delay instead of waiting out the countdown.
• Adds `Ctrl+O` keyboard shortcut to toggle between verbose and compact output modes mid-session.
• Enhances the `/btw` side-question command with an improved prompt and support for `Ctrl+C`/`Ctrl+D` to cancel.
• Adds follow-up suggestions feature to both the CLI and Web UI after AI responses.
• Adds dangerous-actions behavior guidance in the system prompt to steer agent conduct.
• Implements mid-turn queue drain for agent execution, allowing queued inputs to be processed during a running agent turn.
• Unifies tool display labels in the Web UI for consistent naming across remaining tools.</description>
    </item>
    <item>
      <title>Qwen Code v0.14.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.14.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.14.0</guid>
      <pubDate>Fri, 03 Apr 2026 00:41:40 GMT</pubDate>
      <description>Qwen Code v0.14.0 adds Channels platform with Telegram/WeChat/DingTalk, cron scheduling, cross-provider subagents, and MCP auto-reconnect.
• Adds `cron` tools for in-session loop scheduling, enabling recurring task automation within a running session.
• Adds an extensible Channels platform with a plugin system supporting Telegram, WeChat, and DingTalk channels out of the box.
• Adds a `/mcp` reconnect command with auto-reconnect logic for MCP connections.
• Adds npm registry support for extension installation.
• Adds cross-provider model selection for subagents, allowing subagents to use a different model provider than the main agent.
• Enhances `/review` with verification, false-positive control, and PR comment posting.
• Promotes hooks out of experimental status and adds a disabled state UI.
• Adds Qwen3.6-Plus model support.</description>
    </item>
    <item>
      <title>Qwen Code v0.13.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.13.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.13.2</guid>
      <pubDate>Mon, 30 Mar 2026 11:43:43 GMT</pubDate>
      <description>Qwen Code v0.13.2 adds a bundled qc-helper skill and qwen-code-claw integration.
• Adds bundled `qc-helper` skill, `qwen-code-claw` reference, and a README claw guide for extended tool orchestration.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.6</guid>
      <pubDate>Mon, 30 Mar 2026 04:02:00 GMT</pubDate>
      <description>Qwen Code SDK TypeScript v0.1.6 adds session resumption, multi-modal input, concurrent batch runner, LSP support, and a new settings.env field.
• Adds `--session-id` CLI flag and `resume`/`continue` SDK options to resume or continue existing sessions by ID.
• Adds `settings.env` field in settings configuration for environment variable configuration.
• Adds `extra_body` support for OpenAI-compatible providers to pass additional request body parameters.
• Adds `contextWindowSize` configuration key for controlling model context window size.
• Adds `export` command for session history, supporting markdown and HTML output formats.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds symlink support for the skill manager.
• Adds MCP tool progress update support in TUI and SDK mode.
• Adds `cache_control` for system and last user text messages in the Anthropic content generator to optimize prompt caching.
• Adds Coding Plan authentication mode with a unified `AuthDialog` and configuration management.
• Adds TPM throttling error handling with a 1-minute retry delay.
• Adds large paste placeholder and improved enter-submit behavior on macOS.
• Adds a concurrent runner for batch CLI execution.
• Adds experimental LSP support for code intelligence.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds Zed extension for the Qwen Code agent server.
• Promotes Agent Skills from experimental to stable.
• Adds support for model selection through ACP in the VS Code IDE companion.
• Preserves UTF-8 BOM when editing files.
• Improves retry logic for 429/5xx error handling.
• Removes the Smart Edit tool and `ClearcutLogger`.
• Removes the `read_many_files` tool and replaces it with a `readManyFiles` utility for user `@`-commands.
• Routes debug mode console calls to a logfile-first `debugLogger`.
• Renames negative settings from `disable*` to `enable*` naming convention.
• Clarifies output formats for non-interactive mode.
• Adds source information tracking in telemetry logs.
Breaking changes:
• Settings keys previously named with a `disable*` prefix are renamed to `enable*` — any existing configuration using the old `disable*` setting names will need to be updated.
• The `read_many_files` tool is removed; functionality is replaced by a `readManyFiles` utility available via user `@`-commands.
• The Smart Edit tool is removed; workflows relying on it will need to use alternative edit tools.</description>
    </item>
    <item>
      <title>Qwen Code v0.13.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.13.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.13.1</guid>
      <pubDate>Fri, 27 Mar 2026 10:17:32 GMT</pubDate>
      <description>Qwen Code v0.13.1 adds Alibaba Cloud API key auth, hook execution telemetry, a redesigned hooks UI, and human-readable permission labels.
• Adds Alibaba Cloud Standard API Key authentication support via the `auth` subsystem, giving teams on Alibaba Cloud a native auth path.
• Adds comprehensive hook execution telemetry to the `hooks` subsystem, enabling visibility into hook run behaviour and outcomes.
• Refactors the hooks UI with a redesigned interface for managing Qwen Code hooks.
• Adds human-readable permission labels, deny-rule feedback, and multi-directory search improvements to the permission flow.</description>
    </item>
    <item>
      <title>Qwen Code v0.13.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.13.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.13.0</guid>
      <pubDate>Mon, 23 Mar 2026 14:32:03 GMT</pubDate>
      <description>Qwen Code v0.13.0 adds hooks, agent arena, skills directories, /btw and /context commands, and system prompt customization.
• Adds `--system-prompt` customization options to both the SDK and CLI for overriding the default system prompt.
• Adds `/btw` slash command for asking ephemeral side questions without affecting the main conversation context.
• Adds `/context` slash command to display a breakdown of context window token usage.
• Adds `auth` CLI command for authentication flows.
• Implements a hooks extension mechanism with 10 core event hooks covering session lifecycle and tool execution events.
• Adds agent collaboration arena (`arena`) supporting multi-model competitive execution.
• Adds a new Explore agent and renames `TaskTool` to `AgentTool` in core.
• Supports skills loaded from the `.agents` directory and `.agents/skills` as provider directories.
• Adds support for configurable runtime output directory in storage.
• Adds Tab key fill-only behavior for completions in the VS Code IDE companion.
• Adds image paste support in the VS Code IDE companion.
• Displays token usage inline in the loading/progress indicator.
• Executes task tools concurrently for improved performance.
• Adds metadata and statistics tracking to export.
• Adds support for a permission system.
• Renames `QWEN.md` to `AGENTS.md` to follow community best practices.
Breaking changes:
• `TaskTool` is renamed to `AgentTool` in core — any code or configuration referencing `TaskTool` by name will need to be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.12.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.12.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.12.4</guid>
      <pubDate>Mon, 16 Mar 2026 10:04:59 GMT</pubDate>
      <description>Qwen Code v0.12.4 adds bundled /review and docs-audit skills, doubles the default output token limit to 16K.
• Adds bundled `/review` slash command skill for out-of-the-box code review with no configuration required.
• Adds docs audit and update helper skills for documentation quality workflows.
• Increases `DEFAULT_OUTPUT_TOKEN_LIMIT` from 8K to 16K, enabling longer model responses by default.
• Keeps rejected plan content visible in plan mode so users can reference prior proposals.
• Auto-detects `max_tokens` from the model when not explicitly set by the provider.</description>
    </item>
    <item>
      <title>Qwen Code v0.12.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.12.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.12.3</guid>
      <pubDate>Fri, 13 Mar 2026 12:49:43 GMT</pubDate>
      <description>Qwen Code v0.12.3 improves MCP OAuth UX with post-auth feedback, i18n support, and a clear-auth action.
• Improves MCP OAuth authentication UX with post-auth feedback, internationalization (i18n), and a clear-auth option.</description>
    </item>
    <item>
      <title>Qwen Code v0.12.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.12.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.12.2</guid>
      <pubDate>Thu, 12 Mar 2026 14:37:48 GMT</pubDate>
      <description>Qwen Code v0.12.2 adds truncation support to the LS tool.
• Adds truncation support to the `LS` tool to prevent oversized directory listings from overwhelming context.</description>
    </item>
    <item>
      <title>Qwen Code v0.12.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.12.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.12.1</guid>
      <pubDate>Wed, 11 Mar 2026 13:42:04 GMT</pubDate>
      <description>Qwen Code v0.12.1 adds a VS Code sidebar view with multi-position chat layout and a CONCAT merge strategy for MCP allowed/excluded lists.
• Adds `CONCAT` merge strategy for MCP allowed/excluded lists, giving practitioners control over how MCP server permission lists are combined across configs.
• Adds sidebar view and multi-position chat layout to the VS Code IDE companion extension.
• Changes temporary filename prefix to `qwen-edit-` for files opened during edit operations.</description>
    </item>
    <item>
      <title>Qwen Code v0.12.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.12.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.12.0</guid>
      <pubDate>Mon, 09 Mar 2026 13:06:08 GMT</pubDate>
      <description>Qwen Code v0.12.0 adds a hooks system, GIF terminal capture, PTY-by-default shell, AskUserQuestionTool, and richer MCP/extension TUIs.
• Implements a hooks system infrastructure (`hookConfig`) with CLI and UI management, including `enable` and `max turns` configuration for lifecycle events such as `userPromptSubmit`.
• Adds `tabWidth` support for code highlighting in `CodeColorizer`, replacing tabs with spaces at a configurable width.
• Enables PTY by default for shell execution, with various shell enhancements.
• Adds streaming terminal capture with GIF generation.
• Adds custom QC commands for GitHub workflows.
• Adds an export-HTML viewer for tool call results.
• Adds JSON Schema validation for VS Code settings.
• Implements `AskUserQuestionTool` for interactive user queries during agent runs.
• Enhances the MCP Management TUI with dynamic enable/disable and runtime updates.
• Adds an interactive TUI for extension management.
• Adds support for printable CSI-u keys in `KeypressContext`.</description>
    </item>
    <item>
      <title>Qwen Code v0.11.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.11.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.11.1</guid>
      <pubDate>Tue, 03 Mar 2026 13:08:44 GMT</pubDate>
      <description>Qwen Code v0.11.1 adds AGENTS.md context support, Ctrl+Y retry shortcut, and improved auth dialog UX.
• Adds `Ctrl+Y` keyboard shortcut in the CLI to retry failed requests without retyping.
• Supports `AGENTS.md` as a default context file, recognized automatically alongside existing context files.
• Improves the auth dialog UX with a clearer three-option layout for easier authentication setup.</description>
    </item>
    <item>
      <title>Qwen Code v0.11.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.11.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.11.0</guid>
      <pubDate>Sat, 28 Feb 2026 10:43:42 GMT</pubDate>
      <description>Qwen Code v0.11.0 adds clipboard image input, a terminal screenshot command, an `/insight` command, and MCP plan-mode annotations.
• Adds `/insight` CLI command for personalized programming insights, with weighted tips to increase feature discovery.
• Adds clipboard image support and an attachment UI to the CLI, enabling image content to be pasted directly into prompts.
• Supports MCP `readOnlyHint` annotation in plan mode, allowing read-only MCP tools to run without triggering write restrictions.
• Adds automatic backup of `settings.json` before any auth modification.
Breaking changes:
• The `coder-model` and `qwen3.5-plus` model entries have been merged, and vision auto-switching has been removed — setups relying on automatic vision model switching will no longer behave as before.
• The environment variable `GEMINI_CLI_INTEGRATION_TEST` is renamed to `QWEN_CODE_INTEGRATION_TEST`; any CI or scripts that set the old variable must be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.6</guid>
      <pubDate>Tue, 24 Feb 2026 16:21:17 GMT</pubDate>
      <description>Qwen Code v0.10.6 adds third-party model support in Coding Plan and an `auth_type` config key for model authentication.
• Adds `auth_type` field to model configuration for controlling authentication type per model runner.
• Adds third-party models `glm-4.7`, `kimi-k2.5`, and `qwen3-coder-next` as selectable options in Coding Plan.
• Updates Bailian Coding Plan model list with new model options.
• Excludes `.qwen/commands/` and `.qwen/skills/` directories from `.gitignore`, making custom commands and skills trackable in version control.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.5</guid>
      <pubDate>Sun, 22 Feb 2026 04:44:47 GMT</pubDate>
      <description>Qwen Code SDK TypeScript v0.1.5 adds session resumption, multi-modal input, concurrent batch runner, LSP support, and a Zed extension.
• Adds `--session-id` CLI flag and `resume`/`continue` options in the SDK to resume or continue existing sessions.
• Adds `settings.env` field in settings configuration for environment variable configuration.
• Adds `contextWindowSize` configuration support.
• Adds `extra_body` support for OpenAI-compatible providers.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds an `export` command for session history with Markdown and HTML output formats.
• Adds a concurrent runner for batch CLI execution.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds experimental LSP support for code intelligence.
• Adds a Zed extension for the Qwen Code agent server.
• Adds MCP tool progress update support in TUI and SDK mode.
• Adds Coding Plan authentication mode with a unified `AuthDialog` and configuration management.
• Adds symlink support for the skill manager.
• Promotes Agent Skills from experimental to stable.
• Adds `cache_control` for system and last user text messages in the Anthropic content generator to optimize prompt caching.
• Adds TPM throttling error handling with a 1-minute retry delay.
• Adds source information tracking in telemetry logs.
• Improves retry logic for better 429/5xx error handling.
• Refactors debug mode output to route console calls to a logfile-first `debugLogger`.
• Adds large paste placeholder and improves enter-submit behavior on macOS.
• Supports model selection through ACP in the VS Code IDE companion.
• Adds hint for installing external source extensions.
• Implements unified UI architecture with shared component library in the web UI.
• Clarifies output formats for non-interactive mode.
• Preserves UTF-8 BOM when editing files.
Breaking changes:
• The `read_many_files` tool is removed; its functionality is replaced by a `readManyFiles` utility available via user `@`-commands.
• The Smart Edit tool and `ClearcutLogger` are removed.
• Settings keys previously named with `disable*` prefix are renamed to `enable*` positive naming.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.5</guid>
      <pubDate>Wed, 18 Feb 2026 13:05:57 GMT</pubDate>
      <description>Qwen Code v0.10.5 adds qwen3.5-plus model support for the Coding Plan feature.
• Adds `qwen3.5-plus` as a supported model for the Coding Plan workflow.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.4-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.4-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.4-preview.0</guid>
      <pubDate>Wed, 18 Feb 2026 02:43:05 GMT</pubDate>
      <description>Qwen Code v0.10.4-preview.0 adds Global/International region support for Coding Plan.
• Adds Global and International region support for the Coding Plan feature.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.2</guid>
      <pubDate>Sat, 14 Feb 2026 11:14:49 GMT</pubDate>
      <description>Qwen Code v0.10.2 adds `--session-id` for CLI/SDK session control and TPM throttling retry handling.
• Adds `--session-id` flag to the CLI and SDK to attach or resume a specific session by ID.
• Adds TPM throttling error handling with an automatic 1-minute retry delay when rate limits are hit.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.1-nightly.20260214.03c38899</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.1-nightly.20260214.03c38899</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.1-nightly.20260214.03c38899</guid>
      <pubDate>Sat, 14 Feb 2026 00:19:21 GMT</pubDate>
      <description>Qwen Code v0.10.1-nightly adds `--session-id` for CLI/SDK and TPM throttling retry handling.
• Adds `--session-id` flag to the CLI and SDK, enabling callers to specify or resume a named session.
• Adds TPM throttling error handling with an automatic 1-minute retry delay when rate limits are hit.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.1</guid>
      <pubDate>Wed, 11 Feb 2026 09:41:17 GMT</pubDate>
      <description>Qwen Code v0.10.1 adds MCP tool progress updates and a new Coding Plan authentication mode with configuration management.
• Adds Coding Plan configuration management, introducing a new authentication mode with a unified `AuthDialog` for Coding Plan workflows.
• Adds MCP tool progress update support in TUI and SDK mode, surfacing real-time progress for long-running MCP tool calls.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-preview.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.6</guid>
      <pubDate>Wed, 11 Feb 2026 04:27:30 GMT</pubDate>
      <description>Qwen Code v0.10.0-preview.6 adds MCP tool progress updates in TUI/SDK mode and a new Coding Plan authentication mode.
• Adds MCP tool progress update support in TUI and SDK mode, surfacing real-time progress from MCP tools during execution.
• Adds Coding Plan authentication mode with a unified `AuthDialog` for streamlined login flows.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0</guid>
      <pubDate>Mon, 09 Feb 2026 04:09:52 GMT</pubDate>
      <description>Qwen Code v0.10.0 adds session resume, history export, Java SDK alpha, Agent Skills GA, and a new `settings.env` config field.
• Adds `settings.env` field to settings configuration for environment variable configuration directly in settings.
• Adds `--resume` flag and session-ID support to the `query` command, allowing interrupted sessions to be continued by ID.
• Adds SDK `resume` and `continue` options and extends `authType` support in the SDK.
• Adds `export` command for session history, supporting Markdown and HTML output formats.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds hint UI for installing external-source extensions.
• Adds large-paste placeholder in the CLI input and fixes enter-to-submit on macOS.
• Promotes Agent Skills from experimental to stable.
• Adds Java SDK alpha (`Feat/javasdk alpha 202501`).
• Refactors debug mode to route all `console` calls to a logfile-first `debugLogger`.
• Replaces the `read_many_files` tool with a `readManyFiles` utility scoped to user `@`-commands.
• Renames negative settings flags from `disable*` to `enable*` convention.
• Removes the Smart Edit tool and `ClearcutLogger`.
Breaking changes:
• Settings previously named with `disable*` prefixes are renamed to `enable*` — any configuration or scripts referencing the old `disable*` setting names will break.
• The `read_many_files` tool is removed; callers depending on it must migrate to the `readManyFiles` utility exposed via user `@`-commands.
• The Smart Edit tool and `ClearcutLogger` are removed — any integrations relying on either will break.
• Qwen OAuth free quota is reduced from 2000 to 1000 requests per day — workflows hitting the old limit will now be throttled sooner.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-preview.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.3</guid>
      <pubDate>Mon, 09 Feb 2026 02:34:58 GMT</pubDate>
      <description>Qwen Code v0.10.0-preview.3 adds session resume, history export, settings.env, Java SDK alpha, and promotes Agent Skills to stable.
• Adds `settings.env` field to settings configuration for environment variable configuration.
• Adds `--resume` / `--continue` options and extended `authType` support to the SDK.
• Adds session resume support via session ID in query mode.
• Adds `export` command for session history in Markdown and HTML formats.
• Adds `FORK_MODE` support to ProcessTransport for Electron IPC integration.
• Promotes Agent Skills from experimental to stable.
• Adds Java SDK alpha release.
• Adds large paste placeholder in the CLI UI and fixes enter-to-submit on macOS.
• Refactors debug mode to route console output to a logfile-first `debugLogger`.
• Adds source information tracking in telemetry logs.
• Adds hint UI for installing external-source extensions.
• Removes `read_many_files` tool, replacing it with a `readManyFiles` utility for user `@`-commands.
• Removes Smart Edit tool and ClearcutLogger.
Breaking changes:
• Settings renamed from `disable*` to `enable*` (negative to positive naming convention) — any config referencing the old `disable*` keys will break.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-preview.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.2</guid>
      <pubDate>Mon, 09 Feb 2026 02:27:04 GMT</pubDate>
      <description>Qwen Code v0.10.0-preview.2 adds session resume, history export, Java SDK, and a new `settings.env` config field.
• Adds `settings.env` field to settings configuration for environment variable configuration.
• Adds `export` command for session history, supporting markdown and HTML output formats.
• Adds support for resuming sessions by session ID via the `--resume` option in the query interface and SDK.
• Adds `resume` and `continue` options to the SDK, and extends `authType` support.
• Adds `FORK_MODE` support to ProcessTransport for Electron IPC integration.
• Promotes Agent Skills from experimental to stable.
• Adds Java SDK (alpha) support.
• Adds large paste placeholder in the CLI UI.
• Adds source information tracking in telemetry logs.
• Removes Smart Edit tool and ClearcutLogger; replaces `read_many_files` tool with a `readManyFiles` utility for user `@`-commands.
• Adds hint in the UI for installing external source extensions.
• Refactors debug mode to route console output to a logfile-first `debugLogger`.
Breaking changes:
• Settings keys previously named with `disable*` prefixes are renamed to positive `enable*` naming — any existing configuration using `disable*` keys will need to be updated.
• The `read_many_files` tool is removed; functionality is now provided as a `readManyFiles` utility for user `@`-commands.
• The Smart Edit tool is removed.
• Qwen OAuth free quota is reduced from 2000 to 1000 requests per day.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-nightly.20260209.36931e1e</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-nightly.20260209.36931e1e</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-nightly.20260209.36931e1e</guid>
      <pubDate>Mon, 09 Feb 2026 00:17:43 GMT</pubDate>
      <description>Qwen Code v0.10.0 adds session resume, session-history export to Markdown/HTML, Agent Skills GA, and a Java SDK alpha.
• Adds support for resuming sessions by session ID via the `--resume` flag in the query command, keeping context across invocations.
• Adds `export` command for session history, outputting in Markdown and HTML formats.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds `resume` and `continue` options and extends `authType` support in the SDK (feat(sdk)).
• Adds large-paste placeholder UI when pasting large content into the CLI input.
• Promotes Agent Skills from experimental to stable.
• Adds Java SDK alpha (`Feat/javasdk alpha 202501`).
• Adds hint for installing external-source extensions in the UI.
• Routes debug-mode console output to a logfile-first `debugLogger` for cleaner debug logging.
• Renames `disable*` settings to `enable*` (positive naming) in the settings layer.
Breaking changes:
• Settings keys previously named with `disable*` prefix are renamed to `enable*` — any config or tooling referencing the old `disable*` names will break.
• The `read_many_files` tool is removed; its functionality moves to a `readManyFiles` utility available only via user `@`-commands.
• The Smart Edit tool and `ClearcutLogger` are removed.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-nightly.20260208.36931e1e</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-nightly.20260208.36931e1e</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-nightly.20260208.36931e1e</guid>
      <pubDate>Sun, 08 Feb 2026 00:19:05 GMT</pubDate>
      <description>Qwen Code v0.10.0 adds session resume, history export (Markdown/HTML), Agent Skills GA, and a Java SDK alpha.
• Adds `--session-id` support to the `query` command for resuming previous sessions mid-conversation.
• Adds an `export` command for session history, outputting in Markdown and HTML formats.
• SDK gains `resume` and `continue` options plus extended `authType` support.
• Adds `FORK_MODE` to `ProcessTransport` for Electron IPC integration.
• Promotes Agent Skills from experimental to stable.
• Introduces a Java SDK alpha (`Feat/javasdk alpha 202501`).
• Adds a large-paste placeholder in the CLI UI to handle oversized input on macOS.
• Debug mode now routes all console calls to a logfile-first `debugLogger` instead of stdout.
• Removes the `read_many_files` tool and replaces it with a `readManyFiles` utility scoped to user `@`-commands.
• Adds a hint in the UI for installing external-source extensions.
Breaking changes:
• Settings previously named with `disable*` prefixes are renamed to `enable*` (e.g. `disableX` becomes `enableX`); any config referencing the old names will break.
• The `read_many_files` tool is removed; integrations invoking it directly must migrate to the new `readManyFiles` `@`-command utility.
• The Smart Edit tool and `ClearcutLogger` are removed; any workflows depending on them will no longer function.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-nightly.20260207.36931e1e</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-nightly.20260207.36931e1e</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-nightly.20260207.36931e1e</guid>
      <pubDate>Sat, 07 Feb 2026 00:18:00 GMT</pubDate>
      <description>Qwen Code v0.10.0 adds session resume, export to Markdown/HTML, Java SDK alpha, Agent Skills GA, and large-paste UI improvements.
• Adds `--resume &lt;sessionId&gt;` support to the `query` command so practitioners can resume previous sessions by session ID.
• Adds `export` command for session history with `markdown` and `HTML` output formats.
• Adds `resume` and `continue` options and extends `authType` support in the SDK.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds Java SDK (alpha) for programmatic access to Qwen Code capabilities.
• Promotes Agent Skills from experimental to stable.
• Adds a large-paste placeholder in the CLI UI, improving handling of large clipboard input on macOS.
• Adds debug mode output routed logfile-first via `debugLogger`, replacing direct console calls.
• Adds source information tracking in telemetry logs.
• Adds a UI hint for installing external-source extensions.
Breaking changes:
• Settings renamed from `disable*` to `enable*` (negative to positive naming) — any configuration or scripts referencing the old `disable*` setting keys will break.
• The `Smart Edit` tool and `ClearcutLogger` are removed.
• The `read_many_files` tool is removed; its functionality is replaced by the `readManyFiles` utility for user `@`-commands.
• Qwen OAuth free quota reduced from 2000 to 1000 requests per day.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.1</guid>
      <pubDate>Fri, 06 Feb 2026 10:13:15 GMT</pubDate>
      <description>Qwen Code v0.10.0 adds session resume, session history export, Agent Skills GA, Java SDK alpha, and large-paste UI improvements.
• Adds `export` command to export session history in Markdown and HTML formats.
• Adds `resume` and `continue` options to the SDK, plus extended `authType` support via feat(sdk) changes.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Adds support for resuming sessions by session ID in the `query` command.
• Promotes Agent Skills from experimental to stable.
• Adds Java SDK alpha (`Feat/javasdk alpha 202501`).
• Adds large-paste placeholder UI and fixes enter-to-submit on macOS for large pastes.
• Routes debug-mode console calls to a logfile-first `debugLogger` for cleaner debug output.
• Adds source information tracking in telemetry logs.
• Adds a hint in the UI for installing external-source extensions.
Breaking changes:
• Settings renamed from `disable*` to `enable*` (negative to positive naming); any config or scripts referencing `disable*` settings will break.
• The `read_many_files` tool is removed; its functionality moves to a `readManyFiles` utility accessible only via user `@`-commands.
• The Smart Edit tool and `ClearcutLogger` are removed.</description>
    </item>
    <item>
      <title>Qwen Code v0.10.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.10.0-preview.0</guid>
      <pubDate>Fri, 06 Feb 2026 02:48:01 GMT</pubDate>
      <description>Qwen Code v0.10.0 adds session resume, session-history export (Markdown/HTML), Java SDK alpha, and FORK_MODE IPC support.
• Adds `export` command to dump session history in Markdown or HTML format.
• Adds support for resuming sessions by session ID via the `--resume` flag in the query command.
• Adds `resume` and `continue` options to the SDK, and extends `authType` support.
• Adds `FORK_MODE` support to `ProcessTransport` for Electron IPC integration.
• Introduces Java SDK alpha release.
• Removes the Smart Edit tool and `ClearcutLogger`; adds `readManyFiles` utility for user `@`-commands (replaces the `read_many_files` tool).
• Routes debug-mode console output through a logfile-first `debugLogger` instead of stdout.
• Adds hint UI for installing external-source extensions.
Breaking changes:
• Settings previously named with `disable*` prefixes are renamed to `enable*` (positive naming); any config or scripts referencing the old `disable*` keys will break.
• The `read_many_files` tool is removed; functionality is replaced by the `readManyFiles` utility for user `@`-commands.
• The Smart Edit tool is removed.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.1</guid>
      <pubDate>Thu, 05 Feb 2026 03:43:17 GMT</pubDate>
      <description>Qwen Code v0.9.1 adds symlink support for the skill manager and preserves UTF-8 BOM during file edits.
• Adds symlink support for the skill manager, allowing skills to be referenced via symbolic links.
• Preserves UTF-8 BOM markers when editing files, preventing BOM stripping on save.
• Adds `cache_control` headers for system and last user text messages in the Anthropic content generator, optimizing prompt caching.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-nightly.20260205.ce7506d6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260205.ce7506d6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260205.ce7506d6</guid>
      <pubDate>Thu, 05 Feb 2026 00:16:57 GMT</pubDate>
      <description>Qwen Code v0.9.0-nightly adds symlink support for the skill manager and preserves UTF-8 BOM during file edits.
• Adds symlink support for the skill manager, allowing skill files to be referenced via symbolic links.
• Preserves UTF-8 BOM markers when editing files, preventing BOM stripping on save.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.1-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.1-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.1-preview.0</guid>
      <pubDate>Wed, 04 Feb 2026 07:35:46 GMT</pubDate>
      <description>Qwen Code v0.9.1-preview.0 adds symlink support for skill manager and preserves UTF-8 BOM on file edits.
• Adds symlink support for the skill manager, allowing skills to be referenced via symbolic links.
• Preserves UTF-8 BOM when editing files, preventing BOM stripping on save for files that require it.
• Adds `cache_control` to system and last user text messages in the Anthropic content generator, reducing prompt-processing costs on repeated context.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-preview.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.3</guid>
      <pubDate>Wed, 04 Feb 2026 00:18:35 GMT</pubDate>
      <description>Qwen Code v0.9.0-preview.3 adds symlink support for the skill manager.
• Adds symlink support for the skill manager, enabling skills to be referenced via symbolic links.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-nightly.20260204.7fb45c56</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260204.7fb45c56</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260204.7fb45c56</guid>
      <pubDate>Wed, 04 Feb 2026 00:16:03 GMT</pubDate>
      <description>Qwen Code v0.9.0-nightly adds symlink support for the skill manager.
• Adds symlink support for the skill manager, allowing skill files to be referenced via symbolic links.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0</guid>
      <pubDate>Tue, 03 Feb 2026 07:06:54 GMT</pubDate>
      <description>Qwen Code v0.9.0 adds multi-modal input, concurrent batch execution, LSP support, extra_body for OpenAI providers, and a Zed extension.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of custom request body fields.
• Adds `contextWindowSize` configuration key to control the model context window size.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• New concurrent runner for batch CLI execution, enabling parallel processing of multiple CLI tasks.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds Zed extension for the Qwen Code agent server, expanding IDE integration.
• Supports model selection through ACP in the VS Code IDE companion.
• Improves retry logic with better handling of 429 and 5xx error responses.
• Clarifies output formats for non-interactive mode.
• Implements unified Web UI architecture with a shared component library.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-preview.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.2</guid>
      <pubDate>Tue, 03 Feb 2026 06:18:34 GMT</pubDate>
      <description>Qwen Code v0.9.0-preview.2 adds multi-modal input, concurrent batch execution, LSP support, Zed extension, and extra_body for OpenAI-compatible providers.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of custom request fields.
• Adds `contextWindowSize` configuration key to control the model context window size.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds a concurrent runner for batch CLI execution, enabling parallel multi-session runs.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds a Zed extension for the Qwen Code agent server, expanding IDE integration.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds model selection through ACP in the VS Code IDE companion.
• Improves retry logic for 429 and 5xx error handling in the core.
• Clarifies output formats for non-interactive mode.
• Implements a unified WebUI architecture with a shared component library.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-nightly.20260203.bd900d36</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260203.bd900d36</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260203.bd900d36</guid>
      <pubDate>Tue, 03 Feb 2026 00:17:47 GMT</pubDate>
      <description>Qwen Code v0.9.0 adds multi-modal input, concurrent batch execution, LSP support, Zed extension, and extra_body for OpenAI-compatible providers.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of provider-specific request fields.
• Adds `contextWindowSize` configuration key to control the model context window size.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds a concurrent runner for batch CLI execution, enabling parallelised non-interactive workloads.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds a Zed extension for the Qwen Code agent server, bringing IDE companion support to Zed.
• Adds model selection through ACP in the VS Code IDE companion.
• Implements a unified WebUI architecture with a shared component library.
• Improves retry logic with better handling of 429 and 5xx errors.
• Clarifies output formats for non-interactive mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-nightly.20260202.bd900d36</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260202.bd900d36</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260202.bd900d36</guid>
      <pubDate>Mon, 02 Feb 2026 00:16:26 GMT</pubDate>
      <description>Qwen Code v0.9.0 adds multi-modal input, concurrent batch CLI, LSP code intelligence, Zed extension, and extra_body for OpenAI-compatible providers.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of arbitrary request body fields.
• Adds `contextWindowSize` configuration key to control the context window size per model or provider.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds a concurrent runner for batch CLI execution, enabling parallelised non-interactive runs.
• Adds experimental LSP (Language Server Protocol) support for code intelligence inside the agent.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds a Zed editor extension for the Qwen Code agent server.
• Adds model selection through ACP in the VS Code IDE companion.
• Improves retry logic for 429 and 5xx error handling in the core request pipeline.
• Clarifies output formats for non-interactive mode.
• Implements a unified WebUI architecture with a shared component library.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-nightly.20260201.bd900d36</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260201.bd900d36</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260201.bd900d36</guid>
      <pubDate>Sun, 01 Feb 2026 00:15:37 GMT</pubDate>
      <description>Qwen Code v0.9.0 adds multi-modal input, concurrent batch CLI, LSP support, extra_body for OpenAI providers, and a Zed extension.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of custom request fields.
• Adds `contextWindowSize` configuration key to control context window size per model or provider.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds a concurrent runner for batch CLI execution.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds a Zed extension for the Qwen Code agent server.
• Adds model selection through ACP in the VS Code IDE companion.
• Clarifies output formats for non-interactive mode.
• Improves retry logic for 429 and 5xx error handling.
• Implements a unified Web UI architecture with a shared component library.
• Improves error messages when a skill is invoked as a tool.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-nightly.20260131.bd900d36</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260131.bd900d36</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260131.bd900d36</guid>
      <pubDate>Sat, 31 Jan 2026 00:15:59 GMT</pubDate>
      <description>Qwen Code v0.9.0 adds multi-modal input, concurrent batch CLI, LSP support, extra_body for OpenAI providers, and a Zed extension.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of provider-specific request fields.
• Adds `contextWindowSize` configuration key to control the model context window size.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds a concurrent runner for batch CLI execution, enabling parallel multi-session runs.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds a Zed extension for the Qwen Code agent server.
• Supports model selection through ACP in the VS Code IDE companion.
• Improves retry logic with better handling of 429 and 5xx errors.
• Clarifies output formats for non-interactive mode.
• Implements a unified web UI architecture with a shared component library.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.1</guid>
      <pubDate>Fri, 30 Jan 2026 03:22:59 GMT</pubDate>
      <description>Qwen Code v0.9.0-preview.1 adds multi-modal input, concurrent batch CLI, LSP code intelligence, Zed extension, and extra_body for OpenAI-compatible providers.
• Adds `extra_body` support for OpenAI-compatible providers, allowing arbitrary extra parameters to be passed in API requests.
• Adds `contextWindowSize` configuration key for controlling context window size.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• New concurrent runner for batch CLI execution, enabling parallel processing of multiple tasks.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds Zed editor extension for the Qwen Code agent server.
• Supports model selection through ACP in the VS Code IDE companion.
• Improves retry logic for 429 and 5xx error handling.
• Implements unified Web UI architecture with shared component library.
• Clarifies output formats for non-interactive mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-nightly.20260130.0eb94a29</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260130.0eb94a29</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-nightly.20260130.0eb94a29</guid>
      <pubDate>Fri, 30 Jan 2026 00:16:20 GMT</pubDate>
      <description>Qwen Code v0.9.0 adds multi-modal input, concurrent batch CLI, LSP support, extra_body for OpenAI providers, and a Zed extension.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of provider-specific request body parameters.
• Adds `contextWindowSize` configuration key to control the model context window size.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds concurrent runner for batch CLI execution, enabling parallel multi-session workloads.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds Zed extension for Qwen Code agent server, extending IDE integration to Zed.
• Adds model selection support through ACP in the VS Code IDE companion.
• Improves retry logic for 429 and 5xx error handling in the core request pipeline.
• Implements unified UI architecture with shared component library for the web UI.</description>
    </item>
    <item>
      <title>Qwen Code v0.9.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.9.0-preview.0</guid>
      <pubDate>Thu, 29 Jan 2026 10:09:02 GMT</pubDate>
      <description>Qwen Code v0.9.0 adds multi-modal input, concurrent batch CLI, extra_body for OpenAI providers, LSP support, and a Zed extension.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of provider-specific request fields.
• Adds concurrent runner for batch CLI execution, enabling parallel processing of multiple CLI tasks.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds Zed extension for Qwen Code agent server, enabling Zed IDE integration.
• Adds model selection support through ACP in the VS Code IDE companion.
• Improves retry logic for 429 and 5xx error handling in the core.
• Clarifies output formats for non-interactive mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.2-preview.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.2-preview.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.2-preview.2</guid>
      <pubDate>Thu, 29 Jan 2026 09:38:24 GMT</pubDate>
      <description>Qwen Code v0.8.2-preview.2 adds multi-modal input, concurrent batch execution, LSP support, Zed extension, and extra_body for OpenAI-compatible providers.
• Adds `extra_body` support for OpenAI-compatible providers, enabling pass-through of provider-specific request fields.
• Adds a concurrent runner for batch CLI execution, enabling parallelized non-interactive workloads.
• Adds multi-modal input support (image, PDF, audio) across all content generators.
• Adds experimental LSP (Language Server Protocol) support for code intelligence.
• Adds a Zed extension for the Qwen Code agent server, bringing IDE companion support to Zed.
• Adds `parentToolCallId` and `subagentType` fields for ACP subagent tracking.
• Clarifies output formats for non-interactive mode.
• Supports model selection through ACP in the VS Code IDE companion.
• Improves retry logic for 429 and 5xx error handling.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.2-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.2-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.2-preview.1</guid>
      <pubDate>Thu, 29 Jan 2026 04:21:29 GMT</pubDate>
      <description>Qwen Code v0.8.2-preview.1 adds subagent tracking fields, improved error messages for skills, and smarter 429/5xx retry logic.
• Adds `parentToolCallId` and `subagentType` fields to ACP subagent tracking, enabling identification and lineage of subagent calls.
• Improves error messaging when a skill is incorrectly invoked as a tool in core, making misconfiguration easier to diagnose.
• Improves retry logic for 429 (rate-limit) and 5xx (server error) responses in core, reducing failed requests under load.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.4</guid>
      <pubDate>Tue, 27 Jan 2026 13:53:31 GMT</pubDate>
      <description>Qwen Code SDK TypeScript v0.1.4 adds Japanese and Portuguese locales, extensions detail command, plugin marketplace UI, and /bug in non-interactive mode.
• Adds `/bug` command availability to non-interactive mode.
• Adds `detail` subcommand for extensions with improved extension validation via `feat(extensions): add detail command`.
• Adds settings support for experimental skills under the `experimental` namespace in CLI settings.
• Adds `ui.showLineNumbers` setting respected by the DiffRenderer for diff output.
• Adds plugin selection UI for the Claude marketplace within the extensions workflow.
• Adds skills and agents display to the extension list with i18n support.
• Adds Japanese language support (`ja`) with fixed menu labels across other locales.
• Adds Portuguese (pt-BR) language support with complete translations and refactored i18n architecture.
• Adds user feedback dialog with temporary dismissal and persistent re-prompting behaviour.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers.
• Redesigns the CLI welcome screen and settings dialog.
• Switches from tiktoken to API-reported token counts, removing the `tiktoken` dependency.
• Uses dim colors for YOLO/auto-accept mode borders to visually distinguish the mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.1</guid>
      <pubDate>Tue, 27 Jan 2026 13:36:33 GMT</pubDate>
      <description>Qwen Code v0.8.1 adds Japanese and Portuguese (pt-BR) UI languages and surfaces skills and agents in the extension list.
• Adds Japanese language support to the UI, including corrected menu labels across other languages.
• Adds Portuguese (pt-BR) language support with complete translations, alongside a refactored i18n architecture for improved language management.
• Adds skills and agents display to the extension list, with i18n support.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0</guid>
      <pubDate>Tue, 27 Jan 2026 12:15:24 GMT</pubDate>
      <description>Qwen Code v0.8.0 adds an extensions system with plugin marketplace UI, `/bug` in non-interactive mode, and a redesigned CLI welcome screen.
• Adds `/bug` command support to non-interactive (headless) mode.
• Introduces an extensions system with a new `detail` subcommand and improved extension validation.
• Adds a plugin selection UI for the Claude marketplace via the extensions feature.
• Redesigns the CLI welcome screen and settings dialog.
• Makes `DiffRenderer` respect the `ui.showLineNumbers` setting so diff output honors the line-number preference.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers.
• Uses dim colors for YOLO/auto-accept mode borders to visually distinguish that state.
• Switches token counting from the `tiktoken` local library to API-reported token counts.
• Adds a VSCode IDE Companion release workflow.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-preview.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.4</guid>
      <pubDate>Tue, 27 Jan 2026 02:20:03 GMT</pubDate>
      <description>Qwen Code v0.8.0-preview.4 adds extension management commands, `/bug` in non-interactive mode, and a redesigned CLI welcome screen.
• Adds `/bug` command support to non-interactive (headless) mode.
• Adds an extensions subsystem with a `detail` command and improved extension validation.
• Adds a plugin selection UI for the Claude marketplace within the extensions feature.
• Redesigns the CLI welcome screen and settings dialog.
• Adds `ui.showLineNumbers` setting support to the diff renderer so line numbers are respected in diffs.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers.
• Uses dim colors for YOLO/auto-accept mode borders to visually distinguish that mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-preview.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.3</guid>
      <pubDate>Tue, 27 Jan 2026 01:46:07 GMT</pubDate>
      <description>Qwen Code v0.8.0-preview.3 adds an extensions system, `/bug` in non-interactive mode, and a redesigned CLI welcome screen.
• Adds `/bug` command availability in non-interactive (headless) mode.
• Introduces an extensions system (`Feat/extension`) with a `detail` subcommand for inspecting extensions and improved extension validation.
• Adds a plugin selection UI for the Claude marketplace within the extensions system.
• Redesigns the CLI welcome screen and settings dialog.
• Makes `DiffRenderer` respect the `ui.showLineNumbers` setting in diffs.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers.
• Uses dim colors for YOLO/auto-accept mode borders to visually distinguish that state.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-nightly.20260127.eef9c49e</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260127.eef9c49e</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260127.eef9c49e</guid>
      <pubDate>Tue, 27 Jan 2026 00:15:10 GMT</pubDate>
      <description>Qwen Code v0.8.0-nightly adds /bug command in non-interactive mode, an extensions system with plugin UI, and a redesigned CLI welcome screen.
• Adds `/bug` command availability in non-interactive (headless/scripted) mode.
• Adds `detail` subcommand for extensions and improves extension validation via the new extensions system (`Feat/extension`).
• Adds plugin selection UI for the Claude marketplace within the extensions feature.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers.
• Redesigns the CLI welcome screen and settings dialog.
• Makes the diff renderer respect the `ui.showLineNumbers` setting.
• Uses dim colors for YOLO/auto-accept mode borders in the CLI.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-nightly.20260126.829ba9c4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260126.829ba9c4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260126.829ba9c4</guid>
      <pubDate>Mon, 26 Jan 2026 00:14:22 GMT</pubDate>
      <description>Qwen Code v0.8.0 adds a /bug command in non-interactive mode, an extension system with a detail subcommand, and a redesigned CLI welcome screen.
• Adds `/bug` command availability in non-interactive (pipeline/scripted) mode.
• Introduces an extensions subsystem (`Feat/extension`) with an `extensions detail` subcommand and improved extension validation.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers, enabling provider-specific network configuration at runtime.
• Redesigns the CLI welcome screen and settings dialog.
• Uses dim colors for YOLO/auto-accept mode borders, visually distinguishing that mode in the terminal UI.
• Switches token counting from the local `tiktoken` dependency to API-reported token counts.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-nightly.20260125.829ba9c4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260125.829ba9c4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260125.829ba9c4</guid>
      <pubDate>Sun, 25 Jan 2026 00:17:14 GMT</pubDate>
      <description>Qwen Code v0.8.0 adds an extension system with `detail` command, `/bug` in non-interactive mode, and a redesigned CLI welcome screen.
• Adds `/bug` command availability in non-interactive mode.
• Adds a new extensions subsystem (`Feat/extension`) with a `detail` command and improved extension validation.
• Redesigns the CLI welcome screen and settings dialog.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers.
• Uses dim colors for YOLO/auto-accept mode borders to visually distinguish that mode in the terminal UI.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-nightly.20260124.829ba9c4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260124.829ba9c4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260124.829ba9c4</guid>
      <pubDate>Sat, 24 Jan 2026 00:14:23 GMT</pubDate>
      <description>Qwen Code v0.8.0 adds /bug in non-interactive mode, an extensions system with a detail command, a redesigned CLI welcome screen, and runtime-aware Anthropic/OpenAI fetch options.
• Adds `/bug` command availability to non-interactive (headless) mode, enabling automated bug-report submission from scripts and CI pipelines.
• Introduces an extensions system (`Feat/extension`) with an `extensions detail` subcommand and improved extension validation, letting practitioners inspect and verify installed extensions from the CLI.
• Redesigns the CLI welcome screen and settings dialog for clearer first-run and configuration UX.
• Adds runtime-aware fetch options for Anthropic and OpenAI providers, allowing provider-specific network behaviour to be configured per runtime environment.
• Uses dim colors for YOLO/auto-accept mode borders, giving a distinct visual cue when running in unattended approval mode.
• Switches token counting from the local `tiktoken` dependency to API-reported counts, removing a native dependency and improving accuracy with model-native tokenization.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-preview.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.2</guid>
      <pubDate>Fri, 23 Jan 2026 01:56:53 GMT</pubDate>
      <description>Qwen Code v0.8.0-preview.2 adds extension management commands, /bug in non-interactive mode, and a redesigned CLI welcome screen.
• Adds `/bug` command support to non-interactive mode.
• Adds extension management with a `detail` subcommand and improved extension validation.
• Redesigns the CLI welcome screen and settings dialog.
• Switches token counting to API-reported counts, removing the `tiktoken` dependency.
• Uses dim colors for YOLO/auto-accept mode borders to visually distinguish the mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-nightly.20260123.011f3d23</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260123.011f3d23</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260123.011f3d23</guid>
      <pubDate>Fri, 23 Jan 2026 00:14:16 GMT</pubDate>
      <description>Qwen Code v0.8.0 adds a /bug command for non-interactive mode, an extensions system with a detail subcommand, and a redesigned CLI welcome screen.
• Adds `/bug` command support to non-interactive (headless) mode, enabling automated bug reporting in CI/scripted workflows.
• Introduces an extensions system (`Feat/extension`) with an `extensions detail` subcommand and improved extension validation.
• Redesigns the CLI welcome screen and settings dialog with a refreshed layout.
• Uses dim colors for YOLO/auto-accept mode borders to visually distinguish that state in the terminal UI.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.1</guid>
      <pubDate>Thu, 22 Jan 2026 08:19:19 GMT</pubDate>
      <description>Qwen Code v0.8.0-preview.1 adds /bug in non-interactive mode, a redesigned welcome screen, and YOLO-mode visual cues.
• Adds `/bug` command support to non-interactive mode, enabling automated bug-report submissions without an interactive session.
• Redesigns the CLI welcome screen and settings dialog with an updated layout.
• Uses dim border colors to visually distinguish YOLO/auto-accept mode from normal operation in the CLI.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-nightly.20260122.21b26a40</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260122.21b26a40</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-nightly.20260122.21b26a40</guid>
      <pubDate>Thu, 22 Jan 2026 00:16:10 GMT</pubDate>
      <description>Qwen Code v0.8.0-nightly adds `/bug` in non-interactive mode and redesigns the CLI welcome screen and settings dialog.
• Adds `/bug` command support to non-interactive mode, enabling automated bug reporting from scripts and pipelines.
• Redesigns the CLI welcome screen and settings dialog with a new visual layout.
• Uses dim colors for YOLO/auto-accept mode borders, making unattended-approval sessions visually distinct.</description>
    </item>
    <item>
      <title>Qwen Code v0.8.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.8.0-preview.0</guid>
      <pubDate>Wed, 21 Jan 2026 12:25:20 GMT</pubDate>
      <description>Qwen Code v0.8.0-preview.0 adds `/bug` in non-interactive mode, dim YOLO-mode borders, and a redesigned welcome screen.
• Adds `/bug` command support to non-interactive mode, enabling automated bug-reporting workflows without an interactive session.
• Redesigns the CLI welcome screen and settings dialog with an updated layout.
• Adds dim colors for YOLO/auto-accept mode borders to visually distinguish that operating mode.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2</guid>
      <pubDate>Tue, 20 Jan 2026 09:10:56 GMT</pubDate>
      <description>Qwen Code v0.7.2 adds experimental skills settings, a user feedback dialog, and improved QWEN.md file loading.
• Adds settings support for experimental skills under the `experimental` namespace in CLI configuration.
• Adds a user feedback dialog for submitting feedback directly from the CLI.
• Improves `QWEN.md` file loading by filtering out system files and limiting scope to relevant directories.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.2-preview.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2-preview.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2-preview.2</guid>
      <pubDate>Tue, 20 Jan 2026 08:17:38 GMT</pubDate>
      <description>Qwen Code v0.7.2-preview.2 adds experimental skills settings, a user feedback dialog, and improved QWEN.md file loading.
• Adds settings support for experimental skills under the `experimental` namespace in CLI configuration.
• Adds a user feedback dialog for submitting feedback directly from the CLI.
• Improves `QWEN.md` file loading by filtering out system files and limiting scope.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.2-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2-preview.1</guid>
      <pubDate>Tue, 20 Jan 2026 02:23:01 GMT</pubDate>
      <description>Qwen Code v0.7.2-preview.1 adds experimental skills settings, improved QWEN.md loading, and a user feedback dialog.
• Adds settings support for experimental skills under the `experimental` namespace in CLI configuration.
• Improves `QWEN.md` file loading by filtering out system files and limiting scope to relevant directories.
• Adds a user feedback dialog to the CLI interface.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.1-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-preview.0</guid>
      <pubDate>Tue, 20 Jan 2026 02:05:29 GMT</pubDate>
      <description>Qwen Code v0.7.1-preview.0 adds experimental skills settings, improved QWEN.md loading, and a user feedback dialog.
• Adds settings support for experimental skills under the `experimental` namespace in CLI configuration.
• Improves `QWEN.md` file loading by filtering out system files and limiting scope to relevant directories.
• Adds a user feedback dialog to the CLI interface.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.2-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.2-preview.0</guid>
      <pubDate>Mon, 19 Jan 2026 11:12:49 GMT</pubDate>
      <description>Qwen Code v0.7.2-preview.0 adds experimental skills settings and improves QWEN.md file loading scope control.
• Adds settings support for experimental skills under the `experimental` namespace in CLI configuration.
• Improves `QWEN.md` file loading by filtering out system files and limiting scope to relevant directories.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.1-nightly.20260119.0681c718</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-nightly.20260119.0681c718</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-nightly.20260119.0681c718</guid>
      <pubDate>Mon, 19 Jan 2026 00:14:02 GMT</pubDate>
      <description>Qwen Code v0.7.1-nightly adds settings support for experimental skills in the CLI.
• Adds settings support for experimental skills via the CLI, enabling configuration of opt-in skill features.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.1-nightly.20260118.0681c718</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-nightly.20260118.0681c718</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-nightly.20260118.0681c718</guid>
      <pubDate>Sun, 18 Jan 2026 00:13:56 GMT</pubDate>
      <description>Qwen Code v0.7.1-nightly adds settings support for experimental skills in the CLI.
• Adds settings support for experimental skills via the CLI, enabling configuration of opt-in skill features.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.1-nightly.20260117.0681c718</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-nightly.20260117.0681c718</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.1-nightly.20260117.0681c718</guid>
      <pubDate>Sat, 17 Jan 2026 00:13:33 GMT</pubDate>
      <description>Qwen Code v0.7.1-nightly adds settings support for experimental skills in the CLI.
• Adds settings support for experimental skills via the CLI, enabling configuration of opt-in skill features.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0</guid>
      <pubDate>Wed, 14 Jan 2026 01:39:49 GMT</pubDate>
      <description>Qwen Code v0.7.0 adds multi-provider model config, an experimental `/skills` command, custom HTTP headers, Jupyter Notebook support, and sandbox customization.
• Adds multi-provider model configuration support, letting users configure and switch between models from multiple providers in a single setup.
• Adds experimental `/skills` command with hot reload, enabling practitioners to define and iterate on custom agent skills without restarting the CLI.
• Adds custom HTTP headers support for API requests, allowing per-request header injection to downstream model endpoints.
• Adds optional timeout for foreground shell commands, giving users control over runaway command execution.
• Supports Jupyter Notebook (`.ipynb`) file code selection, extending context-gathering to notebook cells.
• Adds sandbox environment customization, allowing practitioners to tailor the sandboxed execution context.
• Changes selection order of user settings vs. workspace settings, affecting which config takes precedence when both are present.
• Adds an integration guide for JetBrains IDEs, documenting how to connect Qwen Code as a companion.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-preview.1</guid>
      <pubDate>Wed, 14 Jan 2026 00:18:02 GMT</pubDate>
      <description>Qwen Code v0.7.0-preview.1 adds multi-provider model config, experimental /skills command, custom HTTP headers, sandbox customization, and Jupyter Notebook support.
• Adds experimental `/skills` command with hot reload support for managing agent skills at runtime.
• Adds multi-provider model configuration support, enabling multiple LLM providers to be configured simultaneously.
• Adds custom HTTP headers support for outbound API requests.
• Adds an optional timeout for foreground shell commands.
• Supports Jupyter Notebook (`.ipynb`) file code selection in the IDE companion.
• Adds sandbox environment customization capability.
• Changes the selection order of user settings versus workspace settings.
• Adds integration guide for JetBrains IDEs.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-nightly.20260114.d20f2a41</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260114.d20f2a41</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260114.d20f2a41</guid>
      <pubDate>Wed, 14 Jan 2026 00:14:48 GMT</pubDate>
      <description>Qwen Code v0.7.0-nightly adds multi-provider model config, /skills command, custom headers, sandbox customization, and Jupyter Notebook support.
• Adds multi-provider model configuration support, enabling multiple AI provider backends to be configured simultaneously.
• Adds experimental `/skills` command with hot reload for dynamic skill management at runtime.
• Adds custom HTTP headers support for API requests.
• Adds optional timeout configuration for foreground shell commands.
• Adds sandbox environment customization capability.
• Supports Jupyter Notebook (`.ipynb`) file code selection.
• Modifies selection order precedence between user settings and workspace settings.
• Adds JetBrains IDE integration guide.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.3</guid>
      <pubDate>Tue, 13 Jan 2026 12:59:47 GMT</pubDate>
      <description>Qwen Code SDK TypeScript v0.1.3 adds /skills command, Jupyter Notebook support, custom headers, shell timeouts, and sandbox customization.
• Adds experimental `/skills` command with hot reload support for managing agent skills at runtime.
• Adds optional timeout configuration for foreground shell commands.
• Adds custom HTTP headers support for API requests.
• Supports Jupyter Notebook (`.ipynb`) file code selection.
• Enables customization of the sandbox environment.
• Adds integration guide for JetBrains IDEs.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-preview.0</guid>
      <pubDate>Tue, 13 Jan 2026 11:35:14 GMT</pubDate>
      <description>Qwen Code v0.7.0-preview.0 adds multi-provider model config, an experimental `/skills` command with hot reload, Jupyter Notebook support, custom headers, and sandbox customization.
• Adds experimental `/skills` command with hot reload, enabling in-session skill management without restarting the CLI.
• Adds multi-provider model configuration support, allowing multiple AI providers to be defined and selected from a single config.
• Supports Jupyter Notebook (`.ipynb`) file code selection, enabling context-aware interactions with notebook cells.
• Adds custom HTTP headers support for outbound API requests.
• Adds optional timeout configuration for foreground shell commands.
• Enables customization of the sandbox environment.
• Changes the selection order of user settings versus workspace settings, giving workspace settings higher or lower precedence.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-nightly.20260113.09196c6e</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260113.09196c6e</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260113.09196c6e</guid>
      <pubDate>Tue, 13 Jan 2026 00:14:49 GMT</pubDate>
      <description>Qwen Code v0.7.0 adds multi-provider model configuration support.
• Adds multi-provider models config support, enabling configuration of multiple model providers in a single setup.
• Changes the selection order of user settings versus workspace settings, giving workspace settings a new resolution priority.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.2</guid>
      <pubDate>Mon, 12 Jan 2026 08:25:27 GMT</pubDate>
      <description>Qwen Code SDK TypeScript v0.1.2 adds German UI, a Java SDK, stable `--acp` flag, multi-provider model config, and direct `/approval-mode` arguments.
• Graduates `--experimental-acp` to the stable `--acp` flag for Agent Communication Protocol support.
• Adds direct argument support for the `/approval-mode` command, allowing approval mode to be set inline without a follow-up prompt.
• Adds multi-provider model configuration support, enabling multiple AI provider backends to be defined and selected from config.
• Adds a Java SDK (`Feat/javasdk`) for programmatic integration with Qwen Code.
• Adds German (`de`) language support via the i18n system.
• Changes the selection order of user settings vs. workspace settings, giving workspace settings higher precedence.
Breaking changes:
• The `--experimental-acp` flag is replaced by `--acp`; scripts or configs using `--experimental-acp` must be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-nightly.20260112.bde31d12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260112.bde31d12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260112.bde31d12</guid>
      <pubDate>Mon, 12 Jan 2026 00:14:33 GMT</pubDate>
      <description>Qwen Code v0.7.0 adds multi-provider model configuration and revised user/workspace settings selection order.
• Adds multi-provider models config support, enabling configuration of multiple AI providers within a single Qwen Code setup.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-nightly.20260111.bde31d12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260111.bde31d12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260111.bde31d12</guid>
      <pubDate>Sun, 11 Jan 2026 00:15:18 GMT</pubDate>
      <description>Qwen Code v0.7.0 adds multi-provider model configuration and changes user/workspace settings selection order.
• Adds multi-provider models config support, enabling multiple AI provider backends to be configured simultaneously.
• Changes the selection order of user settings and workspace settings resolution.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-nightly.20260110.bde31d12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260110.bde31d12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260110.bde31d12</guid>
      <pubDate>Sat, 10 Jan 2026 00:14:17 GMT</pubDate>
      <description>Qwen Code v0.7.0 adds multi-provider model configuration and changes workspace settings selection order.
• Adds multi-provider models config support, enabling multiple AI provider backends to be configured simultaneously.
• Changes the selection order of user settings and workspace settings to give workspace settings proper precedence.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-nightly.20260109.f776075a</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260109.f776075a</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260109.f776075a</guid>
      <pubDate>Fri, 09 Jan 2026 00:15:23 GMT</pubDate>
      <description>Qwen Code v0.7.0 adds multi-provider model configuration support and changes user vs. workspace settings precedence.
• Adds multi-provider model configuration support, allowing multiple AI providers to be configured simultaneously.
• Changes the selection order of user settings and workspace settings, giving workspace settings a different precedence relative to user settings.</description>
    </item>
    <item>
      <title>Qwen Code v0.7.0-nightly.20260108.f776075a</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260108.f776075a</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.7.0-nightly.20260108.f776075a</guid>
      <pubDate>Thu, 08 Jan 2026 11:42:07 GMT</pubDate>
      <description>Qwen Code v0.7.0 adds multi-provider model configuration and changes user vs. workspace settings selection order.
• Adds multi-provider models config support, allowing configuration of multiple model providers within a single Qwen Code setup.
• Changes the selection order between user settings and workspace settings, altering which takes precedence during resolution.
Breaking changes:
• The selection order of user settings and workspace settings has changed; setups that relied on the previous precedence order may behave differently after upgrading.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.1</guid>
      <pubDate>Wed, 07 Jan 2026 10:15:23 GMT</pubDate>
      <description>Qwen Code v0.6.1 graduates `--acp` to stable, adds German locale, Java SDK support, and direct `/approval-mode` arguments.
• Graduates `--experimental-acp` to the stable `--acp` flag for Agent Communication Protocol support.
• Adds direct argument support for the `/approval-mode` command, allowing approval mode to be set inline.
• Adds German language support to the i18n system.
• Auto-detects LLM output language from the system locale.
• Adds Java SDK support (Feat/javasdk).
• Supports merging `ChatCompletionContentPart` and adds `filterEmptyMessages` for cleaner message handling.
Breaking changes:
• The `--experimental-acp` flag is replaced by the stable `--acp` flag; scripts or configs using `--experimental-acp` must be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.1-nightly.20260107.f6771c08</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.1-nightly.20260107.f6771c08</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.1-nightly.20260107.f6771c08</guid>
      <pubDate>Wed, 07 Jan 2026 09:52:09 GMT</pubDate>
      <description>Qwen Code v0.6.1 graduates `--acp` to stable, adds Java SDK, German locale, and direct `/approval-mode` arguments.
• Graduates `--experimental-acp` to the stable `--acp` flag for Agent Communication Protocol support.
• Adds direct argument support for the `/approval-mode` command, allowing approval mode to be set inline rather than via a follow-up prompt.
• Adds a Java SDK (`Feat/javasdk`) for programmatic integration with Qwen Code.
• Supports merging `ChatCompletionContentPart` and adds `filterEmptyMessages` for OpenAI-compatible content generation.
• Auto-detects LLM output language from the system locale.
Breaking changes:
• The `--experimental-acp` flag is replaced by `--acp`; scripts or configs using `--experimental-acp` must be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.1-nightly.20260107.2c285394</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.1-nightly.20260107.2c285394</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.1-nightly.20260107.2c285394</guid>
      <pubDate>Wed, 07 Jan 2026 09:11:39 GMT</pubDate>
      <description>Qwen Code v0.6.1 graduates `--acp` to stable, adds German locale, Java SDK support, and direct `/approval-mode` arguments.
• Graduates `--experimental-acp` to the stable `--acp` flag for Agent Communication Protocol support.
• Adds direct argument support for the `/approval-mode` command, allowing the mode to be set inline rather than via a follow-up prompt.
• Adds German language support, joining the existing locale set for auto-detected LLM output language.
• Auto-detects LLM output language from the system locale, aligning response language to the user&apos;s OS setting.
• Adds a Java SDK (`Feat/javasdk`) enabling Java-based integration with Qwen Code.
• Supports merging `ChatCompletionContentPart` entries and filters empty messages in chat completion requests.
Breaking changes:
• The `--experimental-acp` flag is replaced by `--acp`; any scripts or configs referencing `--experimental-acp` must be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-preview.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.3</guid>
      <pubDate>Wed, 07 Jan 2026 00:17:08 GMT</pubDate>
      <description>Qwen Code v0.6.0-preview.3 graduates `--acp` to stable, adds German locale, Java SDK, and auto-detects LLM output language from system locale.
• Graduates `--acp` flag from experimental (`--experimental-acp`) to stable for Agent Communication Protocol support.
• Auto-detects LLM output language from the system locale, aligning model responses to the user&apos;s OS language.
• Adds German language support to the i18n system.
• Adds a Java SDK (`Feat/javasdk`) for programmatic integration with Qwen Code.
• Supports merging `ChatCompletionContentPart` entries and filters empty messages in chat completion requests.
Breaking changes:
• The `--experimental-acp` flag is replaced by `--acp`; any scripts or configs using `--experimental-acp` must be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20260107.b95d9a8d</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260107.b95d9a8d</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260107.b95d9a8d</guid>
      <pubDate>Wed, 07 Jan 2026 00:15:51 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly graduates `--acp` to stable, adds German locale, Java SDK, and merges ChatCompletionContentPart support.
• Graduates `--experimental-acp` to the stable `--acp` flag for Agent Communication Protocol support.
• Adds Java SDK support for Qwen Code integration.
• Supports merging `ChatCompletionContentPart` objects and filters empty messages in API requests.
• Auto-detects LLM output language from system locale.
Breaking changes:
• The `--experimental-acp` flag is replaced by `--acp`; scripts or configs using `--experimental-acp` will need to be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20260106.b19bb6cb</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260106.b19bb6cb</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260106.b19bb6cb</guid>
      <pubDate>Tue, 06 Jan 2026 00:16:18 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds German locale support and auto-detects LLM output language from system locale.
• Adds German language support for the CLI interface.
• Auto-detects LLM output language from the system locale, so responses match the user&apos;s OS language without manual configuration.
• Supports merging `ChatCompletionContentPart` entries and filters empty messages in API request handling.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20260105.105ad743</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260105.105ad743</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260105.105ad743</guid>
      <pubDate>Mon, 05 Jan 2026 00:16:54 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds locale-based LLM language auto-detection and ChatCompletionContentPart merging support.
• Auto-detects the LLM output language from the system locale, eliminating the need to manually configure response language.
• Supports merging `ChatCompletionContentPart` objects and adds filtering of empty messages in API content handling.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20260104.105ad743</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260104.105ad743</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260104.105ad743</guid>
      <pubDate>Sun, 04 Jan 2026 00:15:19 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds system-locale LLM language auto-detection and ChatCompletionContentPart merging.
• Supports merging `ChatCompletionContentPart` objects and filters empty messages from chat completion requests.
• Auto-detects the LLM output language from the system locale, removing the need to manually configure response language.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20260103.105ad743</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260103.105ad743</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260103.105ad743</guid>
      <pubDate>Sat, 03 Jan 2026 00:13:52 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds locale-based LLM language auto-detection and merges ChatCompletionContentPart support.
• Supports merging `ChatCompletionContentPart` objects and filters empty messages in API requests.
• Auto-detects LLM output language from the system locale, removing the need to manually configure response language.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20260102.105ad743</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260102.105ad743</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260102.105ad743</guid>
      <pubDate>Fri, 02 Jan 2026 00:14:11 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds system-locale-based LLM language auto-detection and ChatCompletionContentPart merging support.
• Supports merging `ChatCompletionContentPart` objects and filters empty messages in API content handling.
• Auto-detects the preferred LLM output language from the system locale, removing the need to manually configure language preference.
• Adds Russian translation strings for internationalized UI surfaces.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20260101.105ad743</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260101.105ad743</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20260101.105ad743</guid>
      <pubDate>Thu, 01 Jan 2026 00:13:52 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds locale-based LLM language auto-detection and ChatCompletionContentPart merging support.
• Adds support for merging `ChatCompletionContentPart` items and filters empty messages in chat completion handling.
• Auto-detects LLM output language from the system locale, eliminating the need to manually configure response language.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-preview.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.2</guid>
      <pubDate>Wed, 31 Dec 2025 00:16:18 GMT</pubDate>
      <description>Qwen Code v0.6.0-preview.2 adds locale-based LLM output language detection and ChatCompletionContentPart merging support.
• Supports merging `ChatCompletionContentPart` payloads and filters empty messages for cleaner API interactions.
• Auto-detects LLM output language from the system locale, eliminating the need to manually configure response language.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251231.105ad743</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251231.105ad743</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251231.105ad743</guid>
      <pubDate>Wed, 31 Dec 2025 00:13:44 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds locale-based LLM language auto-detection and ChatCompletionContentPart merging support.
• Auto-detects the desired LLM output language from the system locale, removing the need to manually configure response language.
• Supports merging `ChatCompletionContentPart` entries and filters empty messages from API payloads.
• Adds Russian locale translation strings for i18n coverage.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251230.105ad743</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251230.105ad743</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251230.105ad743</guid>
      <pubDate>Tue, 30 Dec 2025 00:17:11 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds locale-based LLM language auto-detection and ChatCompletionContentPart merging support.
• Auto-detects the system locale to set the LLM output language, eliminating manual language configuration.
• Supports merging `ChatCompletionContentPart` objects and filters empty messages from chat completion requests.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.1</guid>
      <pubDate>Mon, 29 Dec 2025 09:32:50 GMT</pubDate>
      <description>Qwen Code SDK v0.1.1 adds Anthropic/Gemini providers, VSCode extension, /resume command, chat recording, Skills, and terminal bell settings.
• Adds `/resume` slash command to switch between sessions from the CLI UI.
• Adds `--resume` and `--continue` CLI options with `-r` and `-C` short aliases for session management.
• Adds `gitCoAuthor` setting to `settings.json` to control git co-author tagging in commits.
• Adds chat recording toggle via CLI flag and settings, enabling or disabling session recording.
• Adds terminal bell setting to enable or disable audio notifications.
• Adds `/compress` and `/summary` commands for use in non-interactive mode and ACP.
• Adds Anthropic provider with normalized auth and environment config, enabling Claude models as a backend.
• Adds Gemini provider and removes legacy Google OAuth, with tuned generation parameters.
• Adds experimental Skills feature for extending agent capabilities.
• Implements VSCode Extension with IDE companion support, including clickable bash tool call input/output parts that open as temporary files and context display.
• Adds `channel` field support in client identification for API requests.
• IDE companion discovery switches to `~/.qwen/ide` lock files.
• Adds ACP usage metadata tracking and ACP authentication update messaging.
• Adds Russian language (`i18n`) support, with auto-detection of LLM output language from system locale.
• Removes vertical borders from the input prompt UI for easier copy/paste.
• Shows session resume command on exit so users can continue from where they left off.
• Bundles CLI into the VSCode release package and into the SDK package, with separate CLI and SDK E2E tests.
Breaking changes:
• IDE companion discovery now uses `~/.qwen/ide` lock files instead of the previous mechanism — existing IDE companion setups may need to reconnect.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251229.2bc80795</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251229.2bc80795</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251229.2bc80795</guid>
      <pubDate>Mon, 29 Dec 2025 00:15:07 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly now auto-detects LLM output language from the system locale.
• Auto-detects the system locale to set LLM output language automatically, removing the need for manual language configuration.
• Adds Russian translation strings to the i18n layer.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251228.2bc80795</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251228.2bc80795</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251228.2bc80795</guid>
      <pubDate>Sun, 28 Dec 2025 00:14:45 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds automatic LLM output language detection from the system locale.
• Automatically detects the system locale to set the LLM output language, so responses match the user&apos;s OS language without manual configuration.
• Expands Russian translation with new strings for broader i18n coverage.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251227.2bc80795</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251227.2bc80795</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251227.2bc80795</guid>
      <pubDate>Sat, 27 Dec 2025 00:13:53 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds automatic LLM output language detection from the system locale.
• Auto-detects the system locale to set the LLM output language automatically, removing the need for manual language configuration.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0</guid>
      <pubDate>Fri, 26 Dec 2025 10:43:44 GMT</pubDate>
      <description>Qwen Code v0.6.0 adds Gemini and Anthropic providers, an experimental Skills feature, and /compress &amp; /summary commands for non-interactive mode.
• Adds `/compress` and `/summary` commands for non-interactive and ACP usage.
• Adds Gemini as a supported LLM provider (removes legacy Google OAuth).
• Adds Anthropic as a supported LLM provider, with normalized auth/env config and centralized logging.
• Adds an experimental Skills feature.
• VS Code IDE companion now shows a context-remaining indicator.
• VS Code IDE companion bash tool-call input/output panels are now clickable to open content in a temporary file.
Breaking changes:
• Legacy Google OAuth support has been removed as part of the Gemini provider addition.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251226.17eb20c1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251226.17eb20c1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251226.17eb20c1</guid>
      <pubDate>Fri, 26 Dec 2025 10:25:25 GMT</pubDate>
      <description>Qwen Code v0.6.0 adds Gemini and Anthropic providers, experimental Skills, and /compress &amp; /summary commands for non-interactive mode.
• Adds `/compress` and `/summary` commands for non-interactive and ACP (Agent Control Protocol) usage.
• Adds Gemini as a provider, with legacy Google OAuth removed and tuned generation settings.
• Adds Anthropic as a provider with normalized auth/environment config and centralized logging.
• Adds an experimental Skills feature.
• VS Code IDE companion now displays a context-remaining indicator.
• VS Code IDE companion bash tool-call input/output parts are now clickable to open in a temporary file.
Breaking changes:
• Legacy Google OAuth support has been removed; users relying on it must migrate to the new Gemini provider authentication.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251226.3787e955</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251226.3787e955</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251226.3787e955</guid>
      <pubDate>Fri, 26 Dec 2025 01:58:41 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds Gemini and Anthropic provider support plus an experimental Skills feature.
• Adds Gemini provider support, removing legacy Google OAuth in favor of the new provider model.
• Adds Anthropic provider support with normalized auth/env config and centralized logging.
• Adds experimental Skills feature for extended agent capabilities.
Breaking changes:
• Legacy Google OAuth has been removed; users relying on Google OAuth authentication must migrate to the new Gemini provider config.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.1</guid>
      <pubDate>Thu, 25 Dec 2025 08:53:44 GMT</pubDate>
      <description>Qwen Code v0.6.0-preview.1 adds Gemini and Anthropic providers plus an experimental Skills feature.
• Adds Anthropic as a provider, with normalized auth/env config and centralized logging.
• Adds Gemini as a provider, removing legacy Google OAuth, with tuned generation settings.
• Introduces an experimental Skills feature.
Breaking changes:
• Legacy Google OAuth has been removed as part of the Gemini provider addition.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251225.9f65bd3b</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251225.9f65bd3b</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251225.9f65bd3b</guid>
      <pubDate>Thu, 25 Dec 2025 00:13:01 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds a Gemini provider integration and an experimental Skills feature.
• Adds Gemini as a supported AI provider, replacing legacy Google OAuth authentication.
• Introduces an experimental Skills feature for extended agent capabilities.
Breaking changes:
• Legacy Google OAuth support has been removed; users relying on Google OAuth must switch to the new Gemini provider.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-preview.0</guid>
      <pubDate>Wed, 24 Dec 2025 01:17:46 GMT</pubDate>
      <description>Qwen Code v0.6.0-preview.0 adds Gemini as a provider and removes legacy Google OAuth.
• Adds Gemini as a supported LLM provider, replacing legacy Google OAuth authentication.
Breaking changes:
• Legacy Google OAuth support has been removed; existing setups relying on Google OAuth will need to migrate to the new Gemini provider authentication.</description>
    </item>
    <item>
      <title>Qwen Code v0.6.0-nightly.20251224.bc2a7efc</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251224.bc2a7efc</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.6.0-nightly.20251224.bc2a7efc</guid>
      <pubDate>Wed, 24 Dec 2025 00:52:13 GMT</pubDate>
      <description>Qwen Code v0.6.0-nightly adds Gemini as a provider and removes legacy Google OAuth.
• Adds Gemini as a supported LLM provider, enabling Qwen Code users to route requests through Gemini models.
• Removes legacy Google OAuth authentication in favour of the new Gemini provider integration.
Breaking changes:
• Legacy Google OAuth support has been removed; users relying on Google OAuth for authentication must migrate to the new Gemini provider.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.1-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-preview.1</guid>
      <pubDate>Wed, 24 Dec 2025 00:16:29 GMT</pubDate>
      <description>Qwen Code v0.5.1-preview.1 adds Gemini as a provider and removes legacy Google OAuth.
• Adds Gemini as a supported LLM provider and removes legacy Google OAuth authentication.
• Adds a link to Gemini CLI Desktop for users who prefer a desktop UI over the CLI.
Breaking changes:
• Legacy Google OAuth is removed; any working setup relying on Google OAuth for authentication will break on upgrade.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1</guid>
      <pubDate>Fri, 19 Dec 2025 11:10:08 GMT</pubDate>
      <description>Qwen Code v0.5.1 adds chat recording toggle, a /resume slash command, and exposes gitCoAuthor in settings.json
• Adds `gitCoAuthor` setting to `settings.json` to control git co-author attribution in commits.
• Adds `/resume` slash command in the CLI to switch between sessions interactively.
• Adds chat recording toggle accessible via CLI flags and the settings UI.
• IDE companion discovery switches to lock files under `~/.qwen/ide`, changing where the tool looks for IDE connections.
Breaking changes:
• IDE companion discovery now uses `~/.qwen/ide` lock files instead of the previous location; existing IDE companion setups may fail to connect until updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.1-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-preview.0</guid>
      <pubDate>Fri, 19 Dec 2025 10:43:24 GMT</pubDate>
      <description>Qwen Code v0.5.1 adds chat recording toggle, `/resume` slash command, and `gitCoAuthor` setting in settings.json
• Adds `gitCoAuthor` setting to `settings.json` to control git co-author attribution in commits.
• Adds `/resume` slash command in the CLI UI to switch between sessions interactively.
• Adds chat recording toggle available via CLI flag and settings.
• IDE companion discovery switches to `~/.qwen/ide` lock files for locating running IDE instances.</description>
    </item>
    <item>
      <title>Qwen Code sdk-typescript-v0.1.1-nightly.20251219.e4468cfc</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.1-nightly.20251219.e4468cfc</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/sdk-typescript-v0.1.1-nightly.20251219.e4468cfc</guid>
      <pubDate>Fri, 19 Dec 2025 09:18:32 GMT</pubDate>
      <description>Qwen Code SDK gains a VSCode extension, session-resume command, chat recording toggle, Russian i18n, and a terminal bell setting.
• Adds `gitCoAuthor` setting to `settings.json` to control git co-author behaviour and exposes it in documentation.
• Adds `/resume` slash command to switch between saved sessions from within the CLI UI.
• Adds chat recording toggle via CLI flag and the `settings.json` settings interface; recording is disabled in test runs.
• Adds `channel` field support in client identification requests.
• Adds terminal bell setting to `settings.json` to enable or disable audio notifications.
• New VSCode Extension implementation bundled into the VSCode release package, including IDE companion with authentication and completion menu support.
• Shows the session-resume command on CLI exit so users can quickly re-enter a previous session.
• Adds Russian (`ru`) language support via the `/language` command.
• Adds ACP usage metadata reporting and an ACP authenticate update message.
• Removes input-prompt vertical borders in the terminal UI for easier copy/paste.
• Adds comprehensive MCP Quick Start guides and examples to documentation.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.1-nightly.20251219.d07ae35c</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251219.d07ae35c</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251219.d07ae35c</guid>
      <pubDate>Fri, 19 Dec 2025 00:21:55 GMT</pubDate>
      <description>Qwen Code v0.5.1 adds chat recording toggle, /resume session switching, and gitCoAuthor settings exposure.
• Adds `gitCoAuthor` setting to `settings.json`, letting users configure co-author attribution for git commits directly from the settings file.
• Adds `/resume` slash command in the CLI to switch between saved sessions interactively.
• Adds `-r` and `-C` as short aliases for the `--resume` and `--continue` CLI options.
• Adds a chat recording toggle accessible via both the CLI and the settings UI, with recording disabled automatically during tests.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.1-nightly.20251218.8106a6b0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251218.8106a6b0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251218.8106a6b0</guid>
      <pubDate>Thu, 18 Dec 2025 00:21:32 GMT</pubDate>
      <description>Qwen Code v0.5.1 adds a /resume command for session switching, a chat recording toggle, and a gitCoAuthor setting.
• Adds `gitCoAuthor` setting to `settings.json` to configure git co-author attribution in commits.
• Adds `/resume` slash command to switch between existing sessions from the CLI.
• Adds a chat recording toggle accessible via CLI and the settings UI.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.1-nightly.20251217.0a39c912</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251217.0a39c912</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251217.0a39c912</guid>
      <pubDate>Wed, 17 Dec 2025 02:31:17 GMT</pubDate>
      <description>Qwen Code v0.5.1 adds a /resume command for session switching, chat recording toggle, and a gitCoAuthor setting.
• Adds `gitCoAuthor` setting to `settings.json` to control git co-author attribution in commits.
• Adds `/resume` slash command to switch between sessions from the CLI.
• Adds a chat recording toggle accessible via CLI and settings UI, allowing recording to be enabled or disabled per session.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.1-nightly.20251216.52faa0da</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251216.52faa0da</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.1-nightly.20251216.52faa0da</guid>
      <pubDate>Tue, 16 Dec 2025 00:21:45 GMT</pubDate>
      <description>Qwen Code v0.5.1 adds a chat recording toggle accessible via CLI and settings.
• Adds a chat recording toggle available via both CLI flag and the settings interface, with recording automatically disabled during tests.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.0</guid>
      <pubDate>Sat, 13 Dec 2025 17:00:19 GMT</pubDate>
      <description>Qwen Code v0.5.0 adds Russian UI, terminal bell notifications, session resume hints, and bundles the CLI into the VSCode extension.
• Adds a terminal bell setting to enable or disable audio notifications for completed operations.
• Shows the session resume command on exit so users can return to a previous conversation.
• Adds Russian language support to the UI.
• Bundles the CLI directly into the VSCode extension release package, removing the need for a separate CLI install.
Breaking changes:
• Removes &apos;corgi mode&apos; — any configuration or workflow relying on it will no longer function after upgrading.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.0-preview.0</guid>
      <pubDate>Sat, 13 Dec 2025 07:23:59 GMT</pubDate>
      <description>Qwen Code v0.5.0-preview.0 adds Russian language support and an ACP authentication update message.
• Adds Russian language support via the `/language` command for localized CLI interactions.
• Adds an ACP authenticate update message to surface authentication status changes.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.1</guid>
      <pubDate>Fri, 12 Dec 2025 09:56:30 GMT</pubDate>
      <description>Qwen Code v0.4.1 adds a VSCode extension, ACP usage metadata, and a channel field for client identification.
• Adds a `channel` field for client identification in requests.
• New VSCode Extension implementation, enabling IDE-integrated Qwen Code workflows.
• Adds ACP usage metadata support for tracking agent-client-protocol consumption.
• Removes vertical borders from the input prompt UI for easier copy/paste.</description>
    </item>
    <item>
      <title>Qwen Code v0.5.0-nightly.20251212.8b29dd13</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.5.0-nightly.20251212.8b29dd13</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.5.0-nightly.20251212.8b29dd13</guid>
      <pubDate>Fri, 12 Dec 2025 09:06:56 GMT</pubDate>
      <description>Qwen Code v0.5.0 adds a VSCode Extension and ACP usage metadata tracking alongside UI copy/paste improvements.
• Adds a `channel` field to client identification headers/payloads for tracking request sources.
• New VSCode Extension implementation connects Qwen Code to the IDE as a companion.
• Adds ACP usage metadata reporting to track token/usage telemetry.
• Removes vertical borders from the input prompt UI, making it easier to copy/paste multi-line content.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.1-nightly.20251212.58d3a9c2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.1-nightly.20251212.58d3a9c2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.1-nightly.20251212.58d3a9c2</guid>
      <pubDate>Fri, 12 Dec 2025 00:23:51 GMT</pubDate>
      <description>Qwen Code v0.4.1-nightly adds a VSCode extension and ACP usage metadata support alongside UI copy/paste improvements.
• Adds ACP usage metadata tracking via the `Feat/acp usage metadata` feature.
• New VSCode Extension implementation brings Qwen Code capabilities directly into the editor.
• Removes vertical borders from the input prompt UI, making it easier to copy/paste multi-line content.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.1-nightly.20251211.a02c4b27</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.1-nightly.20251211.a02c4b27</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.1-nightly.20251211.a02c4b27</guid>
      <pubDate>Thu, 11 Dec 2025 01:41:00 GMT</pubDate>
      <description>Qwen Code v0.4.1-nightly adds a VSCode extension and a cleaner input prompt UI for easier copy/paste.
• Adds a VSCode Extension, bringing Qwen Code capabilities directly into the editor.
• Removes vertical borders from the input prompt UI, making it easier to copy and paste prompts.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0</guid>
      <pubDate>Sat, 06 Dec 2025 12:08:19 GMT</pubDate>
      <description>Qwen Code v0.4.0 adds a TypeScript SDK, DeepSeek V3.2 thinking mode, SDK-controlled MCP custom tools, and session-level conversation history.
• Adds a basic TypeScript SDK, enabling programmatic integration with Qwen Code from TypeScript applications.
• Integrates DeepSeek V3.2 Thinking Mode, surfacing chain-of-thought reasoning within the CLI.
• Supports custom tools via SDK-controlled MCP servers, allowing callers to supply their own tool definitions through the SDK.
• Introduces session-level conversation history management, giving users control over conversation context within a session.
Breaking changes:
• The `/quit-confirm` flow has been removed; any workflow or scripting that relied on the `/quit-confirm` command will break on upgrade.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.0-nightly.20251206.ab228c68</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-nightly.20251206.ab228c68</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-nightly.20251206.ab228c68</guid>
      <pubDate>Sat, 06 Dec 2025 00:22:42 GMT</pubDate>
      <description>Qwen Code v0.4.0 adds a TypeScript SDK, DeepSeek V3.2 thinking mode, custom MCP tool support, and session-level conversation history management.
• Adds a basic TypeScript SDK (`feat: basic TypeScript SDK`) for programmatic integration with Qwen Code.
• Supports custom tools via SDK-controlled MCP (Model Context Protocol) servers, enabling tool injection through the SDK.
• Integrates DeepSeek V3.2 Thinking Mode, adding reasoning/thinking model support to the tool.
• Adds session-level conversation history management, giving users control over per-session chat context.
Breaking changes:
• The `/quit-confirm` flow has been removed; any workflow or integration relying on that confirmation step will no longer function.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.0-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-preview.1</guid>
      <pubDate>Fri, 05 Dec 2025 15:26:22 GMT</pubDate>
      <description>Qwen Code v0.4.0-preview.1 adds a TypeScript SDK, DeepSeek V3.2 thinking mode, session-level conversation history management, and custom tool support via SDK-controlled MCP servers.
• Adds a basic TypeScript SDK (`feat: basic TypeScript SDK`) enabling programmatic integration with Qwen Code.
• Supports custom tools via SDK-controlled MCP servers, allowing SDK consumers to register and surface their own tooling to the agent.
• Integrates DeepSeek V3.2 thinking mode, enabling reasoning-trace-style responses from the DeepSeek V3.2 model.
• Adds session-level conversation history management, giving users control over per-session context across a conversation.
Breaking changes:
• The `/quit-confirm` flow has been removed; any workflow or script that relied on the `/quit-confirm` command will no longer work.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-preview.0</guid>
      <pubDate>Thu, 04 Dec 2025 03:42:47 GMT</pubDate>
      <description>Qwen Code v0.4.0-preview.0 adds session-level conversation history management.
• Adds session-level conversation history management, enabling practitioners to view and control conversation context within a session.</description>
    </item>
    <item>
      <title>Qwen Code v0.4.0-nightly.20251204.6729980b</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-nightly.20251204.6729980b</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.4.0-nightly.20251204.6729980b</guid>
      <pubDate>Thu, 04 Dec 2025 03:27:14 GMT</pubDate>
      <description>Qwen Code v0.4.0-nightly adds session-level conversation history management.
• Adds session-level conversation history management, enabling users to control and review conversation context within a session.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0</guid>
      <pubDate>Fri, 28 Nov 2025 08:59:15 GMT</pubDate>
      <description>Qwen Code v0.3.0 adds `stream-json` I/O format for headless programmatic use and full internationalization support.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` in headless mode, enabling programmatic, machine-readable streaming I/O.
• Adds internationalization (i18n) support for both UI text and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-nightly.20251128.c9af7481</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251128.c9af7481</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251128.c9af7481</guid>
      <pubDate>Fri, 28 Nov 2025 00:11:21 GMT</pubDate>
      <description>Qwen Code v0.3.0-nightly adds `stream-json` I/O format for headless programmatic use and full internationalization support.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` flags in headless mode, enabling programmatic/machine-readable streaming JSON I/O.
• Adds internationalization (i18n) support for both the UI and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-nightly.20251127.c9af7481</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251127.c9af7481</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251127.c9af7481</guid>
      <pubDate>Thu, 27 Nov 2025 00:12:02 GMT</pubDate>
      <description>Qwen Code v0.3.0-nightly adds `stream-json` I/O format for headless/programmatic use and internationalization support.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` options, enabling programmatic/headless use of Qwen Code via streaming JSON I/O.
• Adds internationalization (i18n) support for both UI text and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-preview.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-preview.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-preview.1</guid>
      <pubDate>Wed, 26 Nov 2025 00:13:54 GMT</pubDate>
      <description>Qwen Code v0.3.0-preview.1 adds stream-JSON I/O for headless use and internationalization for UI and LLM output.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` flags, enabling programmatic headless use of Qwen Code via structured streaming JSON.
• Adds internationalization (i18n) support for both UI text and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-nightly.20251126.c9af7481</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251126.c9af7481</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251126.c9af7481</guid>
      <pubDate>Wed, 26 Nov 2025 00:11:33 GMT</pubDate>
      <description>Qwen Code v0.3.0-nightly adds `stream-json` I/O format for headless use and full internationalization support.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` to enable programmatic (headless) use of the CLI.
• Adds internationalization (i18n) support for both UI text and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-nightly.20251125.c9af7481</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251125.c9af7481</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251125.c9af7481</guid>
      <pubDate>Tue, 25 Nov 2025 00:11:53 GMT</pubDate>
      <description>Qwen Code v0.3.0-nightly adds `stream-json` I/O format for headless programmatic use and full i18n support.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` to enable programmatic, headless use of Qwen Code via structured streaming JSON.
• Adds internationalization (i18n) support for UI text and LLM output, enabling localized experiences across languages.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-preview.0</guid>
      <pubDate>Mon, 24 Nov 2025 01:53:08 GMT</pubDate>
      <description>Qwen Code v0.3.0-preview.0 adds stream-JSON I/O for programmatic headless use and full internationalization support.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` in headless mode, enabling programmatic machine-readable I/O.
• Adds internationalization (i18n) support for both UI strings and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-nightly.20251124.c9af7481</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251124.c9af7481</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251124.c9af7481</guid>
      <pubDate>Mon, 24 Nov 2025 00:11:25 GMT</pubDate>
      <description>Qwen Code v0.3.0-nightly adds `stream-json` format for programmatic headless use and full internationalization support.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` in headless mode, enabling programmatic/machine-readable streaming JSON I/O.
• Adds internationalization (i18n) support for both UI strings and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.3.0-nightly.20251123.c9af7481</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251123.c9af7481</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.3.0-nightly.20251123.c9af7481</guid>
      <pubDate>Sun, 23 Nov 2025 10:11:12 GMT</pubDate>
      <description>Qwen Code v0.3.0-nightly adds `stream-json` I/O format and internationalization support for UI and LLM output.
• Adds `stream-json` as a supported value for `--input-format` and `--output-format` flags, enabling programmatic (headless) use of the CLI via streaming JSON.
• Adds internationalization (i18n) support for UI labels and LLM output.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.2</guid>
      <pubDate>Wed, 19 Nov 2025 06:40:50 GMT</pubDate>
      <description>Qwen Code v0.2.2 adds Trae editor support, ACP slash commands, configurable OpenAPI window, and terminal attention notifications.
• Adds slash command support for ACP (Agent Communication Protocol) integration.
• Adds support for the Trae editor.
• Makes the OpenAPI context window configurable.
• Adds support for alternative `cached_tokens` format in OpenAI-compatible conversations.
• Enhances `QwenLogger` to capture OS platform and version metadata alongside log entries.
• Adds terminal attention notifications to alert users to events requiring action.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.2-nightly.20251119.97bf48b1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.2-nightly.20251119.97bf48b1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.2-nightly.20251119.97bf48b1</guid>
      <pubDate>Wed, 19 Nov 2025 04:06:09 GMT</pubDate>
      <description>Qwen Code v0.2.2-nightly adds configurable OpenAPI window, Trae editor support, ACP slash commands, and terminal attention notifications.
• Adds slash command support for ACP (Agent Communication Protocol) integration.
• Adds configurable window size for the OpenAPI provider.
• Adds support for the alternative `cached_tokens` format in OpenAI-compatible conversation contexts.
• Adds support for the Trae editor as a recognized environment.
• Enhances QwenLogger to capture OS platform and version metadata for richer diagnostic context.
• Adds terminal attention notifications to alert users when the tool requires input or action.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.1</guid>
      <pubDate>Thu, 13 Nov 2025 11:27:15 GMT</pubDate>
      <description>Qwen Code v0.2.1 adds interactive approval mode, fuzzy edit matching, and expanded Zed integration with TodoWriteTool and TaskTool.
• Adds `TodoWriteTool` and `TaskTool` support to the Zed editor integration.
• Adds an interactive approval mode dialog, giving users a prompt-level gate before tool actions are executed.
• Improves Edit Tool reliability with a fuzzy matching pipeline to handle inexact file-content matches.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.1-nightly.20251113.d5d96c72</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.1-nightly.20251113.d5d96c72</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.1-nightly.20251113.d5d96c72</guid>
      <pubDate>Thu, 13 Nov 2025 00:12:06 GMT</pubDate>
      <description>Qwen Code v0.2.1-nightly adds TodoWriteTool and TaskTool support in the Zed editor integration.
• Adds `TodoWriteTool` and `TaskTool` support to the Zed editor integration, expanding agentic task and todo tracking workflows within Zed.
• Standardizes tool naming and configuration system across the codebase.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.0-preview.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-preview.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-preview.0</guid>
      <pubDate>Wed, 12 Nov 2025 00:13:44 GMT</pubDate>
      <description>Qwen Code v0.2.0-preview.0 adds TodoWriteTool and TaskTool support to the Zed editor integration.
• Adds `TodoWriteTool` and `TaskTool` support to the Zed editor integration, enabling task and to-do management workflows within Zed.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.1-nightly.20251112.22edef0c</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.1-nightly.20251112.22edef0c</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.1-nightly.20251112.22edef0c</guid>
      <pubDate>Wed, 12 Nov 2025 00:12:45 GMT</pubDate>
      <description>Qwen Code v0.2.1-nightly adds TodoWriteTool and TaskTool support to its Zed editor integration.
• Adds `TodoWriteTool` and `TaskTool` support to the Zed editor integration, enabling task and to-do management workflows from within Zed.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.0-nightly.20251110.3c01c715</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-nightly.20251110.3c01c715</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-nightly.20251110.3c01c715</guid>
      <pubDate>Mon, 10 Nov 2025 00:11:10 GMT</pubDate>
      <description>Qwen Code v0.2.0-nightly adds TodoWriteTool and TaskTool support to the Zed editor integration.
• Extends the Zed editor integration with `TodoWriteTool` and `TaskTool` support, enabling todo and task management surfaces inside Zed.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.0-nightly.20251109.3c01c715</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-nightly.20251109.3c01c715</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-nightly.20251109.3c01c715</guid>
      <pubDate>Sun, 09 Nov 2025 00:11:17 GMT</pubDate>
      <description>Qwen Code v0.2.0-nightly adds TodoWriteTool and TaskTool support to its Zed editor integration.
• Extends the Zed editor integration to support `TodoWriteTool` and `TaskTool`, enabling todo and task management surfaces within Zed.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.0-nightly.20251108.3c01c715</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-nightly.20251108.3c01c715</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0-nightly.20251108.3c01c715</guid>
      <pubDate>Sat, 08 Nov 2025 00:11:39 GMT</pubDate>
      <description>Qwen Code v0.2.0-nightly adds TodoWriteTool and TaskTool support to the Zed editor integration.
• Adds `TodoWriteTool` and `TaskTool` support to the Zed editor integration.</description>
    </item>
    <item>
      <title>Qwen Code v0.2.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.2.0</guid>
      <pubDate>Fri, 07 Nov 2025 11:00:36 GMT</pubDate>
      <description>Qwen Code v0.2.0 adds ripgrep support for search tools and introduces customizable model training and tool output management.
• Adds ripgrep integration alongside glob and grep for faster, more capable file search within the tool.
• Introduces customizable model training and tool output management controls.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.5</guid>
      <pubDate>Fri, 07 Nov 2025 10:01:57 GMT</pubDate>
      <description>Qwen Code v0.1.5 improves search tooling and adds customizable model training and tool output management.
• Simplifies and improves the glob, grep, and ripgrep search tools for more reliable file and content search.
• Adds customizable model training and tool output management capabilities.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.5-nightly.20251107.d17c37af</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.5-nightly.20251107.d17c37af</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.5-nightly.20251107.d17c37af</guid>
      <pubDate>Fri, 07 Nov 2025 00:13:36 GMT</pubDate>
      <description>Qwen Code v0.1.5 simplifies and improves glob, grep, and ripgrep search tools.
• Simplifies and improves the glob, grep, and ripgrep search tools for faster file and content discovery.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.4</guid>
      <pubDate>Wed, 05 Nov 2025 12:19:01 GMT</pubDate>
      <description>Qwen Code v0.1.4 adds configurable OpenAI logging directory support.
• Adds support for custom OpenAI logging directory configuration, letting users control where OpenAI API interaction logs are stored.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0</guid>
      <pubDate>Mon, 27 Oct 2025 09:58:55 GMT</pubDate>
      <description>Qwen Code v0.1.0 ships a standalone bundled package, upstream Gemini-CLI v0.8.2 sync, and standardized tool output format.
• Packages the Qwen Code CLI as a standalone bundled package, enabling installation and use without requiring a full Node.js/npm development environment.
• Syncs upstream Gemini-CLI v0.8.2 changes into Qwen Code, bringing all capability improvements from that release.
• Standardizes tool output format for improved LLM communication, making tool call results more reliably parseable by the model.
• Adds `/model` command documentation, indicating the `/model` command is a supported interactive subcommand for switching models mid-session.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.0-nightly.20251027.2a5577e5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-nightly.20251027.2a5577e5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-nightly.20251027.2a5577e5</guid>
      <pubDate>Mon, 27 Oct 2025 00:11:30 GMT</pubDate>
      <description>Qwen Code v0.1.0-nightly ships a standalone bundled package and syncs upstream Gemini-CLI v0.8.2 features.
• Releases the Qwen Code CLI as a standalone bundled package, enabling installation without requiring a full Node.js toolchain.
• Syncs upstream Gemini-CLI v0.8.2 changes into the Qwen Code codebase.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.0-nightly.20251026.2a5577e5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-nightly.20251026.2a5577e5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-nightly.20251026.2a5577e5</guid>
      <pubDate>Sun, 26 Oct 2025 00:13:13 GMT</pubDate>
      <description>Qwen Code v0.1.0-nightly ships a standalone bundled CLI package and syncs upstream Gemini-CLI v0.8.2 features.
• Releases the `qwen-code` CLI as a standalone bundled package, enabling installation without separate dependency management.
• Syncs upstream Gemini-CLI v0.8.2 changes into Qwen Code.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.0-nightly.20251025.2a5577e5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-nightly.20251025.2a5577e5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-nightly.20251025.2a5577e5</guid>
      <pubDate>Sat, 25 Oct 2025 00:12:03 GMT</pubDate>
      <description>Qwen Code v0.1.0-nightly ships a standalone bundled package release and syncs upstream Gemini-CLI v0.8.2.
• Releases the Qwen Code CLI as a standalone bundled package, enabling installation and distribution without separate dependency resolution.
• Syncs upstream Gemini-CLI v0.8.2 changes into Qwen Code.
Breaking changes:
• Removes default `topp` and `temperature` values, so configurations that relied on those implicit defaults will now behave differently.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.14</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14</guid>
      <pubDate>Mon, 29 Sep 2025 06:24:34 GMT</pubDate>
      <description>Qwen Code v0.0.14 adds Plan Mode for safe code planning, Qwen3-VL-Plus token limits, and DashScope cache control.
• Adds support for Qwen3-VL-Plus model with token limits of 256K input and 32K output.
• Implements Plan Mode for safe code planning, allowing the agent to plan changes before executing them.
• Enhances DashScope cache control for improved API caching behavior.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.14-nightly.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14-nightly.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14-nightly.2</guid>
      <pubDate>Mon, 29 Sep 2025 00:18:21 GMT</pubDate>
      <description>Qwen Code v0.0.14-nightly.2 adds Plan Mode for safe code planning and Qwen3-VL-Plus support with 256K input / 32K output token limits.
• Adds Qwen3-VL-Plus model support with 256K input and 32K output token limits.
• Implements Plan Mode for safe code planning, letting the agent plan changes before executing them.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.14-nightly.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14-nightly.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14-nightly.1</guid>
      <pubDate>Fri, 26 Sep 2025 00:11:26 GMT</pubDate>
      <description>Qwen Code v0.0.14-nightly.1 adds Plan Mode for safe, non-destructive code planning before execution.
• Adds Plan Mode, a safe code-planning workflow that lets the agent reason and propose changes without executing them.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.14-nightly.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14-nightly.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.14-nightly.0</guid>
      <pubDate>Thu, 25 Sep 2025 09:05:48 GMT</pubDate>
      <description>Qwen Code v0.0.14-nightly.0 adds Plan Mode for safe, non-destructive code planning before execution.
• Adds Plan Mode, a safe code-planning workflow that lets the model reason and propose changes before any code is executed or modified.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.13</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13</guid>
      <pubDate>Wed, 24 Sep 2025 03:15:05 GMT</pubDate>
      <description>Qwen Code v0.0.13 adds OpenAI/Qwen OAuth auth for Zed ACP and yolo-mode auto vision model switching.
• Adds `yolo` mode support to automatic vision model switching, enabling hands-free model selection when processing images.
• Adds OpenAI and Qwen OAuth authentication support to the Zed ACP integration.</description>
    </item>
    <item>
      <title>Qwen Code v0.1.0-preview</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-preview</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.1.0-preview</guid>
      <pubDate>Wed, 24 Sep 2025 00:14:02 GMT</pubDate>
      <description>Qwen Code v0.1.0-preview adds OpenAI and Qwen OAuth authentication support for the Zed ACP integration.
• Adds OpenAI and Qwen OAuth authentication support to the Zed ACP integration.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.13-nightly.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13-nightly.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13-nightly.4</guid>
      <pubDate>Wed, 24 Sep 2025 00:11:41 GMT</pubDate>
      <description>Qwen Code v0.0.13-nightly.4 adds OpenAI and Qwen OAuth authentication to the Zed ACP integration.
• Adds OpenAI and Qwen OAuth authentication support to the Zed ACP integration.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.13-nightly.3</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13-nightly.3</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13-nightly.3</guid>
      <pubDate>Tue, 23 Sep 2025 16:22:15 GMT</pubDate>
      <description>Qwen Code v0.0.13-nightly.3 adds OpenAI and Qwen OAuth authentication to the Zed ACP integration.
• Adds OpenAI and Qwen OAuth authentication support to the Zed ACP integration.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.13-nightly.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13-nightly.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.13-nightly.2</guid>
      <pubDate>Tue, 23 Sep 2025 14:38:31 GMT</pubDate>
      <description>Qwen Code v0.0.13-nightly.2 adds OpenAI and Qwen OAuth authentication to the Zed ACP integration.
• Adds OpenAI and Qwen OAuth authentication support to the Zed ACP integration.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.12</guid>
      <pubDate>Fri, 19 Sep 2025 11:58:24 GMT</pubDate>
      <description>Qwen Code v0.0.12 adds `skipLoopDetection` config option, vision model support for Qwen-OAuth, and an enhanced `/init` command.
• Adds `skipLoopDetection` configuration option to disable agentic loop detection.
• Adds vision model support for Qwen-OAuth authentication flows.
• Enhances the `/init` command with a confirmation prompt before writing files.
• Enables tool call type coercion so mismatched argument types from model responses are automatically cast to the expected type.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.12-nightly.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.12-nightly.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.12-nightly.2</guid>
      <pubDate>Fri, 19 Sep 2025 00:13:02 GMT</pubDate>
      <description>Qwen Code v0.0.12-nightly.2 adds `skipLoopDetection` config, vision model support, and an enhanced `/init` confirmation prompt.
• Adds `skipLoopDetection` configuration option to allow users to disable agent loop detection.
• Adds vision model support for Qwen-OAuth authentication flows.
• Enhances the `/init` command with a confirmation prompt before initializing.
• Enables tool call type coercion so mismatched argument types in tool calls are automatically corrected.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.12-nightly.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.12-nightly.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.12-nightly.1</guid>
      <pubDate>Thu, 18 Sep 2025 01:55:24 GMT</pubDate>
      <description>Qwen Code v0.0.12-nightly.1 adds `skipLoopDetection` config option and a confirmation prompt to `/init`.
• Adds `skipLoopDetection` configuration option to disable loop detection during agentic runs.
• Enhances `/init` command with a confirmation prompt before executing initialization.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.11</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11</guid>
      <pubDate>Fri, 12 Sep 2025 10:06:44 GMT</pubDate>
      <description>Qwen Code v0.0.11 adds a Subagents feature, a Welcome Back dialog with project summary, and configurable cache control.
• Adds Subagents feature, enabling agent delegation and multi-agent workflows.
• Adds Welcome Back dialog with project summary and enhanced quit options on session resume.
• Adds configurable cache control for API interactions.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.11-nightly.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.6</guid>
      <pubDate>Fri, 12 Sep 2025 08:51:23 GMT</pubDate>
      <description>Qwen Code v0.0.11-nightly.6 adds a Subagents feature, a Welcome Back dialog with project summary, and configurable cache control.
• Adds configurable cache control via a new configuration option.
• Introduces a Subagents feature, enabling multi-agent task delegation within Qwen Code.
• Adds a Welcome Back dialog, project summary view, and enhanced quit options to the CLI UI.
• Re-implements the `tokenLimits` class to correctly handle token accounting for Qwen and related models.
• Makes the `ReadManyFiles` tool apply the `DEFAULT_MAX_LINES_TEXT_FILE` limit shared across all files rather than per-file independently.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.11-nightly.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.5</guid>
      <pubDate>Fri, 12 Sep 2025 05:40:39 GMT</pubDate>
      <description>Qwen Code v0.0.11-nightly.5 adds a Subagents feature, Welcome Back Dialog with project summary, and configurable cache control.
• Adds configurable cache control via new configuration support (chore: add configurable cache control).
• Introduces a Subagents feature, enabling agent delegation and multi-agent task handling.
• Adds a Welcome Back Dialog with project summary and enhanced quit options to the CLI UI.
• Applies the `DEFAULT_MAX_LINES_TEXT_FILE` limit across all files when using the `ReadManyFiles` tool, preventing unbounded reads across multiple files.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.11-nightly.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.4</guid>
      <pubDate>Fri, 12 Sep 2025 00:15:18 GMT</pubDate>
      <description>Qwen Code v0.0.11-nightly.4 adds a Subagents feature, a Welcome Back dialog with project summary, and configurable cache control.
• Introduces Subagents feature, enabling multi-agent task delegation within Qwen Code workflows.
• Adds a Welcome Back dialog with project summary and enhanced quit options on session resume.
• Adds configurable cache control for API interactions.
• Applies the `DEFAULT_MAX_LINES_TEXT_FILE` limit consistently across all files read by the `ReadManyFiles` tool.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.11-nightly.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.11-nightly.2</guid>
      <pubDate>Tue, 09 Sep 2025 12:28:23 GMT</pubDate>
      <description>Qwen Code v0.0.11-nightly.2 adds configurable cache control and corrected token limits for Qwen models.
• Adds configurable cache control via new configuration support, enabling tuning of caching behavior.
• Re-implements the `tokenLimits` class to work correctly for Qwen and related models, unlocking accurate context-window management.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.10</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.10</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.10</guid>
      <pubDate>Tue, 02 Sep 2025 08:20:11 GMT</pubDate>
      <description>Qwen Code v0.0.10 adds a Todo Write tool for in-session task management and syncs upstream Gemini CLI v0.2.1 features.
• Adds a Todo Write tool for task management and progress tracking during coding sessions.
• Syncs features from Gemini CLI v0.2.1 upstream.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.10-nightly.2</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.10-nightly.2</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.10-nightly.2</guid>
      <pubDate>Tue, 02 Sep 2025 00:11:10 GMT</pubDate>
      <description>Qwen Code v0.0.10-nightly.2 adds a Todo Write tool for task tracking and configurable cache control.
• Adds a Todo Write tool for in-session task management and progress tracking.
• Adds configurable cache control settings.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.10-nightly.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.10-nightly.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.10-nightly.1</guid>
      <pubDate>Mon, 01 Sep 2025 07:37:46 GMT</pubDate>
      <description>Qwen Code v0.0.10-nightly.1 adds a Todo Write tool for in-session task management and progress tracking.
• Adds a Todo Write tool enabling task management and progress tracking within coding sessions.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.9</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.9</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.9</guid>
      <pubDate>Wed, 27 Aug 2025 09:42:17 GMT</pubDate>
      <description>Qwen Code v0.0.9 adds subcommand-based switching between project and global memory operations.
• Adds subcommands to `/memory` to switch between project-level and global memory operations.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.9-nightly.4</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.9-nightly.4</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.9-nightly.4</guid>
      <pubDate>Wed, 27 Aug 2025 05:39:32 GMT</pubDate>
      <description>Qwen Code v0.0.9-nightly.4 adds subcommands to switch between project and global memory operations.
• Adds subcommands to switch between project-level and global memory operations, replacing a single undifferentiated memory command.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8</guid>
      <pubDate>Fri, 22 Aug 2025 08:44:46 GMT</pubDate>
      <description>Qwen Code v0.0.8 adds .geminiignore support in grep, project/global save location options, and deterministic cache control.
• Adds project/global save location option to control where settings are persisted.
• Adds deterministic cache control for LLM requests.
• Grep tool now respects `.geminiignore` to exclude files from search results.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.8-nightly.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8-nightly.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8-nightly.7</guid>
      <pubDate>Fri, 22 Aug 2025 00:11:44 GMT</pubDate>
      <description>Qwen Code v0.0.8-nightly.7 adds .geminiignore support in grep, grep result limits, deterministic cache control, and save location options.
• Grep tool now respects `.geminiignore` to exclude files and directories from search results, consistent with other tool behaviors.
• Adds a project/global save location option, letting users control where session data is persisted.
• Adds deterministic cache control for LLM requests.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.8-nightly.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8-nightly.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8-nightly.6</guid>
      <pubDate>Thu, 21 Aug 2025 02:05:50 GMT</pubDate>
      <description>Qwen Code v0.0.8-nightly.6 adds .geminiignore support in grep and project/global save location options.
• Adds project/global save location option, letting users control where conversation or session data is persisted.
• Applies `.geminiignore` rules to the grep tool, so files excluded from Gemini/Qwen Code context are also excluded from grep searches.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.8-nightly.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8-nightly.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.8-nightly.5</guid>
      <pubDate>Wed, 20 Aug 2025 08:32:32 GMT</pubDate>
      <description>Qwen Code v0.0.8-nightly.5 adds .geminiignore support in grep and a project/global save location option.
• Adds `.geminiignore` support to the grep tool, so files and paths listed in `.geminiignore` are excluded from grep searches.
• Adds a project/global save location option, letting users choose whether settings are saved at the project or global scope.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.7</guid>
      <pubDate>Fri, 15 Aug 2025 10:36:21 GMT</pubDate>
      <description>Qwen Code v0.0.7 migrates web search to Tavily API and removes Google GenAI dependency from web-fetch
• Migrates web search from Google/Gemini to the Tavily API, replacing the previous search backend.
• Refactors the `web-fetch` tool to remove the `google genai` dependency, making it provider-independent.
• Adds a GitHub Actions workflow to build the sandbox image.
• Adds an API request logger for observability into outbound model requests.
Breaking changes:
• Web search is now routed through the Tavily API instead of Google/Gemini — existing setups relying on Google/Gemini for web search will no longer work without a Tavily API key.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.6-nightly.1</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.6-nightly.1</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.6-nightly.1</guid>
      <pubDate>Wed, 13 Aug 2025 11:03:59 GMT</pubDate>
      <description>Qwen Code v0.0.6-nightly.1 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature to map system prompts per context.
• Adds Qwen OAuth integration for authentication flows.
• Supports OpenRouter as a model backend provider.
• Adds telemetry service for usage tracking.
• Makes `/init` respect the configured context filename, aligning with `QWEN.md`.
• Adds usage statistics logging for the Qwen integration.
• Adds GitHub Actions workflow to build the sandbox image.
• Updates `/bug` command to point to the Qwen-Code repository.
Breaking changes:
• `GEMINI.md` is renamed to `QWEN.md` across the codebase — any tooling or scripts referencing `GEMINI.md` as the context filename will break.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.6-nightly.0</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.6-nightly.0</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.6-nightly.0</guid>
      <pubDate>Wed, 13 Aug 2025 00:10:04 GMT</pubDate>
      <description>Qwen Code v0.0.6-nightly.0 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature to map system prompts per context.
• Adds Qwen OAuth integration for authenticated sessions.
• Supports OpenRouter as a model provider backend.
• Adds telemetry service for usage tracking.
• Adds usage statistics logging for the Qwen integration.
• Updates `/bug` command to point to the Qwen-Code repository.
• Makes `/init` respect the configured context filename and aligns docs with `QWEN.md`.
Breaking changes:
• Context filename documentation and `/init` command behavior now align with `QWEN.md` (renamed from `GEMINI.md`) — any workflows or scripts referencing `GEMINI.md` as the context file will need to be updated.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.6</guid>
      <pubDate>Tue, 12 Aug 2025 14:08:02 GMT</pubDate>
      <description>Qwen Code v0.0.6 adds usage statistics logging and makes `/init` respect configured context filenames.
• Adds usage statistics logging for Qwen API integration to track token and request consumption.
• Makes `/init` command respect the configured context filename (e.g., `QWEN.md`) rather than hardcoding a default.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.12</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.12</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.12</guid>
      <pubDate>Tue, 12 Aug 2025 10:07:38 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.12 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and usage statistics logging.
• Adds `systemPromptMappings` configuration feature to map system prompts per context.
• Adds Qwen OAuth integration for authenticated sessions.
• Supports OpenRouter as a model provider backend.
• Adds telemetry service for usage tracking.
• Adds usage statistics logging for Qwen integration.
• Updates `/bug` command to point to the Qwen-Code repository.
• Makes `/init` respect the configured context filename, aligned with `QWEN.md`.
Breaking changes:
• `GEMINI.md` is renamed to `QWEN.md` across the codebase — any tooling or scripts that reference `GEMINI.md` will break.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.11</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.11</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.11</guid>
      <pubDate>Tue, 12 Aug 2025 00:10:48 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.11 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature to map models to custom system prompts.
• Adds OpenRouter as a supported inference provider.
• Adds Qwen OAuth integration for authentication.
• Adds a telemetry service for usage tracking.
• Updates the `/bug` command to point to the Qwen-Code repository.
• Adds ModelScope inference API as a supported backend.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.10</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.10</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.10</guid>
      <pubDate>Mon, 11 Aug 2025 00:10:43 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.10 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature, enabling per-context system prompt overrides via config.
• Adds Qwen OAuth integration for authenticated access to Qwen services.
• Adds support for OpenRouter as a model provider backend.
• Adds a telemetry service for usage tracking.
• Updates the `/bug` slash command to point to the Qwen-Code issue tracker instead of the upstream repo.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.9</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.9</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.9</guid>
      <pubDate>Sun, 10 Aug 2025 00:09:19 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.9 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature, enabling per-context system prompt overrides.
• Adds Qwen OAuth integration for authenticated sessions.
• Adds support for OpenRouter as a model provider backend.
• Adds a telemetry service for usage tracking.
• Updates the `/bug` command to point to the Qwen-Code repository.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.8</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.8</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.8</guid>
      <pubDate>Sat, 09 Aug 2025 00:11:34 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.8 adds OAuth, OpenRouter support, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature, enabling per-context system prompt customization.
• Adds Qwen OAuth integration for authentication flows.
• Adds support for OpenRouter as a model provider.
• Adds a telemetry service for usage tracking.
• Updates the `/bug` command to point to the Qwen-Code issue tracker.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5</guid>
      <pubDate>Fri, 08 Aug 2025 13:46:22 GMT</pubDate>
      <description>Qwen Code v0.0.5 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature to map system prompts conditionally.
• Adds Qwen OAuth integration for authenticated access.
• Supports OpenRouter as a model provider backend.
• Adds a telemetry service for usage tracking.
• Updates `/bug` command to point to the Qwen-Code repository.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.7</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.7</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.7</guid>
      <pubDate>Fri, 08 Aug 2025 13:00:55 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.7 adds OAuth login, OpenRouter support, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature, enabling per-context system prompt overrides.
• Adds Qwen OAuth integration for authenticated access.
• Adds support for OpenRouter as a model provider.
• Adds a telemetry service for usage data collection.
• Updates the `/bug` command to point to the Qwen-Code repository.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.6</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.6</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.6</guid>
      <pubDate>Fri, 08 Aug 2025 12:06:04 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.6 adds OpenRouter support, Qwen OAuth, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature, enabling per-context system prompt customization.
• Adds Qwen OAuth integration for authentication flows.
• Adds support for OpenRouter as a model provider.
• Adds a telemetry service for usage tracking.
• Updates the `/bug` command to point to the Qwen-Code repository.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.5-nightly.5</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.5</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.5-nightly.5</guid>
      <pubDate>Fri, 08 Aug 2025 00:54:39 GMT</pubDate>
      <description>Qwen Code v0.0.5-nightly.5 adds OpenRouter support, systemPromptMappings config, and a telemetry service.
• Adds `systemPromptMappings` configuration feature, allowing per-context system prompt overrides.
• Adds support for OpenRouter as a model provider backend.
• Adds a telemetry service for usage tracking.
• Updates the `/bug` command to point to the Qwen-Code repository.</description>
    </item>
    <item>
      <title>Qwen Code v0.0.1-alpha.14</title>
      <link>https://github.com/QwenLM/qwen-code/releases/tag/v0.0.1-alpha.14</link>
      <guid isPermaLink="true">https://github.com/QwenLM/qwen-code/releases/tag/v0.0.1-alpha.14</guid>
      <pubDate>Fri, 01 Aug 2025 09:55:24 GMT</pubDate>
      <description>Qwen Code alpha.14 adds systemPromptMappings config, OpenRouter support, and a telemetry service.
• Adds `systemPromptMappings` configuration feature, allowing per-model or per-context system prompt overrides.
• Supports OpenRouter as a new model provider integration.
• Adds a telemetry service for usage tracking.
• Updates the `/bug` command to point to the Qwen-Code repository.</description>
    </item>
  </channel>
</rss>
