Skip to content

sync upstream main - #99

Merged
tarik02 merged 33 commits into
mainfrom
sync-upstream-main-20260730
Jul 30, 2026
Merged

sync upstream main#99
tarik02 merged 33 commits into
mainfrom
sync-upstream-main-20260730

Conversation

@tarik02

@tarik02 tarik02 commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

What Changed

  • merged 31 commits from pingdotgg/t3code:main through 197d3487116372ca2f16661f57d4e869fc3cb6c0
  • preserved fork-specific package versions, release behavior, GitHub-hosted runners, thread delta subscriptions, goals, and context-menu settings
  • accepted upstream resource telemetry, background activity, title regeneration, dependency updates, and server-update progress

Why

Keep the fork aligned with the latest upstream changes.

UI Changes

No fork-specific UI changes. This PR inherits upstream UI changes.

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

Model: gpt-5.6-sol
Harness: Codex

PixPMusic and others added 30 commits July 29, 2026 10:59
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…otgg#4853)

Co-authored-by: Simon Doba <simon.doba@orbit.de>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…it (pingdotgg#4949)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…oring (pingdotgg#4967)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XXL labels Jul 30, 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: fd2b9d8643

ℹ️ 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 +59 to +60
const refreshedTelemetry = telemetry.refresh.pipe(Effect.catch(() => telemetry.latest));
const read: ProcessDiagnostics["Service"]["read"] = refreshedTelemetry.pipe(

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Bundle the resource monitor with the Nix server

For installations built through the fork's supported nix/package.nix, the build only produces the web/server JavaScript bundles and the install phase copies only those outputs; it never builds or installs t3-resource-monitor. Consequently telemetry.refresh always fails in that environment, and this fallback returns the initial empty telemetry snapshot, so Diagnostics no longer lists or signals provider, terminal, or other server child processes after the previous ps-based implementation was removed. Build and copy the monitor in the Nix derivation, or retain a process-query fallback when the sidecar is unavailable.

AGENTS.md reference: AGENTS.md:L21-L23

Useful? React with 👍 / 👎.

@tarik02
tarik02 merged commit b840e69 into main Jul 30, 2026
10 checks passed
@tarik02
tarik02 deleted the sync-upstream-main-20260730 branch July 30, 2026 12:13
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.