Metadata-Version: 2.4
Name: overnight-cli
Version: 0.1.0
Summary: Supervise your long-running AI coding agents from your phone via Telegram.
Author: Overnight
License-Expression: MIT
Project-URL: Homepage, https://overnight.up.railway.app
Project-URL: Repository, https://github.com/riteshkhamitkar/Overnight
Keywords: ai,agents,claude-code,codex,telegram,supervision,loopx
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: httpx<1,>=0.27
Provides-Extra: test
Requires-Dist: pytest<9,>=8; extra == "test"

# Overnight CLI

Supervise your long-running AI coding agents from your phone. Overnight
watches your agent's LoopX state, pings you on Telegram when it needs a
decision or stalls, and applies your answer locally so the agent resumes.

```bash
pip install overnight-cli
cd /path/to/your/project
overnight connect     # auto-installs LoopX, prints your Telegram link
overnight watch       # leave it running while your agent works
```

- Your machine stays the source of truth. Only a whitelisted status
  projection is synced (goal titles, gate questions, task counts) - never
  source code, diffs, or keys.
- The downlink carries exactly two typed payloads: gate answers and
  instruction text. No remote-execution path exists.
- `overnight disconnect` revokes the device any time.

Full guide: https://overnight.up.railway.app

Built on the open-source [LoopX](https://github.com/huangruiteng/loopx)
control plane (MIT).
