Skip to content

chore: record upstream sync up to 91a03e07 (no tree change)#78

Merged
aaditagrawal merged 39 commits intomainfrom
chore/record-upstream-sync-91a03e07
May 5, 2026
Merged

chore: record upstream sync up to 91a03e07 (no tree change)#78
aaditagrawal merged 39 commits intomainfrom
chore/record-upstream-sync-91a03e07

Conversation

@aaditagrawal
Copy link
Copy Markdown
Owner

Summary

PRs #75 and #77 brought every upstream commit through 91a03e07 into this fork as a manual reconciliation rather than a true git merge, so git's merge-base never advanced. GitHub still reports this fork as ~38 commits behind pingdotgg/t3code:main even though the content is already in tree.

This is a git merge -s ours 91a03e07 — a no-tree-change merge that records 91a03e07 as a second parent so the merge-base advances. After this lands, the GitHub "behind" count drops from 46 → 8, and the next upstream sync only has to deal with the genuinely new commits since 91a03e07.

What this changes

  • 1 commit, 0 files changed.
  • New merge commit has two parents: current main HEAD and upstream 91a03e07.
  • Tree is byte-for-byte identical to current main.

Verification

git diff main..chore/record-upstream-sync-91a03e07  # empty
git log --oneline upstream/main ^HEAD | wc -l       # 8 (was 46)

Test plan

  • git diff main..HEAD --stat returns empty (no tree change)
  • Branch contains exactly one new merge commit with the expected parents
  • git log upstream/main ^HEAD returns 8 (the genuinely new commits)

juliusmarminge and others added 30 commits April 27, 2026 02:30
…#2364)

Co-authored-by: codex <codex@users.noreply.github.com>
OpenCode can leave the long-lived serve child in the spawned process group after the wrapper exits. Provider refresh owns only a scoped inventory probe, so cleanup targets that local process group when the refresh scope closes.

Constraint: Keep active OpenCode thread sessions scoped to their own session lifecycle.
Rejected: Disable provider refresh | would hide model and auth state changes.
Confidence: high
Scope-risk: narrow
Tested: bun run test src/provider/Layers/OpenCodeProvider.test.ts src/provider/Layers/OpenCodeAdapter.test.ts
Tested: bun fmt
Tested: bun lint
Tested: bun typecheck
Tested: bun run build:desktop
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.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: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…gdotgg#1293)

Co-authored-by: Murat Aslan <murataslan1@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…2419)

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…tgg#2423)

Co-authored-by: Claude Sonnet 4.7 <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…layout fixes (pingdotgg#2392)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
)

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius@macmini.local>
…gdotgg#2431)

Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: cursor[bot] <206951365+cursor[bot]@users.noreply.github.com>
juliusmarminge and others added 9 commits May 2, 2026 16:59
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: cursor[bot] <206951365+cursor[bot]@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Julius Marminge <jmarminge@gmail.com>
…#2361)

Co-authored-by: codex <codex@users.noreply.github.com>
…gg#2473)

Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: cursor[bot] <206951365+cursor[bot]@users.noreply.github.com>
Already-integrated upstream commits 91a03e0 and earlier were merged
into this fork via PR #75 and PR #77 as a manual reconciliation, so
git's merge-base never advanced and GitHub still reports this fork as
~38 commits behind upstream/main even though the content is in tree.

This is a no-tree-change merge (-s ours) that records 91a03e0 as a
parent so the merge-base advances. After this lands, the next
upstream sync only has to deal with the genuinely new commits since
91a03e0.
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS 0-9 effective changed lines (test files excluded in mixed PRs). labels May 5, 2026
@aaditagrawal aaditagrawal merged commit ed24c37 into main May 5, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 effective changed lines (test files excluded in mixed PRs). 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.