Anthropic shipped a wave of updates to Claude Code and Cowork in the last few weeks. No single headline feature - just a stack of meaningful improvements that compound. Remote session control from your phone. Scheduled recurring tasks. Two new plugin repositories. Auto memory that persists context across sessions. And some adoption stats that should get your attention.
Here's what changed and why it matters.
This one is more useful than it sounds. You can now access your active Claude Code session from your phone or any web browser via a slash command. Start a session on your laptop, walk away, and pick it up on your phone to monitor progress, answer questions, or redirect the agent.
The flow is simple: run the command in your terminal, get a link, open it on your phone. You see the full session - what Claude is working on, what it's asking, what it's outputting. You can respond to prompts, approve tool use, or kill the session entirely.
This matters for long-running agents. If you've kicked off a multi-file refactor and walked to get coffee, you don't need to rush back when Claude asks "should I also update the tests?" You answer from your pocket.

Cowork now supports recurring scheduled tasks. Think cron jobs, but described in natural language and executed by Claude.
The use cases Anthropic highlighted: daily summaries of repository activity, recurring research pulls, file organization, email follow-ups. You define the schedule and the task description. Cowork handles execution on the cadence you set.
This is the kind of feature that's easy to overlook and hard to stop using once you start. If you're already running Claude Code for one-off tasks, scheduled tasks let you automate the patterns you keep repeating manually. "Every Monday morning, summarize all PRs merged last week and post to Slack" - that kind of thing.
Anthropic released two new plugin repositories: one for knowledge work, one for financial services. Both are installable from the Cowork marketplace and - this is the important part - editable in natural language after installation.
You install a plugin, then modify its behavior by describing what you want changed. No code editing. No YAML wrangling. Just tell it what to do differently. The example Anthropic showed was an equity research idea generation plugin: install it, customize it to your coverage universe, and run it.
The plugin architecture itself is straightforward. Each plugin is a set of skills and agent definitions that get loaded into your Cowork environment. The marketplace is the distribution layer. Natural language editing is the customization layer. The combination means you can take someone else's workflow, fork its behavior through conversation, and end up with something tailored to your work without writing a line of config.

Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
This one fixes a real friction point. Claude Code now automatically remembers project context across sessions using an editable markdown file.
Previously, every new Claude Code session started cold. You'd re-explain your project structure, your conventions, your preferences. Auto memory changes that: Claude writes relevant context to a markdown file (visible and editable by you), and loads it at the start of each session.
The file lives in your project's .claude/ directory. You can read it, edit it, delete lines you don't want persisted, or add context manually. It's not a black box - it's a markdown file you own.
This is the right design. Transparent, user-controlled, file-based. No hidden database. No opaque embeddings. Just a file that Claude reads and writes, and you can too.
# Auto memory lives here
cat .claude/CLAUDE.md
If you've been maintaining your own CLAUDE.md with project instructions, auto memory now supplements that with learned context. Your explicit instructions stay. Claude's observations get appended separately.
When Claude Code needs to ask you a question mid-session, it can now render markdown diagrams and code snippets in the prompt. Previously, questions were plain text. Now Claude can show you a proposed file structure as a tree diagram, a code diff it wants you to approve, or a dependency graph - all rendered inline in the terminal.
Small change. Meaningful improvement to the feedback loop. When an agent asks "should I restructure the imports like this?" and shows you the actual code instead of describing it in prose, you make faster and better decisions.
Anthropic shared a number: 4% of all public commits on GitHub are now authored by Claude Code. Their projection is 20% by end of 2026.
That's not "AI-assisted" commits where a human used Copilot for autocomplete. That's commits where Claude Code was the author - autonomous agent commits pushed to public repositories.
Whether the 20% projection holds is anyone's guess. But 4% today is already significant. It means Claude Code isn't a demo anymore. It's production infrastructure for a meaningful slice of the open source ecosystem.

Anthropic teased two upcoming skills: Simplify and Batch.
Simplify takes complex code and breaks it down - not just refactoring, but genuinely reducing complexity while preserving behavior. Batch takes a task and fans it out across multiple isolated agents using worktrees, running them in parallel.
If you've used the worktree isolation pattern from the previous update, Batch is the automated version. Instead of manually spawning sub-agents, you describe the batch job and Claude handles the fan-out, isolation, and result collection.
Both are previews. No ship date. But they signal where Anthropic is heading: agents that manage other agents, with structural isolation built in.
None of these features exist in isolation. Remote control makes long-running agents practical. Scheduled tasks make recurring agent work automatic. Plugins make agent behaviors shareable and customizable. Auto memory makes every session smarter than the last. Better ask-user prompts make human-in-the-loop faster.
Stack them together and the workflow changes. You're not "using Claude Code" as a tool. You're managing a team of agents that remembers what they've learned, runs on schedules you set, and checks in with you on your phone when they need a decision.
That's the trajectory. Each update nudges it forward.
Official docs:
This article is based on a Developers Digest video. All feature behavior is based on direct testing with Claude Code at time of publication.
Further Reading:
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolCodeium's AI-native IDE. Cascade agent mode handles multi-file edits autonomously. Free tier with generous limits. Stron...
View ToolCognition Labs' autonomous software engineer. Handles full tasks end-to-end - reads docs, writes code, runs tests, and...
New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.
Configure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsInstall the dd CLI and scaffold your first AI-powered app in under a minute.
Getting Started
Anthropic's Big Claude Code & Cowork Update: Remote Control, Scheduled Tasks, Plugins, Auto Memory + New Simplify/Batch Skills The script recaps a consolidated update on new Anthropic releases...

Boost Your Productivity with Augment Code's Remote Agent Feature Sign up: https://www.augment.new/ In this video, learn how to utilize Augment Code's new remote agent feature within your...

No-Code AI Automation with VectorShift: Integrations, Pipelines, and Chatbots In this video, I introduce VectorShift, a no-code AI automation platform that enables you to create AI solutions...

Claude Code now has a native Loop feature for scheduling recurring prompts - from one-minute intervals to three-day wi...

Anthropic brought git worktrees to Claude Code. Spawn multiple agents working on the same repo simultaneously - no mer...

Anthropic built Cowork in 1.5 weeks - a Claude Code wrapper that brings agentic AI to non-developers. Presentations, d...