Anthropic Ships New Claude Code Features
Claude Code New Features 🚀
Anthropic just shipped a tons of new features for Claude Code, it's clear is becoming an OpenClaw competitor:
- Auto mode, many of you may have use
claude --dangerously-skip-permissions, I do!--auto-modereplaces that by having subagents checking before confirming changes. - Computer Use, allows Claude to control your desktop apps and browser.
- Scheduled Cloud Tasks, automate recurring workflows in the background.
- Channels, enables controlling Claude Code sessions via Telegram and Discord.
- 'Auto-dream', memory consolidation feature that runs a subagent to compact the context. Though with Opus 4.6 1M Context Window your coding agent barely ever needs to
/compactthe context.