Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
← All Claude Code issues

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

unsubscribe anytime.

TLDR;

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.

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.

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.

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.

Community & Independent Developers

Research & Safety

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

Every Monday morning

This week in Claude Code

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.