
Workaround for Anthropic's June 15 billing change (impacted Conductor/Superset/...)
Starting June 15, Anthropic is splitting Agent SDK usage into its own monthly credit pool, separate from your normal subscription limits. Caps are per-user and non-rolling:
- Pro: $20/mo
- Max 5x: $100/mo
- Max 20x: $200/mo
Those credits drain first. Once they're gone, you either pay API rates (if extra usage is enabled) or wait for the next cycle.
The tools hit hardest are the ones built on top of the Agent SDK: Zed, Conductor, T3 Code, superset, and the GitHub Actions integrations. Theo Browne reported roughly a 40x reduction in effective subscription value.
The workaround (surfaced by Zed): Anthropic's official `claude` CLI in a real terminal still pulls from your regular Pro/Max subscription, not the new SDK pool. So you have two options:
- Drop back to the raw terminal. Cheapest, but you lose the things SDK-based tools gave you: a board, parallel sessions across worktrees, automations, status visibility, Linear/GitHub bridges, etc.
- Use a tool that drives the official CLI natively in a pseudo-terminal. From Anthropic's side every session looks like a person typing into a terminal, so it stays on subscription pricing, but you keep the orchestration layer on top.
Lanes.sh (disclaimer: I built it) is in that second bucket: it's a Claude Code CLI orchestrator with a board, worktrees, parallel sessions, and Linear/GitHub bridges, and each session is a native pty running the real `claude` binary. Because it never touches the Agent SDK, the June 15 change has zero effect on it, and the same will be true for whatever pricing change comes next. The same logic applies to anything you roll yourself on top of the CLI.
Full breakdown with sources: https://lanes.sh/blog/claude-billing-split