cc-pocket 1.2.0
The issue-sweep release: everything reported in #18–#33, plus the stability roots behind them.
Phone app
- Token usage dashboard (Settings → Usage): today's tokens / requests / cost / cache-hit, 7/30-day trend, per-model split — Claude and Codex (#26)
- Switch models mid-session — Opus / Sonnet / Haiku (Codex: gpt-5.1-codex family), history preserved (#30)
- Filter sessions by agent in Settings: Both / Claude only / Codex only (#31)
- Daemon install guide on the pairing screen — one command per OS (#23)
- Open any folder by path from the list header (#32)
- Accurate context %: 1M windows, model shown on cold resume, Codex shows real token occupancy instead of a fake % (#20 #27)
- Drafts are per-conversation and survive app restarts (#29)
- Smoother reconnects: no banner flash on foreground, network switches self-heal (#28 #22)
Daemon
- Take-over no longer forks duplicate sessions — resumes in place when the desktop is idle; the desktop sees phone-side turns on its next --resume (#18 #21 #22 #33)
- Relay link self-heals after a network change (bounded writes + hard-reset heartbeat) — no more "restart the daemon after switching Wi-Fi" (#25's relay_offline root cause)
- LAN mode: fixed the resume
API Error 400, 30s disconnect grace, server-side zombie detection, and the reaper no longer kills LAN-attached idle sessions (#24 #22) - Windows: tree drill-in + resume cwd matching (backslash paths), Codex sessions no longer vanish, background service finally writes logs (~/.cc-pocket/logs) (#19 #22)
- New
cc-pocket-daemon statushealth check;pairnow retries through reconnect backoff and prints actionable diagnostics (#25)
Install
- Windows one-liner:
irm https://raw.githubusercontent.com/heypandax/cc-pocket/main/scripts/install.ps1 | iex— installs, registers the background service, and opens pairing in one go (#23 #25) - Scoop manifest now auto-bumps on release
Upgrade: brew upgrade --cask heypandax/tap/cc-pocket · scoop update cc-pocket-daemon · re-run the install one-liner (Linux/Windows). Phone apps via the stores once review clears.