Raistlin has cooked. V0.1 iPhone/iPad Cloud integration#31
Closed
RaistlinMuc wants to merge 20 commits intoDimillian:mainfrom
Closed
Raistlin has cooked. V0.1 iPhone/iPad Cloud integration#31RaistlinMuc wants to merge 20 commits intoDimillian:mainfrom
RaistlinMuc wants to merge 20 commits intoDimillian:mainfrom
Conversation
0a11036 to
37ffb12
Compare
|
amazing job done out here @RaistlinMuc |
37ffb12 to
ff25fcb
Compare
added 18 commits
January 16, 2026 01:26
- Add Settings → Cloud section with container ID, status, and test actions. - Add Tauri CloudKit commands + Rust CloudKit client (objc2) for Apple platforms. - Add signed macOS build helper script + entitlements file. - Avoid auto-triggering CloudKit calls when opening Settings when entitlements are misconfigured. - Add CLI flags to run CloudKit status/test from terminal for debugging.
- Add signed macOS entitlements for CloudKit (Development environment). - Implement CloudKit runner presence + snapshot upserts and remote command queue. - Add CLI helpers for CloudKit debugging (runner/snapshots/commands). - Add Settings UI section for CloudKit configuration + test.
- Add iOS/iPadOS Cloud client app that polls runner/snapshots and submits commands. - Add end-to-end scripts for simulator/device, including screenshot capture. - Suppress updater errors on platforms without updater permissions.
Reuse existing responsive components on iPad (TabletNav/Sidebar/Home/Messages/Composer), improve touch resize via pointer events, and guard unsupported desktop interactions on iOS.
ff25fcb to
9bae19b
Compare
c7d1217 to
a1804b8
Compare
- Move git2 and portable-pty behind desktop-only deps. - Add an iOS terminal stub so the backend compiles.
a1804b8 to
c8f109a
Compare
Contributor
|
Wow, yes please! |
Author
|
Closing in favor of a cleaner, rebased integrations rework PR with reduced UI surface area. |
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.
Raistlin has cooked — v0.1 iPhone/iPad Cloud integration
This PR adds an optional CloudKit-based transport so CodexMonitor can be used as an iPhone/iPad companion to the macOS app.
What’s included
Requirements
codexinstalled and available inPATHon the Mac runner (Codex CLI).Apple setup (CloudKit)
com.yourcompany.codexmonitor).iCloud.com.yourcompany.codexmonitor).iCloud.com.yourcompany.codexmonitor).Running locally
Mac (runner)
npm installnpm run tauri devcodexworks on the machine (the app spawnscodex app-serverper workspace).iOS/iPad (client)
tauri ios initNotes / limitations
Testing
npm run typecheckcd src-tauri && cargo check