Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
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 does this PR do?
Adds a native Expo iOS app for Multica with email auth, workspace bootstrap/switching, Home, Issues, Inbox, More, Projects, Agents, Settings, issue detail/create, markdown and mention rendering, mention input, live agent logs, mobile navigation fixes, and the updated app icon. It also updates shared core platform/realtime support for native MMKV token storage, deployed WebSocket auth compatibility, workspace hydration, request tracing IDs without
crypto, and broader query invalidation for comments, activity, task, and inbox updates.Related Issue
N/A
Type of Change
Changes Made
apps/iosas an Expo Router iOS app with auth, app tabs, nested stacks, issue/project/agent/inbox/settings screens, reusable mobile components, MMKV storage, env bootstrapping, and Metro/plugin configuration.packages/coreplatform and realtime plumbing for native API logging, WebSocket token/header compatibility, workspace singleton exports, workspace hydration fallback, request id fallback behavior, and issue/inbox invalidations.How to Test
pnpm --filter @multica/core typecheckpnpm --filter @multica/core exec vitest run api/client.test.ts utils.test.tscd apps/ios && scripts/with-env.sh pnpm exec expo export --platform ios --output-dir .context/ios-export-pr-testcd apps/ios && scripts/with-env.sh pnpm exec expo run:ios --device '加元君的 iPhone' --configuration ReleaseChecklist
fix(scope):,feat(scope):, etc.)make checkpasses (typecheck, unit tests, Go tests, E2E)AI Disclosure
AI tool used: Codex in Conductor
Prompt / approach: Iteratively built and verified the iOS MVP against user feedback, covering runtime errors, native env configuration, login/workspace behavior, navigation, inbox behavior, markdown/mentions, live logs, app icon generation, and device installation.
Screenshots (optional)
N/A