Skip to content

Network interruption

How AgentDock behaves when an agent's own network connection drops mid-session.

Every agent CLI AgentDock connects to — Claude Code, Codex, and Antigravity — makes its own outbound network calls to its provider. AgentDock does not proxy, retry, or intercept those calls; it runs the CLI as a local process (via SDK or PTY session) and surfaces whatever that CLI reports.

Documentation TODO

The exact behavior and UI messaging when an agent's network call drops mid-turn has not been independently verified against the running app for this page. In general, expect whatever error or retry behavior the underlying CLI/SDK itself implements to surface in the conversation, since AgentDock does not add its own network-retry layer on top.

What to check