Skip to Content
Back to Blog

Qwen Code Weekly: Insight Analytics, Clipboard Images, Terminal Capture

Qwen Team
2026-03-03

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, Delete to 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_progress stream event type

See PR #1756 

🔧 Important Fixes

PRVersionIssueImpact
#1330 v0.10.0Setting naming confusionRenamed disable* → enable*, auto-migration
#1768 v0.11.0Windows path case sensitivitySession matching failed, normalized to lowercase
#1811 v0.10.2AbortSignal memory leakMaxListenersExceededWarning
#1821 v0.10.2JSON Schema incompatibilitySupport draft-2020-12
#1791 v0.10.2TPM rate limitingDetect and wait 1 minute to retry
#1825 v0.10.2Subagent abort accumulationFixed listener leak
#1796 v0.11.0ESC cancel blockingFixed input blocking issue
#1877 v0.11.0Arch OS installationAdded sudo detection for permission checks
#1929 v0.11.0LSP compatibilityChanged workspaceFolders to boolean
#1857 v0.10.6BOM detectionImproved length checking and codePointAt

Windows Platform Fixes

PRIssue
#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 !

Last updated on