Skip to content

Commit 1c00660

Browse files
oratisclaude
andcommitted
release: v0.13.0
Mostly infra on top of v0.12.0: packages the iOS TestFlight delivery pipeline and cuts a clean current build. The control-plane features (see/command/PTY/adopt agents) and the iOS companion already shipped in v0.11.x–v0.12.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3377652 commit 1c00660

3 files changed

Lines changed: 44 additions & 3 deletions

File tree

‎docs/RELEASE_v0.13.0.md‎

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.)

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oratis/lisa",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "An AI agent with a real self — runs locally, has desires, keeps a journal, evolves over time.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)