Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 so far

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.

Prompt capture

v2.1.142 system prompt

1 added and 1 removed, of 220 lines, about 2 words, in the prompt all 27 arms receive. 5 of 26 tool descriptions changed. Compared against v2.1.141.

Agent SDK, print mode 27 model strings 26 tools captured Markdown

- Use TaskCreate to plan and track work. Mark each task completed as soon as it's done; don't batch.

System prompt +1 −1 of 220 lines

This edit reached all 27 arms

from line 42
 
 # Using your tools
  - Prefer dedicated tools over Bash when one fits (Read, Edit, Write, Glob, Grep) — reserve Bash for shell-only operations.
- - Use TodoWrite to plan and track work. Mark each task completed as soon as it's done; don't batch.
+ - Use TaskCreate to plan and track work. Mark each task completed as soon as it's done; don't batch.
  - You can call multiple tools in a single response. If you intend to call multiple tools and there are no dependencies between them, make all independent tool calls in parallel. Maximize use of parallel tool calls where possible to increase efficiency. However, if some tool calls depend on previous calls to inform dependent values, do NOT call these tools in parallel and instead call them sequentially. For instance, if one operation must complete before another starts, run these operations sequentially instead.
 
 # Tone and style

Bash +2 −2 of 123 lines

This edit reached all 27 arms

from line 70
 
 Important notes:
 - NEVER run additional commands to read or explore code, besides git bash commands
-- NEVER use the TodoWrite or Agent tools
+- NEVER use the TaskCreate or Agent tools
 - DO NOT push to the remote repository unless the user explicitly asks you to do so
 - IMPORTANT: Never use git commands with the -i flag (like git rebase -i or git add -i) since they require interactive input which is not supported.
 - IMPORTANT: Do not use --no-edit with git rebase commands, as the --no-edit flag is not a valid option for git rebase.
from line 116
 </example>
 
 Important:
-- DO NOT use the TodoWrite or Agent tools
+- DO NOT use the TaskCreate or Agent tools
 - Return the PR URL when you're done, so the user can see it
 
 # Other common operations

The full text

The whole documents, one page each, exactly as they were sent.