chore: sync upstream main - #133
Conversation
Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com>
…495) Co-authored-by: Simone <185146821+Lucenx9@users.noreply.github.com>
Co-authored-by: t3-code[bot] <236186684+t3-code[bot]@users.noreply.github.com> Co-authored-by: Wout Stiens <71498452+StiensWout@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…#6520) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com> Co-authored-by: maria <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…sar (#5877) Co-authored-by: tsouth89 <tsouth89@users.noreply.github.com> Co-authored-by: t3-code[bot] <t3-code[bot]@users.noreply.github.com> Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com> Co-authored-by: Shivam Sharma <91240327+shivamhwp@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…the app bar (#6587) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…6592) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8a7261449f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| # adb shell re-joins its arguments and evaluates them through the device | ||
| # shell, so the deep link's `?`/`&` must be quoted once more for that shell. | ||
| adb -s "$device_id" shell \ | ||
| "am start -W -a android.intent.action.VIEW -d '$deep_link' com.t3tools.t3code.dev" \ |
There was a problem hiding this comment.
Select the Android package from the requested scheme
When the optional scheme is t3code-preview or t3code, this command still explicitly targets the development package, so am start fails if only the requested variant is installed or opens the wrong app if both are present. The variant mapping in apps/mobile/app.config.ts assigns those schemes to com.t3tools.t3code.preview and com.t3tools.t3code; derive or accept the package identifier together with the scheme.
Useful? React with 👍 / 👎.
# Conflicts: # apps/mobile/src/features/settings/SettingsRouteScreen.tsx # apps/mobile/src/persistence/mobile-preferences.ts
8a72614 to
e9126a6
Compare
What Changed
Why
Updates the fork to current upstream while preserving fork-only behavior in overlapping mobile settings code.
UI Changes
This includes upstream UI changes. Screenshots were not captured because browser verification was not requested.
Verification
Checklist
Made with gpt-5.6-sol using the Codex harness in T3 Code.