Skip to content

chore: sync fork with upstream t3code (28 commits) - #3

Merged
roughcoder merged 29 commits into
mainfrom
chore/sync-upstream-2026-08-12
Aug 12, 2026
Merged

chore: sync fork with upstream t3code (28 commits)#3
roughcoder merged 29 commits into
mainfrom
chore/sync-upstream-2026-08-12

Conversation

@roughcoder

@roughcoder roughcoder commented Aug 12, 2026

Copy link
Copy Markdown

Syncs the Phoenix fork with pingdotgg/t3code through 63e6faef6, 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.tsx was 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 sidebarArtwork state the toggle referenced is deleted, so keeping our side would not compile. The themePalette.ts data 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 files
  • pnpm lint — one pre-existing upstream warning (apps/server/src/ws.ts:460, unused serverCommandId), not introduced here

Phoenix 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


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

arhxam and others added 29 commits August 10, 2026 23:31
…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>
@roughcoder
roughcoder merged commit 3db4847 into main Aug 12, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.