Metadata-Version: 2.4
Name: cpilot
Version: 0.1.0
Summary: AI Coding Agent Mobile Manager - CLI Tool
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: qrcode>=7.4
Requires-Dist: rich>=13.0.0
Requires-Dist: supabase>=2.0.0
Requires-Dist: typer[all]>=0.12.0
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# CodePilot CLI

AI Coding Agent Mobile Manager - manage your Claude Code / Codex agents from anywhere.

## Install

```bash
curl -fsSL https://songlegend.com/codepilot/install | sh
```

Alternative:

```bash
pip install codepilot
```

## Usage

```bash
codepilot auth login
codepilot wrap claude
codepilot openclaw --session main
codepilot status
```

## Local Development

```bash
cd apps/cli
source .venv/bin/activate
python3 -m codepilot.main auth status
python3 -m codepilot.main wrap claude
python3 -m codepilot.main openclaw --session main
```

## OpenClaw Bridge

Use the dedicated OpenClaw bridge when you want clean message sync instead of TUI screen output. If the desktop OpenClaw app is already using `main`, bridge a separate session key such as `codepilot-main`.

```bash
codepilot openclaw --session codepilot-main --name openclaw-mobile
```
