Anthropic Pauses Credit Change for Claude Code – Agent SDK Still on Subscription

Anthropic has paused the planned change that would have moved the Claude Agent SDK, claude -p, and third-party apps from subscription rate limits to a dedicated monthly credit. In an email to users, the company stated the change will not take effect today, and they are working on a revised plan to better support how users build with Claude subscriptions.
What This Means for Developers
Nothing changes right now. According to the email:
- Agent SDK – continues to draw from your existing subscription rate limits.
claude -p– pipes and stdin usage remains covered under the same subscription.- Third-party apps built on the Agent SDK – also continue as before, no separate credit required.
Users do not need to claim any credits, and subscription limits are unchanged. Anthropic says they will provide advance notice before any new policy takes effect.
Community Reaction on HN
On Hacker News, users raised a few points:
- clarity on “works as it did before” – Some question whether this explicitly condones heavy usage via
claude -pand the Agent SDK, since prior policy was ambiguous about potential rate limiting or bans. - no explanation for the reversal – The email provides “zero context” on why the change was pulled, leaving speculation about internal pushback or technical hurdles.
For now, developers relying on the Agent SDK or claude -p for automated or batch use cases can continue without worrying about new credit consumption. Keep an eye on Anthropic's announcements for the revised plan.
📖 Read the full source: HN AI Agents
👀 See Also

ClawbBot Community Discusses Potential Interface Improvements
The ClawbBot community is actively exploring ideas for enhancing its interface, focusing on boosting user experience and functionality. The discussion ignites promising innovations in the realm of AI coding agents.

Claude-Code v2.1.33: Enhancing Automation with Precision
The latest release of Claude-Code v2.1.33 introduces key features that further revolutionize AI coding agents, boosting both efficiency and accuracy.

Claude-Code v2.1.94 adds Mantle support, fixes critical bugs
Claude-Code v2.1.94 introduces Amazon Bedrock support via Mantle with the CLAUDE_CODE_USE_MANTLE=1 environment variable, changes default effort level to high for most users, and fixes 15+ bugs including rate-limit handling, macOS login issues, and plugin system problems.

Gemma 4 Chat Template Bug: Tool Parameters with anyOf/null Rendered as Empty type
A bug in Gemma 4's chat template drops $ref, anyOf, and $defs from tool parameter schemas, rendering nullable refs as empty type fields. A Jinja fix restores correct schema parsing for all inference engines.