#
What's wrong with this entry?
Based on my analysis of the diff for version 1.0.53, here is the detailed changelog:
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.
What's wrong with this entry?
Based on my analysis of the diff for version 1.0.53, here is the detailed changelog:
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?
awsAuthRefresh configuration option that allows users to specify a command to run when AWS credentials need refreshing. This command is automatically executed when AWS authentication fails. # In ~/.claude.json or settings:
{
"awsAuthRefresh": "aws sso login --profile myprofile"
}
awsCredentialExport configuration option for dynamically providing AWS credentials from external sources. # In ~/.claude.json or settings:
{
"awsCredentialExport": "aws sts assume-role --role-arn arn:aws:iam::123456789012:role/MyRole --role-session-name claude-session"
}
The command must return AWS STS-compatible JSON output with Credentials.AccessKeyId, Credentials.SecretAccessKey, and Credentials.SessionToken.
otelHeadersHelper configuration option to dynamically set OpenTelemetry headers for tracing and monitoring. # In ~/.claude.json or settings:
{
"otelHeadersHelper": "echo '{\"x-trace-id\": \"'$(uuidgen)'\", \"x-org-id\": \"myorg\"}'"
}
MCP_SERVER_CONNECTION_BATCH_SIZE environment variable to control concurrent MCP server connections (default: 3).What's wrong with this entry?
# Regular command
/search keyword
# MCP command (automatically detected)
/tool-name (MCP) arguments
What's wrong with this entry?
awsAuthRefresh: Command to run when AWS credentials need refreshingawsCredentialExport: Command to export AWS credentials dynamicallyotelHeadersHelper: Command to generate OpenTelemetry headersMCP_SERVER_CONNECTION_BATCH_SIZE: Environment variable for MCP connection concurrencyWhat's wrong with this entry?
DecodeAuthorizationMessage AWS STS operationWhat's wrong with this entry?
What's wrong with this entry?
This update focuses on improving integration capabilities, particularly with AWS services and MCP servers, while enhancing the overall user experience with better error handling and configuration options.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
Published verbatim by Anthropic for v1.0.53. Text is unmodified from the upstream changelog. 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.