This week in Claude Code · Jun 29, 2026
Claude Code June 29: Fable 5 Returning Soon, Claude Tag Live in Slack, Alibaba Distillation Lawsuit, v2.1.195 Latest
Get the next issue in your inbox. Weekly · Free
Fable 5 is on its way back: Mythos 5 gained US government clearance for 100+ critical infrastructure organizations on June 26, with Axios confirming broader Fable 5 restoration is imminent. Claude Tag launched June 23 as a persistent Slack AI teammate powered by Opus 4.8 for Enterprise and Team customers; the old Slack app is deprecated August 3 - migrate now. Anthropic disclosed a 28.8 million query distillation attack by Alibaba using 25,000 fake accounts targeting agentic coding capabilities. Nine Claude Code CLI releases shipped (v2.1.186 through v2.1.195): MCP CLI auth, /rewind command, 37% CPU streaming reduction, sandbox.credentials, and fullscreen mouse controls. A Mozilla 0DIN report exposed a DNS-fetched malware exploit using clean GitHub repos to bypass AI coding agent defenses - test your pipelines. Update to v2.1.195 before your next session.
API & Model Updates
Fable 5 on Track to Return: Mythos 5 Cleared for US Critical Infrastructure, Broad Restoration Imminent
- On June 26, Anthropic secured US government clearance to redeploy Claude Mythos 5 to over 100 US critical infrastructure organizations, confirmed across multiple outlets including 9to5Mac, CybersecurityNews, and the official Anthropic X account.
- On June 27, Axios reported that Fable 5 itself is on track to return broadly in the near term, while Beff Jezos and others called on the administration to accelerate the timeline for US startups.
- Both models had been suspended since June 12-13 due to export controls.
Editor’s read: The clearance pattern - restricted to US infra orgs first, broader consumer access next - suggests a phased return. If you are on a US-based Enterprise plan, check your Claude dashboard for Mythos 5 model access this week.
Claude Code & CLI
Claude Code v2.1.186 Through v2.1.195 This Week: MCP CLI Auth, /rewind, 37% CPU Streaming Cut, sandbox.credentials
- Nine Claude Code CLI releases shipped June 22-26.
- v2.1.186 added claude mcp login/logout for CLI-driven MCP auth.
- v2.1.187 added sandbox.credentials and org-level model restrictions.
- v2.1.190 delivered reliability improvements.
- v2.1.191 introduced /rewind before /clear and cut CPU usage 37% during streaming.
- v2.1.193 added auto-mode classifyAllShell and OTel response logging.
- v2.1.195 (June 26) added fullscreen mouse controls, fixed hyphenated hook names, and improved voice dictation.
Editor’s read: MCP CLI auth in v2.1.186 is the most workflow-changing addition - you can now authenticate MCP servers without leaving the terminal. The 37% CPU reduction in v2.1.191 matters for long agentic sessions; /rewind is the safety net missing from /clear.
Claude Code Week 26 Official Changelog: Shell Mode Responds to Bash Output, /rewind Before /clear, claude mcp login (v2.1.185-v2.1.193)
- Anthropic published the official Week 26 changelog on June 26, summarizing all changes from v2.1.185 to v2.1.193: shell mode now responds to bash command output in streaming contexts, /rewind is now available as a safe pre-clear undo, and the new claude mcp login command enables CLI-based MCP server auth.
Agent SDK & Managed Agents
Anthropic Claude Tag Now Live in Slack: Opus 4.8 Persistent AI Teammate for Enterprise and Team, Old App Deprecated August 3
- On June 23, Anthropic launched Claude Tag, a persistent AI team member inside Slack for Enterprise and Team plan customers, powered by Opus 4.8 with ambient monitoring and persistent company memory.
- Claude Tag reportedly writes 65% of Anthropic's own product team code.
- Multiple sources confirmed launch details: the old Claude Slack integration is deprecated and replaced by August 3, 2026.
- Anthropic also noted the company has now surpassed OpenAI in enterprise Slack-based AI adoption.
Editor’s read: The August 3 deadline is real - if you are on Enterprise or Team and use the old Claude Slack app, plan the migration now or lose Slack access to Claude until you complete it.
Claude Agent SDK TypeScript v0.3.195: Query.reinitialize(), old_source in NotebookEdit, model_scoped Usage Tracking
- Three Agent SDK TypeScript releases shipped this week.
- v0.3.191 (June 24) added old_source to NotebookEdit tool results, seven_day_overage_included to SDKRateLimitInfo, and a model_scoped array to usage responses for per-model breakdown.
- v0.3.193 (June 25) added a promptSuggestions option and fixed a Windows subprocess flash bug.
- v0.3.195 (June 26) added Query.reinitialize() and fixed commands_changed handling.
- Python SDK updates (v0.2.108-v0.2.110) bundle matching CLI versions.
Editor’s read: model_scoped usage in v0.3.191 is the most practically useful addition - finally lets you see per-model token spend in multi-model agent flows without manual attribution.
Anthropic TypeScript SDK v0.106.0: system.message Streaming Events, Refusal Category Field, User Profile ID Headers
- Released June 24, Anthropic SDK TypeScript v0.106.0 adds system.message as a streamable event type in message streams, a new refusal category field on message responses for finer-grained handling of model refusals, and User Profile ID headers for request attribution across multi-user applications.
MCP Ecosystem
MCP TypeScript SDK server-legacy 2.0.0-alpha.3: Frozen v1 SSE Transport and OAuth Helpers for v1-to-v2 Migration
- Released June 25, MCP TypeScript SDK server-legacy 2.0.0-alpha.3 provides a frozen snapshot of the v1 SSE transport layer plus OAuth helpers specifically to ease migration from MCP protocol v1 to v2 without requiring a full transport rewrite.
Editor’s read: If you built custom MCP servers on v1 SSE transport, this package pins that stable interface while you migrate to v2 - do not skip it, the alpha.3 tag is misleadingly named, the transport itself is frozen and stable.
Developer Tools & Community
Claude Code Security Exploit: Clean GitHub Repo Delivers Malware via DNS-Fetched Payload, Bypasses Agent Defenses (Mozilla 0DIN, June 2026)
- A Mozilla 0DIN research report published June 27 disclosed that AI coding agents including Claude Code can be exploited through a clean GitHub repository that fetches a malicious payload via DNS at runtime, bypassing static analysis defenses that check repo contents.
- The attack vector defeats the common developer assumption that auditing a repo before cloning provides safety.
Editor’s read: This breaks the mental model of 'only use trusted repos' - the repo IS clean; the malware arrives via DNS later. Add DNS egress filtering and runtime sandboxing to your agent execution environment now.
Claude Suffers Dual Outages June 22-23: 10th Disruption in Three Weeks, 8,000 Reports, Agentic Pipeline Failures Mounting
- Claude experienced dual outages on June 22-23, marking its tenth disruption in three weeks.
- Over 8,000 user reports were filed.
- The repeated agentic pipeline failures are drawing scrutiny ahead of Anthropic's anticipated IPO, with analysts noting the reliability gap is a risk for enterprise adoption at the scale Anthropic is targeting.
Editor’s read: Ten disruptions in three weeks is not a streak to ignore if you run production agentic pipelines - add circuit breakers, exponential backoff, and at minimum a fallback to a queued retry mode before the next deployment.
Claude Code Trusted Devices for Remote Control Now in Beta for Team and Enterprise
- Announced June 25 in Claude Code release notes, Trusted Devices is now in beta for Team and Enterprise plan users, allowing pre-approved devices to connect to Remote Control without repeated re-authentication prompts during agent sessions.
Enterprise & Business
Anthropic Accuses Alibaba of 28.8 Million Fraudulent Claude Queries via 25,000 Fake Accounts to Steal Agentic Coding Capabilities
- On June 24-25, Anthropic publicly accused Alibaba of orchestrating the largest known AI model distillation attack: 28.8 million fraudulent API queries using 25,000 fake accounts specifically targeting Claude's agentic coding capabilities.
- CNBC and Ars Technica confirmed June 24-27 that Anthropic's legal action frames this as behavioral IP theft - not credential abuse - establishing a new category of AI intellectual property claim.
Editor’s read: This case will set a precedent for whether model behavior can be legally protected as IP - the behavioral distillation framing is new legal territory worth watching if you work on AI products.
Anthropic Claude Paying Customer Base Up 75% Since January 2026, Claude Code at 63% Professional Developer Adoption
- TechCrunch reported June 25 that Anthropic's paying customer base grew 75% since January 2026, with 18x demand surge on DataCamp.
- Cross-tool developer surveys published June 27 show Claude Code at 63% professional developer adoption - the highest of any AI coding CLI tool.
- Anthropic has now surpassed OpenAI in enterprise adoption metrics according to Fortune.
Community & Independent Developers
Claude Code Tripled Engineer Output - Now Companies Need Product Thinkers, Not More Engineers
- VentureBeat reported June 27 that companies deploying Claude Code are observing 3x engineer output but finding the new bottleneck has shifted from engineering capacity to product thinking and requirements clarity.
- the tool has outpaced the organizational structures built around slower development cycles.
Developer Uses Claude Code and Opus 4.8 to Get a Second Opinion on Shoulder MRI, Contradicts Clinical Diagnosis (426 HN Points)
- A June 28 Hacker News post that went viral with 426 points described a developer using Claude Code with Opus 4.8 to analyze shoulder MRI images, producing a clinical second opinion that contradicted the original diagnosis.
- sparking a broad debate about AI medical advisory use cases and Claude Code's scope beyond software development.
AI Coding Tools Pricing June 2026 Reality Check: Claude Code, Cursor, Codex, GitHub Copilot Free and Paid Tiers Compared
- Developers Digest published June 28 a side-by-side pricing reality check for the major AI coding tools: Claude Code, Cursor, OpenAI Codex, and GitHub Copilot.
- covering what each free tier actually includes, usage limits, and real monthly cost at professional usage levels.
Karpathy: Enterprise AI Coding Is Deeply Integrated, AI Writes the Majority of Code, Everyone Becomes a Manager
- On June 24, Andrej Karpathy posted on X that enterprise AI coding has crossed a threshold.
- tools like Claude Code are deeply integrated into multiplayer workflows, writing the majority of code, with human developers increasingly operating in management and oversight roles rather than primary authoring.
Agentic Workflow Problem: AI Agents Creating Unreviewable GitHub PRs - Guidelines for Human Oversight Gates
- A June 28 essay by Jon Udell identifies the growing problem of AI coding agents.
- including Claude Code in agentic mode.
- generating pull requests too large, complex, or opaque for meaningful human review, and proposes concrete team policies for defining oversight gates before autonomous agent commits.
Research & Safety
The Atlantic: Would Claude Refuse an Illegal Military Order? Anthropic's National Security AI Dilemma
- The Atlantic published June 29 a deep investigation into Anthropic's position on military AI.
- examining whether Claude is explicitly designed to refuse clearly illegal military commands and how Anthropic's expanding national security partnerships create tensions with the company's stated safety commitments.
Action Items
Immediate
- Update Claude Code to v2.1.195 (latest stable as of June 26)
- Enterprise and Team customers: plan migration to Claude Tag in Slack before August 3 - the old Slack app is being deprecated
- Security: test agentic pipelines against DNS-fetched payload attack vectors per the Mozilla 0DIN clean-repo exploit disclosure
- Check your Claude dashboard now for Mythos 5 model access if you are on a US-based Enterprise plan
- Test the new claude mcp login and mcp logout commands for CLI-driven MCP server auth (added v2.1.186)
By July 6
- Add circuit breakers and fallback logic to production Claude Code agentic pipelines - ten Claude outages in three weeks is a reliability signal
- Audit your agent instruction sets for no-ops that burn tokens without effect
- Review Jon Udell's unreviewable PR guidelines and define PR size limits and review criteria before running agents in auto-commit mode
- If you build with the Agent SDK: adopt model_scoped usage fields from v0.3.191 for per-model cost attribution in multi-model flows
All Resources
- Axios: Fable 5 on track to return soon
- 9to5Mac: Mythos 5 cleared for 100+ US institutions
- Anthropic X: Mythos 5 cleared for critical infrastructure
- Anthropic: Introducing Claude Tag
- TechCrunch: Claude Tag in Slack
- 9to5Mac: Claude Tag launch details
- Boris Cherny on Claude Tag
- GitHub: Claude Code v2.1.195
- GitHub: Claude Code v2.1.191
- GitHub: Claude Code v2.1.187
- GitHub: Claude Code v2.1.186
- Claude Code Week 26 official changelog
- GitHub: Agent SDK TypeScript v0.3.195
- GitHub: Agent SDK TypeScript v0.3.191
- GitHub: Anthropic SDK TypeScript v0.106.0
- GitHub: MCP TypeScript SDK server-legacy 2.0.0-alpha.3
- BleepingComputer: Clean GitHub repo malware exploit (Mozilla 0DIN)
- The New Stack / NextWeb: Claude outages June 22-23
- Claude Code release notes: Trusted Devices beta
- Ars Technica: Anthropic vs Alibaba distillation case
- CNBC: Alibaba distillation campaign
- Business Today: 28.8M fraudulent Claude queries
- TechCrunch: Claude paying customer base up 75%
- VentureBeat: Claude Code tripled engineer output
- antoine.fi: MRI second opinion with Claude Code (viral HN)
- Developers Digest: AI coding tools pricing June 2026
- Jon Udell: Unreviewable PRs from AI agents
- Karpathy: Enterprise AI coding milestone
- The Atlantic: Would Claude refuse an illegal military order?
This week in Claude Code
Five minutes, every Monday - the tools, releases and tactics for developers.