chore: sync fork with upstream t3code (28 commits) - #3
Merged
Conversation
…JSON body (pingdotgg#5072) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Illia Panasenko <hello@ipanasenko.me>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
…shift+click and show shortcut in tooltip (pingdotgg#5994) Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
…ontext menu (pingdotgg#5574) Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com> Co-authored-by: Thuong Tin <thuongtin@gmail.com> Co-authored-by: Kapish14 <kapishnarang01@gmail.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
pingdotgg#6189) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…gdotgg#6187) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…the sidebar footer (pingdotgg#6031) Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
Co-authored-by: Rodrigo Brechard <rodrigo@clubtidy.fr> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: codex <codex@users.noreply.github.com>
Sync the fork with pingdotgg/t3code through 63e6fae. Notable upstream additions: Open VSX theme search (pingdotgg#5654), OKLCH theme palettes (pingdotgg#6036), hourly past-24-hour usage view (pingdotgg#6170), mobile thread title regeneration (pingdotgg#6253), and Windows/Azure DevOps/GitLab fixes. One conflict, in apps/web/src/components/settings/ThemeEditorPanel.tsx. Upstream pingdotgg#6183 makes environment artwork theme aware and removes the per-theme opt-in toggle; our rebrand had only relabelled that toggle's copy to "Show Phoenix environment artwork". Resolved in favour of upstream, since the surrounding sidebarArtwork state it referenced is gone. The themePalette data model upstream retains is untouched. Verified: pnpm typecheck (no errors), pnpm test (2381 passed, 7 skipped). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the Phoenix fork with
pingdotgg/t3codethrough63e6faef6, covering the 28 upstream commits landed since our fork point (e5c82d79a, 2026-08-10).Merge rather than rebase, so our five Phoenix commits keep their identity across future syncs.
What's coming in
Features
Fixes — Azure DevOps SSH remotes (pingdotgg#6187), self-hosted GitLab PR routing (pingdotgg#6061), unborn HEAD in VCS status (pingdotgg#5944), Windows 256-colour TERM (pingdotgg#5693), bare Windows drive roots (pingdotgg#6189), OpenCode model parsing with slashes (pingdotgg#5072), plus assorted web/mobile UI fixes.
Conflict resolution — one file, needs a reviewer's eye
apps/web/src/components/settings/ThemeEditorPanel.tsxwas the only conflict.Upstream pingdotgg#6183 makes environment artwork theme aware and removes the per-theme opt-in toggle entirely. Our rebrand had only relabelled that toggle's copy to "Show Phoenix environment artwork" — we never owned the feature; it predates the fork.
Resolved in favour of upstream, because the
sidebarArtworkstate the toggle referenced is deleted, so keeping our side would not compile. ThethemePalette.tsdata model upstream retains is untouched.Visible product change: the sidebar artwork toggle disappears from the theme editor. That is upstream's intended UX, not a regression, but it is the one thing here worth deliberately agreeing to.
Verification
pnpm typecheck— no errors (suggestion-level diagnostics only)pnpm test— 2381 passed, 7 skipped, 230 filespnpm lint— one pre-existing upstream warning (apps/server/src/ws.ts:460, unusedserverCommandId), not introduced herePhoenix branding survives intact; the artwork label above is the only Phoenix string removed anywhere in the diff.
Follow-up, not in this PR
Upstream's new docs (
docs/user/usage.md,docs/user/thread-sidebar.md) refer to "T3 Code" in user-facing prose and will need the rebrand treatment.🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.