Sweep 22 Sep 2026 · 15:52Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Writing the changelog v2.1.280 merge candidates · 1/5 waiting for the next tick
Tool description

CronDelete, as sent

CLI Claude Code, interactive mode, seeded with flags-account, v2.1.270. 27 model strings share this prompt, byte for byte.

Lines1100 characters
Moved+0−0 against v2.1.269
Reach27model strings receive this description
Copies1distinct descriptions under this name
Parameters11 of them required Tools in captureall of themevery description on this arm
Plain text · sha256 8e4b55fe3c76

The description, line by line

1 lines Line numbers are v2.1.269 on the left and this capture on the right.
1 1 Cancel a cron job previously scheduled with CronCreate. Removes it from the in-memory session store.

What it accepts

1 parameter The JSON parameter schema sent beside this description, 246 characters of it. Name, type, then whether the client marked it required.
id string required Job ID returned by CronCreate.

sha256 f5eb456c6a4d · the schema as the client sent it:

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "id": { "description": "Job ID returned by CronCreate.", "type": "string" } }, "required": [ "id" ], "type": "object" }