🚀 Qwen Code v0.14.0 – v0.14.2 are now available
Channels:Control Qwen Code remotely from Telegram, DingTalk, or WeChat — send a message from your phone, get results on your server
Cron Jobs :Schedule recurring AI tasks — auto-run tests every 30 min, pull & build every morning, monitor logs on a timer
Qwen3.6-Plus :New flagship model with 1M token context, 1,000 free daily requests
Sub-agent Model Selection:Assign different models to sub-agents — use a powerful model for the main task, a fast one for subtasks, save tokens without sacrificing quality
/plan:Enter planning mode before execution — AI maps out all files and steps first, you confirm, then it executes
Follow-up Suggestions:AI suggests 2-3 next steps after completing a task — "Add unit tests?" "Check similar files?" — click to continue
Adaptive Output Tokens :Default 8K output, auto-escalates to 64K when truncated — no more manually tuning max_tokens
Ctrl+O Verbosity Toggle :Switch between verbose and compact output mid-conversation — debug mode when you need it, clean mode when you don't
📋 Full changelog: https://t.co/zPMyCVIskN
Coordination scales intelligence.
Inspired by @cursor_ai’s work on large-scale autonomous coding, we show how multi-agent swarms with shared memory can solve complex reasoning problems (e.g. Putnam-level math) - reproducible with Claude Code.
Harness engineering is as important as model capability scaling.
AI Agents are 50% a harness story.
"Natural-Language Agent Harnesses" proposes moving harness logic out of code and into the native language of LLMs:
Natural Language.
Turns the agent harness into a portable artifact that you can experiment with, improve and execute in a shared runtime.
Agent harnesses will mature into a first class citizen of the AI Agent ecosystem.
We will have people who are Agent Harness engineers and experts.
Cursor can now search millions of files and find results in milliseconds.
This dramatically speeds up how fast agents complete tasks.
We're sharing how we built Instant Grep, including the algorithms and tradeoffs behind the design.