feat(fork): promote v0.0.36 Dulli rebuild - #41
Conversation
…in GitHubPullRequestCli (pingdotgg#7385) Signed-off-by: aoright <102943475+aoright@users.noreply.github.com>
Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com> Co-authored-by: maria <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com> Co-authored-by: maria <254055478+maria-rcks@users.noreply.github.com>
…pingdotgg#7459) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…t full speed (pingdotgg#7460) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…nt (pingdotgg#6563) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…ngdotgg#7477) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…tgg#6286) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: GPT-5.6 <noreply@openai.com>
Co-authored-by: GPT-5.6 <noreply@openai.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
There was a problem hiding this comment.
💡 Codex Review
t3code/apps/server/src/provider/Layers/PiProvider.ts
Lines 245 to 248 in 271f05f
When a Pi provider instance supplies credentials or custom-provider configuration through its Environment settings, PiDriver passes that merged environment to the version probe and spawned Pi process, but this SDK discovery runs in the server process without applying it. Consequently getAvailable() can report no models and an unauthenticated provider even though the actual Pi subprocess has valid credentials, leaving the model picker unusable for that supported configuration. Run discovery with the same per-instance environment.
ℹ️ 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".
Uh oh!
There was an error while loading. Please reload this page.
YJJosh
commented
Sep 2, 2026
Addressed the Pi model-discovery finding in The same commit addresses the multi-instance Usage finding and the failing compatibility-boundary test. Focused verification: 52 tests passed, affected contracts/shared/server typechecks passed, targeted format/lint passed, and the server bundle build passed. @codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:9f1025404e
ℹ️ 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".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
YJJosh
commented
Sep 2, 2026
Addressed both follow-up findings in Focused verification: 60 tests passed across provider discovery, Usage resolution/reading/aggregation, and shared merging; affected typechecks and targeted format/lint passed; the server bundle build passed. @codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:68b56ea322
ℹ️ 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".
Uh oh!
There was an error while loading. Please reload this page.
YJJosh
commented
Sep 2, 2026
Addressed the complete-vs-partial source ordering finding in @codex review |
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ 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". |
Uh oh!
There was an error while loading. Please reload this page.
What Changed
This promotes the reviewed T3 Dulli rebuild based on upstream stable
v0.0.36.@yjosh/t3CLI..github/workflows/fork-desktop-release.yml; upstream publishers, relay deployment, EAS, and store workflows remain disabled.Why
The previous fork main predated upstream stable
v0.0.36and carried provider, workspace, and release implementations that no longer matched the canonical runtime. A normal content merge would reintroduce obsolete architecture. This promotion keeps the reviewed rebuild as the exact resulting tree while preserving both histories.UI Changes
Fork settings
Workflow details
Verification
v0.0.36-pi.2, including desktop matrices, updater manifests, signatures, Android identity/signing, GitHub assets, and npm publication. Follow-up UI commits remain unreleased.Checklist
Implemented with GPT-5.6 Sol using the pi coding-agent harness.