displayName
Claude Code Remote Control Core (current)
agentVersionId
packageRef
loopIteratorPolicy
tool-use-loop
loopIteratorNotes
A parent process spawns the `claude` CLI in remote-control mode and
consumes a stdout bridge protocol — `<<< {json}` lines emit
structured events, alongside an initial `Created initial session
session_*` line and a `https://claude.ai/code/session_*` URL for
web-based session takeover. The bridge consumer is stateless —
sessions are not persisted from the bridge's perspective.
contextManagementStrategy
server-managed
compactionTriggerNotes
Compaction is delegated to the remote-control server side.
subagentInvokerPolicy
platform-mediated
subagentInvokerNotes
Subagent dispatch follows Claude Code's Task primitive but is
mediated through the remote-control bridge.
resultSynthesisPolicy
model-direct
resultSynthesisNotes
Final response is bridged through `<<< {json}` events; the consumer
reassembles the assistant text.
stopDetectionStrategy
structured-end-event
transportClientLibrary
claude-remote-control-bridge
supportedTransportProtocols
parallelToolCallHandling
native
streamingFidelity
full
thinkingChannelHandling
passthrough