Anthropic News Flash | Fable 5 Export Controls Spread and Code v2.1.178
The Clauder Navi editorial team brings you the official Anthropic news from June 17, 2026, delivered in a news broadcast style. Today's top story covers the significant report that the export restrictions on Fable 5 / Mythos 5 are spreading to U.S. allies, along with five other fresh updates directly relevant to engineers' day-to-day work: the release of Claude Code v2.1.178, removal of deprecated model identifiers from the TypeScript SDK, updates to plugins for Claude Cowork, and more.
The restrictions on access to Fable 5 / Mythos 5 have entered a new phase, with concerns now spreading even to U.S. allies. While Anthropic is in direct talks with senior officials at the Commerce Department, the prospects for a resolution remain unclear at this time, and the situation continues to demand close attention from API users based in Japan and companies with AI adoption plans.
Claude Code v2.1.178 delivers nested .claude directory skill support and fine-grained permission rules via Tool(param:value) syntax. This significantly expands configuration flexibility for large monorepos and enterprise Claude Code deployments, making it well worth checking for an update immediately. Additionally, TypeScript SDK v0.104.2 removes deprecated model identifiers, so be aware of potential type errors in existing code.
Anthropic's IPO is targeting a Nasdaq listing in October 2026, with major investment banks serving as lead underwriters. knowledge-work-plugins for Claude Cowork was also updated on 6/16, providing plugin templates for 11 job functions including Sales, Legal, and Finance. It is important to get up to speed this week on three key points: the export control situation, handling deprecated models in the SDK, and the new tooling updates.
目次 (7)
- [1] Fable 5 / Mythos 5 Export Controls — Impact on U.S. Allies Revealed
- [2] Claude Code v2.1.178 Released — Nested Skills and Permission Syntax Added
- [3] Anthropic IPO — Preparations Continue for October Nasdaq Listing
- [4] knowledge-work-plugins / claude-plugins-official Updated on 6/16
- [5] anthropic-sdk-typescript v0.104.2 — Deprecated Model Identifiers Removed
- What to Watch Next
- Sources
[1] Fable 5 / Mythos 5 Export Controls — Impact on U.S. Allies Revealed
Bloomberg reported on 6/16 that the Trump administration's restrictions on model access at Anthropic are causing alarm among U.S. allies as well (source: https://www.bloomberg.com/news/articles/2026-06-16/trump-s-anthropic-crackdown-sets-off-ai-alarms-for-us-allies). Anthropic is said to be in direct talks with senior Commerce Department officials, aiming to restore access to Fable 5 / Mythos 5. Impact level for engineer readers: ★★★.
The government claims that "Anthropic's recklessness led to jailbreaks," while Anthropic continues to deny this (reference: https://www.foxbusiness.com/politics/trump-admin-says-anthropics-recklessness-triggered-export-controls-latest-ai-models). If negotiations drag on, it poses a direct risk to API users in Japan and to corporate AI adoption plans, making it prudent to begin preparing for migration to alternative models. Anthropic's official statement can be found at https://www.anthropic.com/news/fable-mythos-access.
[2] Claude Code v2.1.178 Released — Nested Skills and Permission Syntax Added
Claude Code v2.1.178 was published on 6/16 (source: https://releasebot.io/updates/anthropic/claude-code). The key changes include support for skills in nested .claude directories, with name conflicts resolved using <dir>:<name> format. A Tool(param:value) syntax has also been added to permission rules, enabling access control at the parameter level. Impact level for engineer readers: ★★★.
Furthermore, classifier evaluation is now performed before launching sub-agents in auto mode, improving safety. Skill management in large monorepo environments becomes easier, and governance configuration precision for enterprise Claude Code deployments is enhanced. Updates can be obtained via npm (package: https://www.npmjs.com/package/@anthropic-ai/claude-code).
[3] Anthropic IPO — Preparations Continue for October Nasdaq Listing
Anthropic's IPO preparations, following the confidential S-1 filing on 6/1, continue to draw media attention as of 6/16 (reference: https://techcrunch.com/2026/06/01/anthropic-files-to-go-public/). The Nasdaq listing is targeted for October 2026, with Goldman Sachs, JPMorgan, and Morgan Stanley as lead underwriters, and the fundraise is expected to exceed $60 billion. Impact level for engineer readers: ★★.
The recent Series H disclosed a valuation of $965 billion and annualized revenue of $30 billion (as of April 2026) (related: https://www.anthropic.com/news/confidential-draft-s1-sec). The IPO will introduce mandatory financial disclosure requirements, which is expected to increase transparency around model development policies and API pricing trends, making post-IPO changes to API pricing and terms of service all the more important to watch.
[4] knowledge-work-plugins / claude-plugins-official Updated on 6/16
knowledge-work-plugins (20.9k stars) and claude-plugins-official on the GitHub anthropics org were both updated on 6/16 (source: https://github.com/anthropics/knowledge-work-plugins). knowledge-work-plugins includes plugins for 11 job functions such as Sales, Legal, Finance, and Bio Research, and serves as an open-source collection of plugin templates that can integrate with external tools via MCP servers. Impact level for engineer readers: ★★.
Published as plugin templates available for use with Claude Cowork, they can be adapted for Japanese business documents by adding Japanese prompts to the skill files. Since the structure is open-source, the barrier to customizing them for your own business workflows is kept low (related: https://github.com/anthropics/claude-plugins-official).
[5] anthropic-sdk-typescript v0.104.2 — Deprecated Model Identifiers Removed
TypeScript SDK v0.104.2 was released on 6/15, removing deprecated model identifiers from both the API and SDK (source: https://github.com/anthropics/anthropic-sdk-typescript/releases). Code that hardcodes model identifiers such as claude-sonnet-4 or claude-opus-4 may encounter type errors or runtime errors. Impact level for engineer readers: ★★.
It is recommended to promptly verify migration to identifiers such as claude-fable-5 or claude-sonnet-4-6. The Java SDK is undergoing similar deprecation processing in the v2.40.x series. The scope of impact can be efficiently identified by searching for model identifier strings within the project (npm version history: https://www.npmjs.com/package/@anthropic-ai/claude-code?activeTab=versions).
What to Watch Next
Negotiations over the export restrictions on Fable 5 / Mythos 5 are ongoing, with Anthropic and the Commerce Department in direct talks. The practical risk management approach is to await the official announcement of a resolution timeline while preparing for migration to alternative models. The nested skill functionality and permission syntax in Claude Code v2.1.178 are immediately useful features for large teams, and early evaluation is recommended. For the TypeScript SDK's deprecated model handling, run type checks to identify the scope of impact before proceeding with migration for a safe transition. The knowledge-work-plugins update is a useful template collection for developers considering adopting Claude Cowork.
Sources
- Bloomberg — Report on export controls spreading to allies: https://www.bloomberg.com/news/articles/2026-06-16/trump-s-anthropic-crackdown-sets-off-ai-alarms-for-us-allies
- Anthropic Official — Fable / Mythos access statement: https://www.anthropic.com/news/fable-mythos-access
- Fox Business — Government's claims: https://www.foxbusiness.com/politics/trump-admin-says-anthropics-recklessness-triggered-export-controls-latest-ai-models
- Claude Code release info (releasebot): https://releasebot.io/updates/anthropic/claude-code
- npm — @anthropic-ai/claude-code: https://www.npmjs.com/package/@anthropic-ai/claude-code
- TechCrunch — Anthropic IPO report: https://techcrunch.com/2026/06/01/anthropic-files-to-go-public/
- Anthropic Official — Confidential S-1 filing: https://www.anthropic.com/news/confidential-draft-s1-sec
- GitHub — knowledge-work-plugins: https://github.com/anthropics/knowledge-work-plugins
- GitHub — claude-plugins-official: https://github.com/anthropics/claude-plugins-official
- GitHub — anthropic-sdk-typescript releases: https://github.com/anthropics/anthropic-sdk-typescript/releases