Claude Code CLI 2.0.64 adds async subagents – 4 upgrades turn it agentic
Stay in the loop
Free daily newsletter & Telegram daily report
Executive Summary
Anthropic quietly turned Claude Code from a linear chat helper into a small agent platform today. Version 2.0.64 lands four big upgrades: async subagents, a now‑paused “instant compact” context trim, custom session naming, and a /stats usage view—all from a quick claude update. This is a CLI release, not a new model, but it changes how you can actually work with the thing.
Async subagents are the headline: you can spin off background workers to crawl a monorepo, tail logs, or watch CI while you stay focused on a foreground task, then have the main agent “wake up” when the side jobs finish with a consolidated report. Early users are already wiring this into repo exploration and bash workflows, treating Claude more like a process supervisor than a chat window. Instant compact tried to keep a continuously summarized history so trims felt instant, but Anthropic pulled it within hours for over‑aggressively summarizing live conversations.
The softer touches—session renaming and /stats—matter once you have dozens of long‑running threads. Naming lets teams organize by feature or client instead of timestamps, and stats make it obvious when you’re leaning too hard on expensive models. Taken with this week’s Cursor council and Mistral Vibe 200k context bump, the coding‑agent race is clearly moving from “smart autocomplete” to orchestration, monitoring, and real project hygiene.
Top links today
- Epoch analysis of Nvidia B200 manufacturing costs
- Epoch AI capabilities index interactive benchmark explorer
- Menlo Ventures state of generative AI 2025 report
- Google DeepMind FACTS benchmark suite overview
- Ultra-FineWeb-en-v1.4 dataset on Hugging Face
- Ultra-FineWeb-en-v1.4 dataset technical paper
- LLM Compressor with Intel AutoRound PTQ on GitHub
- Perceptron Isaac 0.2 hybrid-reasoning VLM release blog
- Qwen3-Omni-Flash December 2025 upgrade blog
- Gemini 2.5 Flash and Pro TTS update blog
- GDPval-AA agentic benchmark leaderboard
- Stirrup open-source agent framework for AI agents
- Nebius Token Factory post-training and deployment platform
- Datalab Forge Evals for document parsing quality
- Yutori Scouts always-on web monitoring agents
Feature Spotlight
Feature: Claude Code CLI ships async subagents + instant compact
Claude Code CLI adds async subagents for background tasks, an instant compact (briefly disabled), session renaming, and /stats—unlocking long‑running monitoring and faster workflows for coding agents.
Major Claude Code CLI update dominates today: background subagents, near‑instant compaction (temporarily paused), session rename, and usage stats—lots of demos and community takes. Excludes other coding tools below.
Jump to Feature: Claude Code CLI ships async subagents + instant compact topics