chore(refs): sync Effect reference to rc.112 - #10653
Conversation
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: unavailable · PR result: 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. |
d2afe61 to
8a24ac0
Compare
|
Macroscope skipped reviewing this pull request. Per-review cost limit exceeded (workspace setting). This review would cost an estimated $163.72, which exceeds your per-review limit of $8.00. The top 3 files driving up this estimate:
Tip To get this pull request reviewed, you can:
|
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — The changes are confined to the vendored Effect reference and do not enter t3code’s production workspace, but the sync adds language-service diagnostic suppressions for several static-analysis checks. Those configuration-level overrides require human review. Not approved because:
No code changes detected at Review your spending limits in Billing settings, or comment |
8a24ac0 to
98eb810
Compare
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
## What's Changed * fix(web): open proactive panels when entering threads by @maria-rcks in pingdotgg/t3code#10610 * fix(native): wait for the KDE feedback test listener by @juliusmarminge in pingdotgg/t3code#10645 * fix(desktop): resolve local media linked from remote threads by @maria-rcks in pingdotgg/t3code#10619 * fix(web): add bottom padding to project actions header by @flamboh in pingdotgg/t3code#10634 * fix(web): update machines together in auto balance by @maria-rcks in pingdotgg/t3code#10596 * fix(preview): transfer recordings to the agent environment by @maria-rcks in pingdotgg/t3code#10572 * fix(web): navigate markdown images as galleries by @maria-rcks in pingdotgg/t3code#10625 * chore: upgrade to TypeScript 7.0.2 by @juliusmarminge in pingdotgg/t3code#10663 * fix: hide email-bearing account labels in usage limits by @juliusmarminge in pingdotgg/t3code#10668 * fix(web): keep scroll-to-end button close to composer by @Bil0000 in pingdotgg/t3code#10543 * chore(deps): upgrade Effect to rc.112 and Alchemy to beta.76 by @juliusmarminge in pingdotgg/t3code#10652 * chore(refs): sync Effect reference to rc.112 by @juliusmarminge in pingdotgg/t3code#10653 * chore(refs): sync Alchemy reference to beta.76 by @juliusmarminge in pingdotgg/t3code#10654 * fix: generate thread titles with the selected model across connections by @Bil0000 in pingdotgg/t3code#10526 * fix(desktop): enable context menus in the browser by @juliusmarminge in pingdotgg/t3code#10670 * fix(desktop): stop generating declarations during bundling by @juliusmarminge in pingdotgg/t3code#10679 * fix(desktop): restore layout control hit targets by @juliusmarminge in pingdotgg/t3code#10673 **Full Changelog**: pingdotgg/t3code@v0.0.41-nightly.20260908.1377...v0.0.41-nightly.20260908.1387 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.41-nightly.20260908.1387
Refreshes
.repos/effect-smolto the exacteffect@4.0.0-rc.112release, matching the dependency upgrade below this PR. This layer contains only upstream reference files.The subtree sync helper could not find historical subtree metadata after earlier squashed merges. Imported the tagged Git tree directly and verified that the resulting directory tree hash equals upstream 2600f62. No hand edits or runtime imports from the reference repository.
Model: GPT-6. Harness: Codex.
Note
Sync Effect reference to rc.112 with new
doctest,api-diff, andplatform-denopackages@effect/doctestpackage for extracting and running inline documentation tests, the@effect/api-diffCLI tool for comparing TypeScript APIs across Git refs, and the@effect/platform-denopackage providing Deno-native platform services (crypto, filesystem, path, socket server, terminal, worker, stdio)Schema.ErrorClass/Schema.TaggedErrorClasstoSchema.Error/Schema.TaggedErroracross worker, socket, terminal, HTTP, and Redis modulesplatform-node/platform-browser/platform-buntoplatform/node/platform/browser/platform/bundirectory layout and updates workspace, tsconfig, and Deno references accordinglyRcRef.getStatenow rechecks state after serialization and closes the temporary scope on failure;ScopedRef.setcloses the new scope when the old scope close fails;SynchronizedRef.getAndUpdateSometargets the backingRef;Scheduler.MixedScheduleruses a cancellable microtask in sync mode;Schema.makeEffectno longer wraps parser failures through a removed conversionHttpBody.file/fileFromInforeport partial-range content length,HttpServerResponseexplicit headers override body-derived headers,HttpClientResponse.schemaJsonaccepts JSON reviver options, and a newMultipartParserpublic API replaces theMultipastare-exportbusyTimeout(default 5s) andBEGIN IMMEDIATE; MSSQL defaults to encrypted connections with certificate validation; ClickHouse client is scope-managed and classifies JSON parse failures asSqlErrorResourceRefto preserve acquisition failure causes so laterawaitcalls fail instead of hanging;OtlpMetricssnapshots now use per-snapshot candidate state and commit only newer sequencesToolkit.WithHandlerhandlers now receive encoded tool parameters (Tool.ParametersEncoded) instead of decoded parameters — existing handler implementations need updating. Internal schema report API andSchemaErrornamespace export are removed fromeffect/src/index.ts. Several packages block the./indexsubpath export. Platform package paths changed; out-of-tree consumers referencing old paths need updating.Macroscope summarized 98eb810.