Qwen Code Weekly: Insight Analytics, Clipboard Images, Terminal Capture
This week we released v0.10.0, v0.11.0 major feature versions and 5 bugfix versions.
- Released two major feature versions: v0.10.0 and v0.11.0, plus 5 bugfix versions
- OAuth authentication with model upgraded to qwen3.5-plus, 1000 free calls per day
- Added Insight analytics
- Clipboard image support
- Terminal Capture automated validation and screenshot generation
✨ New Features
Insight Analytics
Official built-in command that deeply analyzes local Session records to provide personalized programming insights and usage analysis reports.

Usage: Type /insight to start parallel LLM analysis
Generates a detailed HTML report divided into 7 sections:
- What You Work On - Your work focus
- How You Use Qwen Code - How you use Qwen Code
- Impressive Things - Notable achievements
- Where Things Go Wrong - Problem areas
- Features to Try - Features worth trying
- New Usage Patterns - New usage patterns
- On the Horizon - Future outlook
Finally, you can export an image for social media sharing.

👇 Feature Demo
Clipboard Image Support
Cross-platform support: macOS / Windows / Linux. See PR #1612
Features:
- Image Capture: Capture images from system clipboard
- Temporary Storage: Save to clipboard temp directory
- LRU Cleanup: Auto-delete oldest 50 images when exceeding 100
- Attachment UI:
↑to enter attachment mode,←/→to navigate,Deleteto remove

Terminal-Capture
Purpose: Automated terminal screenshot tool for CLI visual verification, automatically validates features and produces demo screenshots.
Architecture: node-pty (pseudo-terminal) → xterm.js (rendering) → Playwright (screenshot), see PR #1840
👇 Feature Demo
MCP Tool Progress Updates
Feature: MCP tools support real-time progress notifications
- TUI Mode: Display
⏳ [50/100] Processing... - SDK Mode: New
tool_progressstream event type
See PR #1756
🔧 Important Fixes
| PR | Version | Issue | Impact |
|---|---|---|---|
| #1330 | v0.10.0 | Setting naming confusion | Renamed disable* → enable*, auto-migration |
| #1768 | v0.11.0 | Windows path case sensitivity | Session matching failed, normalized to lowercase |
| #1811 | v0.10.2 | AbortSignal memory leak | MaxListenersExceededWarning |
| #1821 | v0.10.2 | JSON Schema incompatibility | Support draft-2020-12 |
| #1791 | v0.10.2 | TPM rate limiting | Detect and wait 1 minute to retry |
| #1825 | v0.10.2 | Subagent abort accumulation | Fixed listener leak |
| #1796 | v0.11.0 | ESC cancel blocking | Fixed input blocking issue |
| #1877 | v0.11.0 | Arch OS installation | Added sudo detection for permission checks |
| #1929 | v0.11.0 | LSP compatibility | Changed workspaceFolders to boolean |
| #1857 | v0.10.6 | BOM detection | Improved length checking and codePointAt |
Windows Platform Fixes
| PR | Issue |
|---|---|
| #1604 | Sandbox detection using PowerShell Get-Command |
| #1736 | Tab key doesn’t cycle approval modes when autocomplete is active |
| #1768 | Path case sensitivity causing session mismatch |
Upgrade: Run npm i @qwen-code/qwen-code@latest -g to upgrade to the latest version.
For questions or suggestions, welcome to GitHub Issues !