feat(ios): Lisa Pocket — native SwiftUI companion app (compile-verified)#122
Merged
Conversation
packaging/ios-companion/ — a native iOS app consuming the iOS-facing backend (#113–#119): Dispatch roster from /api/agents/sessions + live /events SSE; per-session control (managed approve/deny/send/cancel, pty send/output/cancel, resume-adopt of idle claude sessions, handling the 409/403 the server returns); chat over /chat SSE; settings (pairing → Keychain, ntfy push register, control-policy view). The Net layer mirrors src/integrations/types.ts. Project is generated from project.yml via XcodeGen (not committed); build.sh runs xcodegen + xcodebuild for the simulator (no signing). VERIFIED: BUILD SUCCEEDED against the iOS 26.5 SDK with Xcode 26.5 (reproducibly via ./build.sh). Follow-ups: Live Activity / Dynamic Island + Widgets (widget-extension target), APNs (ntfy works today), QR scanner (paste pairing string for now). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Lisa Pocket — the native SwiftUI iOS companion the plan called for, now a compile-verified app at
packaging/ios-companion/. It's a thin client to your Mac'slisa serve --web, consuming the iOS-facing backend from the rest of this stack./api/agents/sessions+ live/eventsSSE; rows keyed offcontrollable/resumable; per-session control: managed approve/deny · send · cancel; PTY send · output · cancel; adopt (resume) for idle claude sessions (surfaces the server's409live /403policy responses).POST /chat.lisa-pair://…/?token=→ Keychain), ntfy push registration, read-only remote-control-policy view.LisaClient, SSE parser,Models) mirrorssrc/integrations/types.ts.How it's built / verified
project.ymlvia XcodeGen (the.xcodeproj+ generatedInfo.plistare git-ignored —project.yml+Sources/are the source of truth)../build.shrunsxcodegen generate+xcodebuildfor the iOS Simulator (no code signing).** BUILD SUCCEEDED **against the iOS 26.5 SDK with Xcode 26.5, reproducibly from clean sources via./build.sh(I removed the generated artifacts and rebuilt). Modeled on the Markup project's native-iOS layout; production/App-Store signing is a separate pipeline (out of scope here, like Markup's EAS flow).Not yet (follow-ups)
🤖 Generated with Claude Code