Skip to content

chore: sync upstream main - #130

Merged
tarik02 merged 23 commits into
mainfrom
sync-upstream-main-20260813
Aug 13, 2026
Merged

chore: sync upstream main#130
tarik02 merged 23 commits into
mainfrom
sync-upstream-main-20260813

Conversation

@tarik02

@tarik02 tarik02 commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

What Changed

  • Merged 22 upstream-only commits through pingdotgg/t3code@df19f6cfe.
  • Added the latest pull request filters, reactions, in-place editing, branch updates, cross-environment listing, and diff improvements.
  • Brought in Connect environment deregistration, relay source-control fixes, Codex collaboration prompt updates, and recent web and mobile fixes.
  • Preserved fork goal controls, request_user_input support, Nix desktop packaging, and fork release behavior.

Why

Actualizes the fork to current upstream while keeping intentional fork behavior in overlapping server and right-panel code.

UI Changes

This includes upstream UI changes. Screenshots were not captured because browser verification was not requested.

Verification

  • vp test run apps/server/src/provider/Layers/CodexSessionRuntime.test.ts apps/web/src/components/pullRequest/pullRequestDetail.logic.test.ts apps/web/src/rightPanelStore.test.ts
  • vp lint --report-unused-disable-directives apps/server/src/provider/CodexDeveloperInstructions.ts apps/web/src/components/ChatView.tsx apps/web/src/components/RightPanelTabs.tsx
  • vp run --filter t3 --filter @t3tools/web --concurrency-limit 2 typecheck

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Made with Codex using GPT-5.6 in T3 Code.

none23 and others added 23 commits August 12, 2026 14:39
Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
Co-authored-by: Wout Stiens <71498452+StiensWout@users.noreply.github.com>
Co-authored-by: t3-code[bot] <219304759+t3-code[bot]@users.noreply.github.com>
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
Co-authored-by: Exotic <118054752+extoci@users.noreply.github.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: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
…isting, update branch, reactions, in-place editing, smarter diffs (#6039)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
…#6330)

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
# Conflicts:
#	apps/server/src/provider/CodexDeveloperInstructions.ts
#	apps/web/src/components/ChatView.tsx
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XXL labels Aug 13, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 31ec69374f

ℹ️ 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".

Comment on lines +272 to +273
const editable = target.isContentEditable ? target : target.closest("[contenteditable]");
if (editable && (editable.textContent ?? "").trim().length > 0) return;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve the first keystroke in an empty composer

When the empty right-panel launcher is visible and the user focuses an empty chat composer, pressing any launcher letter (b, t, f, d, p, a, or g) passes this condition, so the capture-phase handler prevents the keystroke and opens a panel surface instead of entering the first character of the prompt. Treat any focused contenteditable as a typing context regardless of its current text content.

Useful? React with 👍 / 👎.

@github-actions

Copy link
Copy Markdown

Thread transfer impact

✅ Thread transfer remains within every enforced ceiling.

Provider Metric Main baseline This PR Impact PR ceiling
Codex Total thread wire 10.7 KiB 10.5 KiB −228 B (−2.1%) 15.1 KiB
Codex Thread snapshot wire 4.8 KiB 4.8 KiB +7 B (+0.1%) 7.3 KiB
Codex Live turn WebSocket wire 5.9 KiB 5.7 KiB −235 B (−3.9%) 7.8 KiB
Codex Live turn WebSocket decoded 51.7 KiB 50.2 KiB −1.5 KiB (−2.9%) 66.4 KiB
Codex Live turn messages 11 9 −2 (−18.2%) 21
Claude Total thread wire 10.7 KiB 10.5 KiB −225 B (−2.1%) 15.1 KiB
Claude Thread snapshot wire 4.8 KiB 4.8 KiB −1 B (−0.0%) 7.3 KiB
Claude Live turn WebSocket wire 5.9 KiB 5.7 KiB −224 B (−3.7%) 7.8 KiB
Claude Live turn WebSocket decoded 52.6 KiB 51.1 KiB −1.5 KiB (−2.9%) 66.4 KiB
Claude Live turn messages 11 9 −2 (−18.2%) 21

Baseline: 334aa45 · PR result: 31ec693 · Source CI: success

Scenario and decoded snapshot size

10 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.

  • Codex decoded thread snapshot: 76.2 KiB
  • Claude decoded thread snapshot: 76.6 KiB

Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed.

@tarik02
tarik02 merged commit b657fcd into main Aug 13, 2026
11 checks passed
@tarik02
tarik02 deleted the sync-upstream-main-20260813 branch August 13, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants