Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.117 Home All releases olderv2.1.116 v2.1.118newer
Claude Code v2.1.117

One-Time Scheduled Remote Agent Execution

What

The /schedule command (previously /trigger) now supports one-time execution at a specific time in addition to recurring cron schedules.

Usage
/schedule  (then specify run_once_at instead of cron_expression)
Details
  • Use "run_once_at": "YYYY-MM-DDTHH:MM:SSZ" (RFC 3339 UTC) instead of a cron expression
  • The timestamp must be in the future
  • When the user specifies a local time, the agent converts it to UTC and confirms
Evidence

Schedule system prompt changes (search for "run_once_at") and description update: "or once at a specific time."$J7 at line ~428477

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.117 →