File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,14 +227,14 @@ those packages now resolves to the single root instance. As of this sync,
227227
228228## Patched vs. verbatim
229229
230- Of the eleven vendored paths, four carry local patches:
230+ Of the twelve vendored paths, four carry local patches:
231231` @intx/inference ` , ` @intx/types ` , ` @intx/storage-isogit ` , and
232232` @intx/agent ` — every divergence is a real fix not yet upstream, listed
233- one-per-patch in that package's ` PATCHES.md ` . The other seven paths
234- (six whole packages plus the partial ` vendor/intx-workflow-host/adapters / `
235- tree ) are verbatim copies of upstream — no modifications. A diff against a
233+ one-per-patch in that package's ` PATCHES.md ` . The other eight paths
234+ (six whole packages plus the two partial ` vendor/intx-workflow-host/ `
235+ paths ) are verbatim copies of upstream — no modifications. A diff against a
236236pristine upstream checkout at the same commit and paths will show 100%
237- upstream-authored lines for those seven .
237+ upstream-authored lines for those eight .
238238
239239## Notable upstream shape changes carried by the 2026-08-22 sync
240240
Original file line number Diff line number Diff line change @@ -542,12 +542,16 @@ requires instead of the `thinking:{type:"enabled",budget_tokens}` shape
542542adaptive-only models reject. Upstream's list lacks the model. Consumed by the
543543` first-class-providers ` registry (` claude-fable-5-1 ` is a shipped, selectable
544544anthropic and zen model; CHANGELOG 0.3.17 advertises adaptive thinking for
545- Fable 5) and guarded by the "adaptive thinking request shape" suite in
546- ` providers/anthropic.test.ts ` .
545+ Fable 5). The companion "adaptive thinking request shape" suite that once
546+ guarded the wire shape in ` providers/anthropic.test.ts ` was dropped by the
547+ 2026-09-14 pristine overwrite (` 5a291aad5 ` ) and never re-applied, so the
548+ wire shape currently rides without an in-tree guard; only the model id is
549+ covered, by the first-party ` first-class-providers ` registry test.
547550
548551** Disposition:** Re-carryable — a one-line list addition that survives sync
549- trivially; the guard suite re-applies verbatim. Risk: upstream may grow its
550- own adaptive-models list; reconcile the two on next sync. ** Removal path:**
552+ trivially. Risk: upstream may grow its own adaptive-models list; reconcile
553+ the two on next sync, and consider restoring the dropped guard suite.
554+ ** Removal path:**
551555Upstream adding ` claude-fable-5-1 ` to its own ` ADAPTIVE_THINKING_MODELS ` .
552556
553557---
You can’t perform that action at this time.
0 commit comments