You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
executing tools with truncated arguments after a `max_tokens` cutoff.
443
+
**Removal path:** Upstream PR (a) surfacing `stop_reason`/`finish_reason` on
444
+
usage events and (b) failing the turn instead of dispatching unparseable tool
445
+
calls at end-of-stream finalization. **Re-carry:** localized to
446
+
`finalizeStreamTurn`, the `MessageDelta` schema, and one optional event
447
+
field; re-applies against upstream `harness.ts`/`anthropic.ts` unless the
448
+
finalization path is reworked.
449
+
409
450
---
410
451
411
452
## Upstream promotion ledger
@@ -428,6 +469,7 @@ revisit point is the next vendored sync (see `docs/VENDORING.md`).
428
469
| reactor-ts-after-checkpoint-director-only | Gate `afterCheckpoint` on `hasOverride` so auto-commits do not emit it | Alexander Guy <alexander.guy@pm.me> | This ledger (#reactor-ts-after-checkpoint-director-only) | Next vendored sync |
429
470
| sse-ts-max-line-length | Cap the unterminated SSE line buffer (`MAX_LINE_LENGTH`, 16 MiB) | Alexander Guy <alexander.guy@pm.me> | This ledger (#sse-ts-max-line-length) | Next vendored sync |
430
471
| state-ts-deep-freeze-turns-revision | Make `ReactorState.snapshot().turns` a lazy, revision-tracked getter | Alexander Guy <alexander.guy@pm.me> | This ledger (#state-ts-deep-freeze-turns-revision) | Next vendored sync |
472
+
| inference-ts-cl-7783-truncated-tool-call | Surface `stop_reason`/`finish_reason` on usage events; fail the turn instead of dispatching unparseable tool calls at end-of-stream finalization | Alexander Guy <alexander.guy@pm.me> | This ledger (#inference-ts-cl-7783-truncated-tool-call) | Next vendored sync |
431
473
| google-genai-files-ts-body-init-cast | Widen `BodyInit` to accept Node's `Uint8Array` typing so the cast can be removed | Alexander Guy <alexander.guy@pm.me> | This ledger (#google-genai-files-ts-body-init-cast) | Next vendored sync |
432
474
433
475
Contact basis: identified from the read-only upstream clone
0 commit comments