Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
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.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
A powerful new tool that allows executing multiple tools in a single request for improved performance:
BatchTool (displayed as "Call" to users) claude> /call
{
"invocations": [
{
"tool_name": "Bash",
"input": {
"command": "git blame src/foo.ts"
}
},
{
"tool_name": "Glob",
"input": {
"pattern": "**/*.ts"
}
},
{
"tool_name": "Grep",
"input": {
"pattern": "function",
"include": "*.ts"
}
}
]
}
What's wrong with this entry?
MCP_TIMEOUT MCP_TIMEOUT=10000 claude # Set 10 second timeout
What's wrong with this entry?
What's wrong with this entry?
! for bash mode - Quick access to bash command mode/ for commands - Access slash commandsshift + ⏎ for newline\⏎ for newlineBackslash (\) + Return (⏎) for newlineOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
What's wrong with this entry?
fetch to axios for better controlmaxRedirects: 0maxContentLengthOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
v0.2.42 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.
The system prompt was not captured for this release, so this page cannot say whether it moved.