sync: port upstream platform foundations, contracts, CI, and early mobile/desktop fixes (#4767–#5066) - #204
Conversation
Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
actions/checkout implements sparse-checkout with --filter=blob:none, so the runner repo is a partial clone missing the .repos/ blobs. eas-cli archives the project via `git clone --depth 1 file://<workspace>`, which upload-pack cannot serve from a partial clone and exits 128 (pingdotgg#4802 broke both EAS build workflows this way). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…/ scheme on Linux (pingdotgg#5015) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…elpers (pingdotgg#5027) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ingdotgg#5025) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ngdotgg#4771) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…dotgg#5055) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
… to new tasks (pingdotgg#5064) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Keep formatter-clean CSS after sync and refresh the lockfile importer entries for the Clerk catalog bump from pingdotgg#5015. Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
|
Warning Review limit reached
Next review available in: 14 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates CI and release workflows, desktop startup, mobile navigation and task flows, favicon caching, forward-compatible contracts, Git status caching, web update notifications, and mobile showcase tooling. ChangesWorkflow and dependency installation
Desktop application behavior
Mobile production and showcase tooling
Mobile interface and task flows
Favicon and shared data handling
Contracts and backend behavior
Estimated code review effort: 5 (Critical) | ~120 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 2📝 Generate docstrings 💡
🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/mobile-eas-preview.yml:
- Around line 5-20: Update the workflow triggers to include unlabeled events,
and move the mobile preview concurrency configuration from the preview job to
workflow scope so label removal cancels any active run even when the preview job
is skipped. Preserve the existing concurrency group value and cancellation
behavior, and keep the preview job’s label gating unchanged.
In `@docs/operations/mobile-app-store-screenshots.md`:
- Around line 46-47: Update the Metro startup command in the --skip-metro
instructions to use APP_VARIANT=production instead of APP_VARIANT=development,
keeping the documented reuse-capture flow aligned with the production prebuild.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: ec414128-c181-4894-96e7-e96d1ede17d2
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (79)
.agents/skills/test-t3-mobile/SKILL.md.github/ISSUE_TEMPLATE/bug_report.yml.github/ISSUE_TEMPLATE/feature_request.yml.github/workflows/ci.yml.github/workflows/deploy-relay.yml.github/workflows/mobile-eas-preview.yml.github/workflows/mobile-eas-production.yml.github/workflows/mobile-showcase-screenshots.yml.github/workflows/release.ymlapps/desktop/src/app/DesktopAppIdentity.test.tsapps/desktop/src/app/DesktopAppIdentity.tsapps/desktop/src/app/DesktopClerk.test.tsapps/desktop/src/app/DesktopClerk.tsapps/desktop/src/app/DesktopLifecycle.test.tsapps/desktop/src/electron/ElectronApp.test.tsapps/desktop/src/electron/ElectronApp.tsapps/desktop/src/telemetry/DesktopTelemetryPublisher.test.tsapps/desktop/src/window/DesktopApplicationMenu.test.tsapps/mobile/app.config.tsapps/mobile/package.jsonapps/mobile/src/Stack.tsxapps/mobile/src/components/CompactBrandTitle.tsxapps/mobile/src/components/ProjectFavicon.tsxapps/mobile/src/components/projectFaviconCache.test.tsapps/mobile/src/components/projectFaviconCache.tsapps/mobile/src/features/connection/pairing.test.tsapps/mobile/src/features/connection/pairing.tsapps/mobile/src/features/home/HomeHeader.tsxapps/mobile/src/features/home/HomeRouteScreen.tsxapps/mobile/src/features/threads/NewTaskDraftScreen.tsxapps/mobile/src/features/threads/new-task-flow-provider.tsxapps/mobile/src/features/threads/sidebar-navigation-shell.tsxapps/mobile/src/features/threads/thread-list-items.tsxapps/mobile/src/lib/composerImages.tsapps/mobile/src/lib/layoutMetrics.tsapps/mobile/src/lib/mobileBranding.test.tsapps/mobile/src/lib/mobileBranding.tsapps/mobile/src/lib/modelOptions.test.tsapps/mobile/src/lib/modelOptions.tsapps/mobile/src/native/StackHeader.tsxapps/mobile/src/native/T3ComposerEditor.native.tsxapps/mobile/src/state/use-composer-drafts.test.tsapps/mobile/src/state/use-composer-drafts.tsapps/server/src/assets/AssetAccess.test.tsapps/server/src/assets/AssetAccess.tsapps/server/src/vcs/GitVcsDriverCore.test.tsapps/server/src/vcs/GitVcsDriverCore.tsapps/web/src/components/ChatView.tsxapps/web/src/components/ProjectFavicon.test.tsxapps/web/src/components/ProjectFavicon.tsxapps/web/src/components/Sidebar.tsxapps/web/src/components/desktopUpdate.logic.test.tsapps/web/src/components/desktopUpdate.logic.tsapps/web/src/components/desktopUpdate.toast.test.tsxapps/web/src/components/desktopUpdate.toast.tsxapps/web/src/components/sidebar/SidebarUpdatePill.tsxapps/web/src/index.cssdocs/operations/mobile-app-store-screenshots.mddocs/user/remote-access.mdoxlint-plugin-t3code/test/utils.tspackages/client-runtime/src/rpc/session.test.tspackages/contracts/src/baseSchemas.tspackages/contracts/src/keybindings.test.tspackages/contracts/src/keybindings.tspackages/contracts/src/server.test.tspackages/contracts/src/server.tspackages/shared/src/projectFavicon.test.tspackages/shared/src/projectFavicon.tspackages/shared/src/schemaJson.test.tspackages/shared/src/schemaJson.tspackages/shared/src/semver.test.tspackages/shared/src/semver.tspnpm-workspace.yamlscripts/build-desktop-artifact.test.tsscripts/build-desktop-artifact.tsscripts/mobile-showcase-environment.tsscripts/mobile-showcase.config.tsscripts/mobile-showcase.test.tsscripts/mobile-showcase.ts
💤 Files with no reviewable changes (7)
- apps/desktop/src/telemetry/DesktopTelemetryPublisher.test.ts
- apps/desktop/src/app/DesktopAppIdentity.test.ts
- apps/desktop/src/app/DesktopLifecycle.test.ts
- apps/desktop/src/electron/ElectronApp.ts
- apps/mobile/src/lib/composerImages.ts
- apps/desktop/src/electron/ElectronApp.test.ts
- apps/desktop/src/window/DesktopApplicationMenu.test.ts
Collapse the mobile draft headline view-transition-group selector to the single-line form oxfmt 0.57 / vite-plus 0.2.2 expects. Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
Bottom of the 2026-08-06 upstream sync stack (L1/7).
Fork was 83 unique commits behind
upstream/mainsince ancestry4ba4871a. This layer ports the first 21.What lands
t3code://registration, release-notes toast link (fix(desktop): bump Clerk Electron SDK to 0.0.24 and register t3code:// scheme on Linux pingdotgg/t3code#5015, fix(desktop): link release notes from the update downloaded toast pingdotgg/t3code#4771)Fork deviations preserved
macos-26/ubuntu-24.04) and the fork repo gate (aaditagrawal/t3code)APP_VERSIONhelper kept; default bumped to1.0.1fix: format index.css for vp check(CIvp0.2.2 formatting)Verification
vp checkandvp run typecheckpass on the branch tip.Stacked below L2 (#206). Review bottom-up.
Summary by CodeRabbit
New Features
Bug Fixes
Permissions