Anthropic cuts OpenClaw access and faces a leak
What happened
Anthropic has stopped supporting third‑party agent tools like OpenClaw on its Claude subscriptions, saying that those usages place an 'outsized strain' on its systems, and has simultaneously scrambled to contain leaked Claude Code artefacts after source maps were accidentally published. The twin developments underline provider fragility for services that rely on flat‑rate subscriptions and highlight release‑engineering risks when packaging metadata leaks. ((venturebeat.com) (Yahoo Tech))
Why it matters
Anthropic updated its subscription rules on April 4, 2026 so individual Claude plans no longer cover access from third‑party agent tools such as OpenClaw, and users who want to keep using those tools must pay separately for extra usage or switch to a pay‑per‑use option. (theverge.com) (venturebeat.com) Separately, on March 31, 2026 Anthropic accidentally published developer metadata that exposed the internal source for Claude Code, and the company confirmed the release affected roughly 1,900 files and about 512,000 lines of code while saying the error was human‑caused and no customer credentials were leaked. (bloomberg.com) (bleepingcomputer.com) OpenClaw is an open‑source agent framework that turns a language model into an automated assistant that performs many small tasks on behalf of a user, and Anthropic’s change specifically blocks the use of subscription tokens that these third‑party harnesses had been using to draw on a subscriber’s flat monthly allotment. (xda-developers.com) (news.ycombinator.com) The Claude Code leak happened because a shipped npm package included a JavaScript “source map” — a debugging file that links compressed runtime code back to the original TypeScript source — and that map pointed to a publicly readable zip on a Cloudflare R2 bucket, so outsiders could reconstruct the full, unobfuscated code; the offending source map was about 59.8 MB and the release was versioned 2.1.88. (nodesource.com) (layer5.io) Agent frameworks like OpenClaw multiply model workload because they break workflows into many short model calls, orchestrate parallel tool and browser interactions, and keep longer lived control loops running — usage patterns that convert a single human prompt into dozens or hundreds of LLM requests and therefore create outsized compute and throughput pressure on a service built around flat monthly subscriptions. (venturebeat.com) Anthropic removed the package, issued takedown requests and public statements saying it is rolling out changes to prevent repeat packaging errors, while the developer community had already mirrored and forked the leaked repo widely and the initial social post pointing to the files drew tens of millions of views. (bloomberg.com) (cybernews.com)
Quick answers
What happened in Anthropic cuts OpenClaw access and faces a leak?
Anthropic has stopped supporting third‑party agent tools like OpenClaw on its Claude subscriptions, saying that those usages place an 'outsized strain' on its systems, and has simultaneously scrambled to contain leaked Claude Code artefacts after source maps were accidentally published. The twin developments underline provider fragility for services that rely on flat‑rate subscriptions and highlight release‑engineering risks when packaging metadata leaks. ((venturebeat.com) (Yahoo Tech))
Why does Anthropic cuts OpenClaw access and faces a leak matter?
Anthropic updated its subscription rules on April 4, 2026 so individual Claude plans no longer cover access from third‑party agent tools such as OpenClaw, and users who want to keep using those tools must pay separately for extra usage or switch to a pay‑per‑use option. (theverge.com) (venturebeat.com) Separately, on March 31, 2026 Anthropic accidentally published developer metadata that exposed the internal source for Claude Code, and the company confirmed the release affected roughly 1,900 files and about 512,000 lines of code while saying the error was human‑caused and no customer credentials were leaked. (bloomberg.com) (bleepingcomputer.com) OpenClaw is an open‑source agent framework that turns a language model into an automated assistant that performs many small tasks on behalf of a user, and Anthropic’s change specifically blocks the use of subscription tokens that these third‑party harnesses had been using to draw on a subscriber’s flat monthly allotment. (xda-developers.com) (news.ycombinator.com) The Claude Code leak happened because a shipped npm package included a JavaScript “source map” — a debugging file that links compressed runtime code back to the original TypeScript source — and that map pointed to a publicly readable zip on a Cloudflare R2 bucket, so outsiders could reconstruct the full, unobfuscated code; the offending source map was about 59.8 MB and the release was versioned 2.1.88. (nodesource.com) (layer5.io) Agent frameworks like OpenClaw multiply model workload because they break workflows into many short model calls, orchestrate parallel tool and browser interactions, and keep longer lived control loops running — usage patterns that convert a single human prompt into dozens or hundreds of LLM requests and therefore create outsized compute and throughput pressure on a service built around flat monthly subscriptions. (venturebeat.com) Anthropic removed the package, issued takedown requests and public statements saying it is rolling out changes to prevent repeat packaging errors, while the developer community had already mirrored and forked the leaked repo widely and the initial social post pointing to the files drew tens of millions of views. (bloomberg.com) (cybernews.com)