|
| 1 | +# Lisa v0.13.0 |
| 2 | + |
| 3 | +A small, mostly-infrastructure release on top of v0.12.0. The headline features — |
| 4 | +the **multi-agent control plane** (see every agent; command managed agents; |
| 5 | +PTY-spawn and **adopt** real `claude`/`codex` sessions) and the **iOS companion** |
| 6 | +— already shipped across v0.11.x–v0.12.0. This release packages the iOS |
| 7 | +**TestFlight** delivery pipeline and cuts a clean, current build to install. |
| 8 | + |
| 9 | +824 tests, typecheck green, `swift build` green, no breaking changes. |
| 10 | + |
| 11 | +## ✨ What's new since v0.12.0 |
| 12 | + |
| 13 | +### iOS — TestFlight release pipeline |
| 14 | +- `packaging/ios-companion/testflight.sh` + `.github/workflows/release-ios-testflight.yml`: |
| 15 | + archive with `xcodebuild`, upload to App Store Connect via an API key — so Lisa |
| 16 | + Pocket can ship to TestFlight from CI. |
| 17 | +- `packaging/ios-companion/RELEASE.md` documents the signing/credentials setup. |
| 18 | + |
| 19 | +## 📦 Already in v0.11–v0.12 (recap, for anyone upgrading from an older build) |
| 20 | + |
| 21 | +If you're coming from an older install (e.g. v0.8.x), you also get everything |
| 22 | +from the control-plane line: |
| 23 | + |
| 24 | +- **See every agent** — GUI sidebar, island, and Mac menu bar show all agents |
| 25 | + (claude-code / codex / managed / …) with live progress: turns, tokens, last |
| 26 | + tool·file, ⚠ pending-permission, ✗ error. |
| 27 | +- **Command managed agents** — delegate a task, then approve/deny each mutating |
| 28 | + step, send follow-ups, cancel. |
| 29 | +- **PTY agents (flagged `LISA_PTY_AGENTS=1`)** — spawn real `claude`/`codex` |
| 30 | + under a pseudo-terminal, and **adopt idle sessions you started yourself** via |
| 31 | + `claude --resume` (guarded so a live session is never corrupted). |
| 32 | +- **iOS companion (Lisa Pocket)** — pair by QR, watch + steer agents, APNs push, |
| 33 | + widgets, Live Activity. |
| 34 | + |
| 35 | +## Install |
| 36 | + |
| 37 | +- **CLI / backend:** `npm install -g .` from the repo (or the published package) |
| 38 | + → `lisa serve --web`. |
| 39 | +- **Mac app:** the notarized `Lisa-Suite-v0.13.0.dmg` is built by CI on the tag; |
| 40 | + drag Lisa.app to /Applications. (The app spawns `lisa serve --web` from your |
| 41 | + PATH.) |
0 commit comments