Claude now supports dynamic looping. If you run /loop without passing an interval, Claude will dynamically schedule the next tick based on your task. It also may directly use the Monitor tool to bypass polling altogether /loop check CI on my PR https://t.co/L5UFH22r0C
Anthropic Adds Dynamic Looping and Background Monitoring to Claude Code
· Updated
Claude Code, the terminal-based agentic coding tool from Anthropic, introduced dynamic looping to automate recurring developer tasks. Running the
/loop command without a fixed interval allows the agent to intelligently schedule its own ticks (the iterative cycles an agent follows) between one minute and one hour based on task urgency.This update shifts the agent from reactive polling to proactive monitoring. By using the new Monitor tool, Claude Code can stream output from background scripts in real-time rather than repeatedly re-running prompts. This reduces token consumption and latency when managing long-running builds, pull request reviews, or continuous integration failures.
Trigger a built-in maintenance mode by entering a bare /loop command to triage CI and address PR comments. For project-specific automation, define custom instructions in a .claude/loop.md file. These session-scoped tasks require version 2.1.72 or later and expire automatically seven days after creation.
Noah Zweben
@noahzweben
100retweets1.4klikes
View on X