Qwen Code v0.15.9: Features & Fixes
AI coding tool adds attribution tracking & convo forking for devs
30-Second TL;DR
What Changed
Commit attribution with per-file AI contribution tracking
Why It Matters
Boosts AI-assisted coding workflows with better attribution and session management, aiding collaboration. Improves reliability for production use via core fixes.
What To Do Next
Upgrade to qwen-code v0.15.9 and test /branch for conversation forking.
Key Points
- •Commit attribution with per-file AI contribution tracking
- •/branch command to fork current conversations
- •Idealab added as third-party provider
- •Fixed per-agent ContentGenerator via AsyncLocalStorage
- •Searchable /resume picker with focus modes
Deep Insight
AI-generated analysis for this event — not the original article.
Enhanced Key Takeaways
- •Qwen Code v0.15.9 integrates with the broader Qwen-2.5-Coder model family, leveraging enhanced long-context capabilities to support the new per-file AI tracking feature.
- •The implementation of AsyncLocalStorage for the ContentGenerator addresses specific race conditions identified in high-concurrency environments where multiple agents were previously overwriting shared state.
- •The addition of Idealab as a provider signals a strategic shift toward a multi-model orchestration layer, allowing users to switch between Qwen-native models and third-party API endpoints within the same IDE session.
Competitor Analysis
- Qwen Code v0.15.9
- Per-file AI tracking
- Cursor (Composer)
- Basic git integration
- GitHub Copilot
- Limited
- Qwen Code v0.15.9
- /branch command
- Cursor (Composer)
- Branching UI
- GitHub Copilot
- N/A
- Qwen Code v0.15.9
- Qwen + Idealab
- Cursor (Composer)
- Multi-model (OpenAI/Anthropic/etc)
- GitHub Copilot
- OpenAI-centric
- Qwen Code v0.15.9
- Open-source/Free
- Cursor (Composer)
- Freemium/Subscription
- GitHub Copilot
- Subscription
| Feature | Qwen Code v0.15.9 | Cursor (Composer) | GitHub Copilot |
|---|---|---|---|
| Commit Attribution | Per-file AI tracking | Basic git integration | Limited |
| Conversation Forking | /branch command | Branching UI | N/A |
| Provider Support | Qwen + Idealab | Multi-model (OpenAI/Anthropic/etc) | OpenAI-centric |
| Pricing | Open-source/Free | Freemium/Subscription | Subscription |
Technical Deep Dive
- •The /branch command utilizes a lightweight state-snapshot mechanism that serializes the current conversation context into a JSON-based branch object, allowing for non-destructive experimentation.
- •AsyncLocalStorage integration ensures that the ContentGenerator maintains request-scoped context across asynchronous boundaries, preventing data leakage between concurrent agent tasks.
- •The searchable /resume picker implements a fuzzy-matching algorithm optimized for local file system indexing, reducing latency when navigating large project histories.
Future ImplicationsAI analysis grounded in cited sources
Timeline
- 2024-09Release of Qwen-2.5-Coder series, establishing the foundation for Qwen Code IDE integration.
- 2025-03Initial public release of the Qwen Code IDE extension.
- 2025-11Introduction of the first agentic workflow features in Qwen Code v0.10.0.
- 2026-05Release of Qwen Code v0.15.9 featuring per-file tracking and Idealab support.
Weekly AI Recap
Read this week's curated digest of top AI events →
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Qwen (GitHub Releases: qwen-code) ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
The weekly digest
One email a week. Unsubscribe anytime.