Merge latest t3-code/main into h-code#74
Merged
Conversation
…tgg#2840) Co-authored-by: codex <codex@users.noreply.github.com>
…#2854) Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com> Co-authored-by: Julius Marminge <julius@macmini.local> Co-authored-by: Yash Singh <saiansh2525@gmail.com>
Co-authored-by: codex <codex@users.noreply.github.com>
…#2858) 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: Julius Marminge <julius@mac.lan>
Co-authored-by: Julius Marminge <julius@mac.lan> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Julius Marminge <jmarminge@gmail.com>
Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: Julius Marminge <julius@mac.lan>
…2937) Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: Julius Marminge <julius@mac.lan>
…ingdotgg#2938) Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: Julius Marminge <julius@mac.lan>
…2941) Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: Julius Marminge <julius@mac.lan>
…#2942) Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
- Apply right-full instead of left-full to prevent overflow - Add browser tests for rendering, interactions, and detail panel - Set viewport size in vitest browser config
…rning flood (pingdotgg#2872) Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Julius Marminge <jmarminge@gmail.com>
Co-authored-by: codex <codex@users.noreply.github.com>
- Replace bun run/install with vp equivalents - Restructure CI into parallel check/test/browser/mobile jobs - Add deploy-relay and mobile-eas-preview workflows - Vendor alchemy-effect as reference subtree - Drop oxlint/oxfmt configs for Vite+ built-in checks - Add .env.example for T3 Cloud public config
💡 Codex Reviewh-code/packages/shared/package.json Line 154 in 62d9c7f When any workspace install or Vite+ task reads ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
- Remove stray closing brace from shared/package.json exports - Drop unused @t3tools/monorepo dependency from root
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.
Summary
Merges the latest 13 commits from
t3-code/maininto h-code'st3code/fix-todo-details-uibranch.Upstream commits merged
3ea6adf1[codex] Enrich relay authorization diagnostics ([codex] Enrich relay authorization diagnostics pingdotgg/t3code#2977)a56496c7Annotate relay error spans with schema fields (Annotate relay error spans with schema fields pingdotgg/t3code#2976)b76f161dfix(desktop): stop looping macOS TCC permission prompts (fix(desktop): stop looping macOS TCC permission prompts pingdotgg/t3code#2745)75257d64"claude system message" instead of "runtime warning" when using 4.8 ("claude system message" instead of "runtime warning" when using 4.8 from claude code pingdotgg/t3code#2972)e1ce9f85fix: handle Claude Agent SDK 0.3.x system messages (fix: handle Claude Agent SDK 0.3.x system messages to stop runtime-warning flood pingdotgg/t3code#2872)602148f8fix(cloud): use Electron fetch for proxying Clerk IPC requests (fix(cloud): use Electron fetch for proxying Clerk IPC requests pingdotgg/t3code#2973)9da430c8Refactor recoverable Effect fallbacks to orElseSucceed (Refactor recoverable Effect fallbacks to orElseSucceed pingdotgg/t3code#2968)Changes
.mise.toml, updates relay auth diagnostics, Claude SDK 0.3.x compat, desktop TCC fix, Electron cloud fetch, and more