๐ŸงงStalecollected in 32m

Qwen TypeScript SDK v0.1.6-preview Released

Qwen TypeScript SDK v0.1.6-preview Released
PostLinkedIn
๐ŸงงRead original on Qwen (GitHub Releases: qwen-code)

๐Ÿ’กMulti-modal support + security fixes in Qwen's TypeScript SDK boost AI coding agents

โšก 30-Second TL;DR

What Changed

Added multi-modal input support (image, PDF, audio) across content generators

Why It Matters

This preview update boosts Qwen Code agent reliability for developers, enabling richer inputs and safer operations. It supports advanced workflows like VSCode model selection and batch processing, accelerating AI coding tasks.

What To Do Next

Upgrade to Qwen TypeScript SDK v0.1.6-preview.0 and test multi-modal inputs in your coding agents.

Who should care:Developers & AI Engineers

Key Points

  • โ€ขAdded multi-modal input support (image, PDF, audio) across content generators
  • โ€ขSecurity fix: prevent command injection via newline bypass in shell validation
  • โ€ขImproved retry logic for 429/5xx error handling
  • โ€ขConcurrent runner for batch CLI execution
  • โ€ขStream subagent text and reasoning chunks in ACP

๐Ÿง  Deep Insight

Web-grounded analysis with 8 cited sources.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขThe TypeScript SDK requires Node.js >= 20.0.0 and Qwen Code CLI >= 0.4.0 installed in PATH for operation[3].
  • โ€ขPrevious release v0.1.5-preview.0 bundled CLI v0.9.1 and included changes like tiktoken dependency removal in favor of API-reported token counts[1].
  • โ€ขThe SDK supports programmatic querying with options for tool approval callbacks, authentication types like 'openai' or 'qwen-oauth', and error handling for interactive sessions[3].

๐Ÿ› ๏ธ Technical Deep Dive

  • โ€ขSDK quick start uses query() function for single-turn interactions, iterating over message types like 'assistant' or 'result' with async generators[3].
  • โ€ขTool management includes allowedTools and excludeTools arrays for pattern matching, with canUseTool callback controlling execution behavior ('allow', 'deny')[3].
  • โ€ขBundled CLI versions evolve rapidly: v0.1.5 used CLI 0.9.1, while v0.1.6 uses 0.13.0, reflecting ongoing stability improvements[1].

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

Qwen Code SDK will integrate with emerging Qwen3.5 models for enhanced agent capabilities
Qwen3.5-Plus availability announced in Feb 2026 aligns with SDK's multi-modal and agent streaming features for direct use via OAuth or API[5].
CLI bundling will continue accelerating to match weekly Qwen Code releases
Pattern from v0.9.1 to v0.13.0 bundling and v0.11.1/v0.12.0 updates shows synchronization with core CLI development pace[1][2].

โณ Timeline

2026-02
Release v0.11.0 of Qwen Code core with stability enhancements
2026-02-16
Qwen3.5-Plus model goes live, supporting OAuth and API access
2026-02-28
Qwen Code v0.11.0 marked as latest release on GitHub
2026-03-06
Weekly update releases v0.11.1 and advances v0.12.0 development
2026-03
TypeScript SDK v0.1.5-preview.0 released bundling CLI v0.9.1
2026-03-18
TypeScript SDK v0.1.6-preview.0 released bundling CLI v0.13.0
๐Ÿ“ฐ

Weekly AI Recap

Read this week's curated digest of top AI events โ†’

๐Ÿ‘‰Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: Qwen (GitHub Releases: qwen-code) โ†—