Anthropic Weekly  ·  ISO Week 26  ·  2026-06-22 to 2026-06-26
A weekly Anthropic review in Shipped. voice. Compiled by id8Labs.
June 22 to 26, 2026
ISO Week 26
by id8Labs
26
Shipped.  ·  Anthropic Weekly  ·  ISO Week 26  ·  2026-06-22 Shipped.

Five versions shipped, Claude went offline for two hours and forty-two minutes, and Anthropic accused Alibaba of fraudulently extracting the capabilities both events put on display.

Anthropic only. Week of 2026-06-22 to 2026-06-26. 11 log entries, 7 sections. Published by id8Labs.

Code Releases
5
Outage Duration
2h 42m
Peak US Reports
7,119
Models Suspended
2
The Open Week of 2026-06-22
· Anthropic
Anthropic went to Congress, not courts.

Tuesday, 10:02 AM ET. Every Claude model threw errors at the same instant. By 10:13 AM, outage trackers logged 7,119 simultaneous US reports. Eleven minutes of alerts. Two hours and forty-two minutes of downtime. Claude for Government never went down. No postmortem had landed by end of week. (TechRadar)

Two days later, Anthropic sent a formal letter to US senators and White House officials accusing Alibaba's Qwen AI lab of running a coordinated campaign using thousands of fraudulent accounts to extract Claude's capabilities in software engineering and agentic reasoning. (Bloomberg, CNBC) Alibaba ADRs fell to a 16-month low in Hong Kong. Anthropic has not published the letter.

The rest of the week: five Claude Code versions shipped Monday through Friday. A Slack integration put Claude inside workspaces as a named, persistent team member. The Python and TypeScript SDKs shipped in parallel, adding system-level streaming events. A research report mapped Claude usage to the rhythms of the outside world. In the background, Fable 5 and Mythos 5 remained suspended under a US export control directive in force since June 12, while Fable 5's complimentary access window on paid plans closed June 22 without a formal announcement.

This week
5 Claude Code releases
1 Slack integration
1 SDK pair update
1 research report
2h 42m service outage
1 letter to Congress

Models off API
Fable 5, Mythos 5
Since June 12, 2026
Lead Story 01
News  ·  June 25, 2026

The Letter

Anthropic sent Congress a formal accusation: Alibaba fraudulently extracted Claude's best capabilities using thousands of fake accounts. The story is now in lawmakers' offices.

June 24 to 25, 2026  ·  Reported by Bloomberg and CNBC  ·  Letter to US senators and White House
Background Fable 5 and Mythos 5 have been suspended since June 12 under a US export control directive. Anthropic disagreed and complied. The letter to Congress draws a line from that compliance to this accusation: the company that accepted external constraints on its own frontier models is pressing government to constrain those who would extract those models' capabilities by fraud.
Lead Story

On June 24, CNBC first reported that Anthropic had sent a formal letter to US senators and the White House accusing Alibaba's Qwen AI lab of running a large-scale operation to extract Claude's capabilities using thousands of fraudulent accounts. Bloomberg confirmed and expanded the reporting on June 25. The capabilities named in the letter: software engineering performance and agentic reasoning. Alibaba ADRs fell to a 16-month low in Hong Kong trading following the disclosure. Anthropic has not published the letter. Alibaba has not commented.

The choice of venue is the story. IP theft complaints go to courts. Trade disputes with geopolitical weight go to Congress. Anthropic went to Congress. That does not make the underlying accusation false, but it tells you the company sees this as a policy argument, not a legal one.

The capabilities named in the letter are not incidental. Software engineering and agentic reasoning are the commercial core of what Claude does. Claude Code, which shipped five versions in five days this week, is the product built from those capabilities. The week where Alibaba was accused of fraudulently acquiring them was also the week Anthropic shipped the most rapid public iteration of the product that runs on them.

The political context matters. Fable 5 and Mythos 5 have been off the API since June 12, suspended following a public jailbreak demonstration and a US government export control directive. Anthropic published a statement disagreeing with the restriction but complying. (Anthropic statement) The letter to Congress creates a coherent posture: a company that accepted external constraints on its own frontier models while asking government to constrain those who would extract those models' capabilities through fraud.

Expect regulatory coverage. The story is in the pipeline of multiple lawmakers' offices.

Primary sources
Bloomberg, June 25
CNBC, June 24

Market impact
Alibaba ADRs at 16-month low

Letter status
Not published publicly

Alibaba response
No comment at press time
Also Shipped Three more from the week
· June 22 to 26
Still Watching

Quiet on the Wire

Fable 5 and Mythos 5 remain off the API. The US government export control directive, issued June 12 after a jailbreak was publicly demonstrated on X, was not lifted this week. Anthropic published a statement calling the action a response to a narrow potential jailbreak, disagreeing with it, and complying. (Anthropic statement) No new developments confirmed in the weekly window.

Fable 5 complimentary access ended June 22. The no-extra-cost window on Pro, Max, Team, and seat-based Enterprise plans, in place since June 9 (the day of the model launch), closed Monday. Access reverted to standard plan entitlements. No formal announcement of the transition was published.

* * *
The Close  ·  Week of 2026-06-22
Five Claude Code versions.
Two hours and forty-two minutes offline.
When it came back, the week was already interesting.
· · ·
Back of Book  ·  Week 26

The Release Log

A 1:1 mirror of every Anthropic release in the window, June 22 to 26, 2026. Use it as reference. 11 entries, 6 categories.

C. Claude Code
5
releases

Five versions in five days. Monday through Friday, one per day. MCP CLI auth, a /rewind command, auto-mode shell routing, OpenTelemetry logging, and voice dictation fixes.

CODE
Claude Code v2.1.186
MCP server authentication lands on the command line: claude mcp login <name> and claude mcp logout <name>, with --no-browser for SSH sessions. Bash ! commands now trigger Claude auto-response by default. iTerm2 teammate mode added (teammateMode: "iterm2"). AWS credential refresh option in /login for awsAuthRefresh setups. The agent gets a compaction reminder when MEMORY.md approaches its size limit. Fixes: streaming after machine sleep, subagent transcript rendering, background task previews, permission prompt alignment, workflow schema loops capped at 5 attempts, YAML frontmatter handling across kebab-case and snake_case.
How to use Run claude update or reinstall. Bash auto-response is on by default; add "respondToBashCommands": false to settings to revert. For SSH: claude mcp login <name> --no-browser and follow the stdin prompt.
CODE
Claude Code v2.1.190
Bug fixes and reliability improvements. Superseded by v2.1.191 the same afternoon.
CODE
Claude Code v2.1.191
/rewind restores conversation context from before a /clear command was run. Streaming CPU usage drops approximately 37% through text update coalescing at 100ms intervals. Long-session memory growth from terminal output caching is reduced. MCP reliability improves with retry logic on transient network errors for capability discovery and OAuth flows.
How to use claude update or reinstall. /rewind is available in any session that had a prior /clear.
CODE
Claude Code v2.1.193
New autoMode.classifyAllShell setting routes all Bash and PowerShell commands through the auto-mode classifier, not just arbitrary-code-execution patterns. New claude_code.assistant_response OpenTelemetry log event emits model response text as a structured log, redacted by default and opt-in via OTEL_LOG_ASSISTANT_RESPONSES=1. Live file path autocomplete in bash mode (! prefix). Idle background shell commands now auto-reap under memory pressure. Three backgrounding bugs fixed: spurious cancellation warnings on exit, phantom "general-purpose (resumed)" subagent spawned on main turn backgrounding, and pinned agents being re-prompted after auto-update.
How to use Run claude update. Set autoMode.classifyAllShell: true in settings to route all shell commands through the classifier. Set OTEL_LOG_ASSISTANT_RESPONSES=1 to enable response logging.
CODE
Claude Code v2.1.195
New CLAUDE_CODE_DISABLE_MOUSE_CLICKS environment variable disables click interactions in fullscreen mode while preserving wheel scroll. Hook matchers with hyphenated identifiers now use exact matching instead of substring matching. Voice dictation on macOS is repaired, including auto-submit for languages without spaces. Linux voice mode improved. Remote session startup adds a provisioning checklist.
How to use Run claude update or reinstall from the GitHub releases page. Set CLAUDE_CODE_DISABLE_MOUSE_CLICKS=1 to disable click interactions while keeping scroll.
D. Claude Apps
1
release
APPS
Introducing Claude Tag
Claude Tag puts Claude inside Slack as a persistent named team member with a shared organizational identity. All employees work with the same Claude, enabling task handoffs between teammates without losing context. Ambient mode lets Claude proactively follow up on inactive threads without being explicitly tagged. Runs on Claude Opus 4.8.
How to use Available to Claude Enterprise and Claude Team users. Enable via the Claude for Slack app. Research preview; broader rollout pending.
E. SDK, Python
1
release
SDK-PY
anthropic-sdk-python v0.112.0
Adds system.message streaming events: clients can receive streamed system-level events mid-conversation alongside content_block_* events. Also adds a new refusal category to the stop reason taxonomy and User Profile ID support in request headers. Bug fix: the memory tool now creates parent directories with correct permissions.
How to use pip install --upgrade anthropic. Handle system.message events in your stream loop alongside existing content_block_* events.
F. SDK, TypeScript
1
release
SDK-TS
anthropic-sdk-typescript v0.106.0
Parallel release to the Python SDK. Adds system.message streaming events, the new refusal category, and User Profile ID in request headers. Fixes the x-stainless-helper header to use a single source with append semantics and correct fallback middleware tagging.
How to use npm install @anthropic-ai/sdk@latest
G. Research
1
publication
RESEARCH
Anthropic Economic Index: Cadences
Third quarterly Anthropic Economic Index report, drawing on a linked survey-and-usage dataset of approximately 9,700 respondents. Key finding: Claude usage maps to real-world rhythms. Work queries drop on weekends (less dramatically for top earners), news queries peak in the morning, sleep advice peaks around 5 AM, tax queries surge around filing deadlines. The report also examines what concrete outputs people take from Claude sessions, finding variation by product. Survey launched April 2026; usage data from mid-May to early June linked via privacy-preserving methods.
Why it matters The most empirically grounded picture yet of when and how people actually reach for Claude, by linking self-reported survey data to real usage.
H. News
2
items
NEWS
Claude service disruption, 10:02 AM to 12:44 PM ET
Elevated error rates across all Claude models and platforms beginning 10:02 AM ET. Peak: 7,119 simultaneous US outage reports at 10:13 AM ET. Resolved 12:44 PM ET. Two hours and forty-two minutes of downtime. Claude for Government was unaffected. No cause or postmortem published at press time. Reported by TechRadar.
NEWS
Anthropic accuses Alibaba of illicit model access
Anthropic sent a formal letter to US senators and White House officials accusing Alibaba's Qwen AI lab of running a coordinated campaign to extract Claude's capabilities in software engineering and agentic reasoning, using thousands of fraudulent accounts. Alibaba ADRs fell to a 16-month low in Hong Kong trading following the disclosure. Anthropic has not published the letter publicly; the story was confirmed by Bloomberg and CNBC.
Why it matters Anthropic escalated via Congress rather than courts, which says the complaint is partly political. The capabilities named as targets (software engineering, agentic reasoning) are exactly where Claude leads commercially. Expect regulatory coverage.
Stay on the frontier

Get Shipped. in your inbox.

Daily digest at 9 PM ET. Weekly magazine every Friday morning. Six labs, one feed. No spam, one-click unsubscribe.