Architecture: a bridge server on the Mac (`npx @ccpocket/bridge@latest`) wraps the Claude Code SDK and Codex CLI via stdio, exposing a WebSocket API. The phone connects over Tailscale or local Wi-Fi.
The main use case is approving tool calls without being at the keyboard. Approvals are surfaced directly on the session list so you can handle multiple agents quickly. You can also start new sessions (with git worktree creation), write prompts with file mention and slash command completion, and review diffs including image comparisons.
Flutter (Dart) on the client, TypeScript on the bridge. MIT licensed.