← Back to Blog
|7 min read

3 New Claude Code Features You Should Know About

claude-codeautomation

Most people think of Claude Code as "just" a better coding assistant in the terminal. The latest release shows a different angle: Claude Code as a remote coding layer you can steer from wherever you are. That change is subtle but huge if your workflow normally ties you to one machine.

The three practical additions:

1) Dispatch: controlling your machine from mobile

Before this feature, most of us assume we need to sit at the machine running coding tools. Now you can give commands and let Claude do actions from your phone while you are away. This turns "I need to be at my desk to continue work" into "I can stay mobile and still keep momentum."

Start with observability first (read-only checks) before giving write permissions. That order matters — read-only first lets you validate the trust boundary before delegating sensitive commands.

2) Remote control: continue the same session on another device

If you start work on one device and then need to continue somewhere else, Claude can carry the session forward instead of forcing you to restart manually and lose flow. Context is expensive — moving from desktop to phone typically means repeating state checks and environment setup. Session handoff keeps you thinking linearly while physically changing devices.

3) Loop mode: repeat tasks automatically

Loop mode lets Claude run tasks repeatedly with the interval you define. Instead of manually checking routine queues every day, you let the loop handle the repetitive timing. Instead of burning focus on low-value checks, you focus on exceptions and decisions.

Good use cases: status syncs across repos, draft cleanup jobs, monitoring for common failure patterns, and triaging inbox noise. Start with short intervals (5-15 minutes) for low-risk checks, a clear stopping condition, and an output log you can review.

Why these three features matter together

Dispatch gives you mobility. Remote control gives you continuity. Loop gives you consistency. Together they move Claude Code from "assistant that helps when you are at keyboard" to "agent-like layer in your operating system."

If your daily work is split across meetings, coding, ops checks, and client communication, this is exactly where workflow drag usually appears. These features address that friction directly.