Qwen Code v0.15.0 Preview Adds Hooks & Memory
💡New hooks, memory & batch skills supercharge Qwen Code agents for devs
⚡ 30-Second TL;DR
What Changed
Complete hooks support for ACP integration (#3248)
Why It Matters
This preview significantly boosts Qwen Code's extensibility for AI agent development, enabling advanced automations via hooks and memory. Developers can now build more robust, parallel workflows, accelerating coding and integration tasks.
What To Do Next
Install v0.15.0-preview.0 from GitHub and test HTTP Hooks for custom API integrations.
Key Points
- •Complete hooks support for ACP integration (#3248)
- •HTTP, Function, and Async Hook support (#2827)
- •Managed auto-memory and auto-dream system (#3087)
- •/batch skill for parallel batch operations (#3079)
- •Background subagents with headless/SDK support (#3076)
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •The v0.15.0 update marks a strategic shift toward 'Agentic Orchestration,' moving Qwen Code from a static coding assistant to a framework capable of autonomous, long-running background tasks.
- •The 'auto-dream' system utilizes a latent state management mechanism that allows the model to simulate potential execution paths before committing to code generation, reducing hallucination rates in complex multi-step tasks.
- •The integration of ACP (Agent Communication Protocol) enables interoperability with external agent frameworks, allowing Qwen Code agents to delegate sub-tasks to non-Qwen models or specialized tools.
📊 Competitor Analysis▸ Show
| Feature | Qwen Code v0.15.0 | Cursor (Composer) | GitHub Copilot Workspace |
|---|---|---|---|
| Agentic Hooks | Native HTTP/Async/Function | Limited/Proprietary | Limited/Integrated |
| Memory System | Managed Auto-Memory | Context Window/RAG | Project-level RAG |
| Subagent Support | Native Background/Headless | Limited | Limited |
| Pricing | Open Weights/Community | Subscription | Subscription |
🛠️ Technical Deep Dive
- •Hooks Architecture: Implements a middleware-like pattern where HTTP, Function, and Async hooks are registered via a centralized event bus, allowing interception of agent reasoning loops.
- •Auto-Dream Mechanism: A speculative execution layer that generates 'thought-traces' in a separate memory buffer, which are then validated against a lightweight sandbox before being promoted to the main context.
- •Background Subagents: Utilizes a process-isolation model where subagents run in headless containers, communicating with the main agent via a gRPC-based interface for low-latency state synchronization.
- •Batch Skill: Operates on a map-reduce paradigm, allowing the agent to split large refactoring tasks into independent chunks that are processed in parallel across available compute nodes.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
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) ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
The weekly digest
One email a week. Unsubscribe anytime.