Claude Code adds built-in scheduled tasks
Anthropic has added documented built-in scheduling to Claude Code, letting developers use `/loop` or natural-language reminders to run recurring checks and one-shot follow-ups during an active session. It makes Claude Code more useful for deployment watching, build polling, and PR babysitting, but the tasks are session-scoped and disappear when the session ends.
This is a deceptively important upgrade: Claude Code moves from one-shot assistant to lightweight background automation layer inside the dev workflow. Anthropic is also drawing a clear line between convenient in-session orchestration and true unattended automation.
- –`/loop` can rerun prompts or packaged workflows like review commands on a schedule without leaving the Claude Code session
- –One-time reminders are a practical fit for long-running builds, test suites, and deployment checks that normally force developers to keep context in their head
- –The feature is intentionally constrained: tasks run only while Claude Code is open and idle, and recurring jobs expire after three days
- –That makes scheduled tasks great for active coding sessions, but still not a replacement for GitHub Actions or other durable schedulers
DISCOVERED
81d ago
2026-03-07
PUBLISHED
81d ago
2026-03-07
RELEVANCE
AUTHOR
DIY Smart Code