chore: sync with upstream pingdotgg/t3code main#6
Conversation
yordis
commented
Jul 18, 2026
- Upstream merged our contributed features (file explorer mention actions as feat: file explorer mention actions and zoom-aware context menus pingdotgg/t3code#4054, draft hero landing as feat: draft hero landing on the index route pingdotgg/t3code#4055, and the composer paste dedup), so their polished versions are now the canonical ones; this sync adopts them and drops our pre-merge copies to keep future syncs conflict-free.
- Conflicts were resolved in upstream's favor everywhere, while re-attaching the fork-only features that are not upstreamed yet (native subagent threads, file tree drag to chat, composer chip selection highlight), including code the automatic resolution had silently dropped.
- Verified with full monorepo typecheck, test suite, lint, and format checks.
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
pingdotgg#4017) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…ingdotgg#3969) Co-authored-by: Julius Marminge <julius0216@outlook.com>
…ow (pingdotgg#3952) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Julius Marminge <jmarminge@gmail.com>
…#3932) Co-authored-by: Julius Marminge <julius0216@outlook.com>
…g#4097) Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Julius Marminge <jmarminge@gmail.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: codex <codex@users.noreply.github.com>
…tructions (pingdotgg#3948) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Codex <codex@openai.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
…ions (pingdotgg#3951) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Julius Marminge <jmarminge@gmail.com> Co-authored-by: codex <codex@users.noreply.github.com>
…g#3867) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: codex <codex@users.noreply.github.com> Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
…gdotgg#4054) Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…gg#3608) Co-authored-by: Codex <codex@openai.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: codex <codex@users.noreply.github.com>
…obe success (pingdotgg#3621) Co-authored-by: Julius Marminge <julius0216@outlook.com>
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
PR SummaryMedium Risk Overview Mobile gains system share into the new-task composer ( Desktop changes include normalized nightly update release notes ( Marketing adds Grok to the hero/harness grid; gitignore excludes showcase and screenshot artifact paths. Reviewed by Cursor Bugbot for commit 9db3908. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Important Review skippedToo many files! This PR contains 221 files, which is 121 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (56)
📒 Files selected for processing (222)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9db3908. Configure here.
| screen: "NewTask", | ||
| params: { incomingShareId: transition.shareIdToPresent }, | ||
| }); | ||
| }, [navigation, pendingShare, props.state]); |
There was a problem hiding this comment.
Share dismissed before sheet opens
High Severity
Incoming share auto-present marks a share as user-dismissed whenever the new-task sheet route is not active while the pending share id still matches the last presented id. That conflates “navigation not finished yet” with “user closed the sheet,” so a second layout effect pass before NewTaskSheet is top can suppress the sheet and block re-prompting for that inbox item.
Reviewed by Cursor Bugbot for commit 9db3908. Configure here.
| }} | ||
| > | ||
| Alpha | ||
| </Text> |
There was a problem hiding this comment.
Nav badge ignores app variant
Low Severity
The home navigation header always renders the stage pill as Alpha, while the same commit’s BrandMark uses Dev, Preview, or Alpha from Constants.expoConfig?.extra?.appVariant. Dev and Preview builds therefore show the wrong stage label in the native bar.
Reviewed by Cursor Bugbot for commit 9db3908. Configure here.

