ReleaseQwen (Alibaba Cloud)Qwen (Alibaba Cloud)published Sep 8, 2026seen 11h

QwenLM/qwen-code sdk-typescript-v0.1.10

QwenLM/qwen-code

Open original ↗

Captured source

source ↗
published Sep 8, 2026seen 11hcaptured 10hhttp 200method plain

SDK TypeScript Release v0.1.10

Repository: QwenLM/qwen-code

Tag: sdk-typescript-v0.1.10

Published: 2026-09-08T16:49:20Z

Prerelease: no

Release notes:

Bundled CLI Version

This SDK release bundles CLI version: 0.23.1

Source: CLI built from source (same branch/ref as SDK)

---

Highlights

The bundled CLI 0.23.0 includes two fixes requested in #11022:

  • Managed memory availability now respects the memory.enableManagedAutoMemory setting (#6941). Hosts that disable managed auto memory no longer see remember/dream requests admitted or managed-memory instructions in the system prompt; local patches can be removed.
  • Size-triggered microcompaction now clears old tool results toward a low watermark (#8464), so it no longer rewrites another part of the conversation prefix on every subsequent turn. Provider prompt-cache reuse is preserved across long tool-heavy sessions, reducing cached-input cost.

Bundled CLI Version

This SDK release bundles CLI version: 0.23.0

Source: latest stable CLI from npm

---

Bundled CLI Version

This SDK release bundles CLI version: 0.19.10

Source: latest stable CLI from npm

---

Bundled CLI Version

This SDK release bundles CLI version: 0.15.3

Source: latest stable CLI from npm

---

Bundled CLI Version

This SDK release bundles CLI version: 0.13.1

Source: latest stable CLI from npm

---

> Backfilled release for npm-published version 0.1.5 (original workflow failed before GitHub release creation).

What's Changed

  • chore: bump version to 0.8.2 by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1632
  • chore(release): sdk-typescript v0.1.4 by @qwen-code-ci-bot in https://github.com/QwenLM/qwen-code/pull/1633
  • Fix: Use resolved authType to initialize ACP agent by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1622
  • Add parentToolCallId and subagentType for ACP subagent tracking by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1620
  • feat(core): improve error message when skill is invoked as tool by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1623
  • fix(acp): stream subagent text + reasoning chunks by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1626
  • fix: ensure output-language.md is created before config initialization by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1637
  • fix(security): prevent command injection via newline bypass in shell command validation by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1638
  • Fix Claude plugin resource collection to respect marketplace config by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1639
  • feat(core): improve retry logic for better 429/5xx error handling by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1628
  • feat: add extra_body support for OpenAI-compatible providers by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1654
  • Support model selection through ACP in vscode ide companion by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1582
  • feat: add multi-modal input support (image, PDF, audio) across all content generators by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1564
  • Add Zed extension for Qwen Code agent server by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1630
  • feat: clarify output formats for non-interactive mode by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1579
  • feat: add concurrent runner for batch CLI execution by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1640
  • Add experimental LSP support for code intelligence by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1401
  • Fix: React/React-DOM version inconsistency in package.json and lockfile by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1659
  • feat(webui): implement unified UI architecture with shared component library by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1543
  • chore: bump version to 0.9.0 by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1661
  • Add contextWindowSize Configuration Support by @xuewenjie123 in https://github.com/QwenLM/qwen-code/pull/1539
  • fix(core): avoid passing undici agent to Anthropic SDK by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1663
  • fix(vscode-ide-companion): fix race conditions and improve @ file completion search by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1676
  • fix(core): properly cleanup MCP server subprocesses on exit by @tt-a1i in https://github.com/QwenLM/qwen-code/pull/1285
  • test(cli): stabilize AuthDialog ESC assertion by @liqiongyu in https://github.com/QwenLM/qwen-code/pull/1535
  • fix(cli): expand MCP @server: resource references by @liqiongyu in https://github.com/QwenLM/qwen-code/pull/1531
  • fix(core): auto-enable WebFetch and WebSearch tools in Plan mode by @afarber in https://github.com/QwenLM/qwen-code/pull/1686
  • feat(core): add symlink support for skill manager by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/1690
  • fix: normalize skill file content in extensions to handle BOM and CRLF by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1667
  • fix(ci): honor manual preview version input by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1665
  • build: Improve build efficiency and add dev mode by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1681
  • fix(core): handle heredoc in command substitution guard by @liqiongyu in https://github.com/QwenLM/qwen-code/pull/1701
  • feat: Preserve UTF-8 BOM when editing files by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1680
  • fix(core): Preserve trailing whitespace in newString during edits by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1688
  • fix: enable Shift+Tab shortcut in Windows PowerShell by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1607
  • fix(core): enforce tool restrictions in subagents by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1691
  • [AnthropicContentGenerator] optimize: ADD cache_control for system and last user text message by @Weaxs in https://github.com/QwenLM/qwen-code/pull/1613
  • refactor(i18n): translate Agent as 智能体 by @itchina110 in https://github.com/QwenLM/qwen-code/pull/1718
  • fix(docker): fix build error and enable manual version builds by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1722
  • chore(release): Bump version to 0.10.0 by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1720
  • fix(settings): rename negative settings to positive naming (disable* -> enable*) by...

Excerpt shown — open the source for the full document.