claude-code - 💡(How to fix) Fix [DOCS] Billing implications for `claude remote-control` on June 15th

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

❯ ps --forest -o pid,tty,stat,time,cmd -g 4064992
    PID TT       STAT     TIME CMD
4064992 ?        Ssl  00:14:28 /home/<snip>/.local/bin/claude remote-control
4065302 ?        Sl   00:28:24  \_ /home/<snip>/.local/share/claude/versions/2.1.143 --print --sdk-url https://api.anthropic.com/v1/code/sessions/<snip> --session-id <snip>
RAW_BUFFERClick to expand / collapse

Documentation Type

Unclear/confusing documentation

Documentation Location

https://code.claude.com/docs/en/headless

Section/Topic

Billing classification of claude remote-control

Current Documentation

Starting June 15, 2026, Agent SDK and claude -p usage on subscription plans will draw from a new monthly Agent SDK credit, separate from your interactive usage limits. See Use the Claude Agent SDK with your Claude plan for details. ~ https://code.claude.com/docs/en/headless

What's Wrong or Missing?

I just noticed that claude remote-control starts a child process for each session spawned through the remote control server:

❯ ps --forest -o pid,tty,stat,time,cmd -g 4064992
    PID TT       STAT     TIME CMD
4064992 ?        Ssl  00:14:28 /home/<snip>/.local/bin/claude remote-control
4065302 ?        Sl   00:28:24  \_ /home/<snip>/.local/share/claude/versions/2.1.143 --print --sdk-url https://api.anthropic.com/v1/code/sessions/<snip> --session-id <snip>

As you can see, the child process is claude --print. As far as I could tell, nowhere is it stated that it works this way, it's an implementation detail. However, since claude --print will draw from the "automation bucket" starting June 15th, what does that imply for claude remote-control? Will sessions spawned through claude remote-control draw from the automation bucket?

I couldn't find any source, not in the docs and not in any public statement, that clarifies this.

Suggested Improvement

This is in dire need of clarification. If claude remote-control will indeed draw from the automation bucket starting June 15th, this needs to be documented.

Impact

Medium - Makes feature difficult to understand

Additional Context

https://code.claude.com/docs/en/remote-control

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] Billing implications for `claude remote-control` on June 15th