Some Practical Features of Claude Code Recently
Recent Claude Code updates: /loop for natural language recurring tasks, adjustable auto compact, HTTP hooks for remote integration, voice mode rollout, and Skill Creator with evaluation tools.
“AI Disruption” Publication 9200 Subscriptions 20% Discount Offer Link.
Recent Claude Code updates have been coming very frequently — here’s a quick summary.
/loop Command
You no longer need to write any cron syntax. Just describe the task in natural language, and Claude will parse it and confirm the scheduled recurring task.
Essentially, /loop is a bundled Skill, powered underneath by three native tools: CronCreate, CronDelete, and CronList.
You provide an optional time interval + a prompt, Claude converts it into a cron expression, and schedules it to run repeatedly in the background. The session must remain open for the tasks to keep firing.
Tasks only trigger when Claude Code is running and idle.
Closing the terminal = all tasks disappear.
After creation, loop tasks automatically expire after 3 days — they run one final time and then self-delete. This actually makes sense: in a CLI environment, it’s very easy to forget what you set up earlier.



