← Reddit

Claude Platform on AWS reference - what's new in CC 2.1.139 (+2,248 tokens)

Reddit · Dramatic_Squash_3502 · May 12, 2026
Version 2.1.139 adds AWS reference documentation with configuration and authentication details while strengthening security by requiring preservation of security-relevant instructions during conversation summarization and context compaction. The release repositions AWS as Anthropic-operated infrastructure with same-day API parity and refactors system prompts and skills for improved context management, memory formatting, and output styling. A new PowerShell reference table mapping Unix commands to their equivalents was also included.

Detailed Analysis

Claude Code version 2.1.139 introduces a significant infrastructure expansion with the addition of native Claude Platform on AWS support, representing Anthropic's effort to deepen its first-party cloud integration story. The release adds reference documentation for using the Claude Developer Platform through AWS infrastructure, including AnthropicAWS clients, SigV4 authentication, and short-term API key handling. Critically, the accompanying skill update reframes Claude Platform on AWS as an Anthropic-operated environment with same-day API parity and full Managed Agents support — positioning it distinctly above third-party integrations like Amazon Bedrock, Google Vertex, and Azure AI Foundry, which remain limited to Claude API plus tool use only. The model migration guide further reinforces this distinction by noting that the platform uses bare first-party model IDs, with the full rename table and breaking-change sections applying verbatim rather than through any cloud-provider abstraction layer.

A cluster of changes in this release centers on security and context integrity across conversation compaction flows. The agent prompt updates for both full conversation summarization and recent-message summarization now require that security-relevant instructions — including sensitive file rules, forbidden operations, and credential handling constraints — be preserved verbatim when conversations are compacted. The partial compaction instructions receive the same treatment, creating a consistent chain of custody for security-critical directives across all memory-reduction pathways. This reflects a maturing recognition that context compaction, while necessary for managing token limits, introduces a meaningful attack surface if sensitive instructions are inadvertently lost or paraphrased during summarization.

Several updates address system prompt presentation and transparency mechanics. The Auto Mode system prompt drops its explicit "Auto Mode Active" header and reframes destructive-action guidance in generic terms rather than tying it to the auto-mode context, suggesting a move toward more mode-agnostic safety language. Two system reminders — TodoWrite and Task tools — remove instructions that previously told Claude never to mention the reminders to users, a subtle but meaningful shift toward greater operational transparency rather than concealment of internal scaffolding. The harness instructions also strip a note about automatic context compaction triggering on long conversations, potentially because the compaction behavior is now better handled through explicit partial compaction instruction sets.

The release also refines agentic workflow mechanics in the pacing loop execution skills. Both the dynamic pacing loop and the self-pacing loop skill are updated so that brief confirmation text — summarizing that a task ran, identifying the monitor as a wake signal, and presenting the fallback delay choice — is written as prose before the schedule-wakeup tool call ends the turn. This sequencing change ensures that the confirmation message is visible in the turn output rather than being swallowed by the tool call boundary, improving legibility and auditability of long-running agentic jobs. The memory instruction update introduces kebab-case slugs and a structured metadata block with cross-linking syntax, pointing toward a more formal, machine-parseable memory schema as agentic memory systems grow more complex.

Taken together, version 2.1.139 reflects several converging priorities in frontier AI agent development: tighter first-party cloud infrastructure with clear privilege tiers, hardened security-instruction persistence across memory operations, and incremental improvements to the legibility and auditability of agentic execution flows. The AWS platform differentiation is particularly notable as a competitive signal — by designating Claude Platform on AWS as Anthropic-operated with full feature parity rather than treating it as just another cloud passthrough, Anthropic is establishing a tiered ecosystem where its own managed infrastructure carries guarantees that third-party model deployments explicitly do not. The PowerShell command-mapping table addition, while operational in nature, also underscores the broadening of Claude Code's target deployment environments beyond Unix-native developer toolchains.

Article image Read original article →