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
review fixes: structural test, URL-parsed native-OpenAI check, bounded-reader hardening, total tool-arg cap
Gemini review findings adjudicated and applied: the analyticsTable
schema test asserts on the exported attribute list instead of
regexing the source; #isNativeOpenAI parses the URL hostname (port
and spoofed-suffix safe); readBoundedJson wraps stream errors in the
backend error class, cancels the body before throwing on the cap,
and reuses a module-level TextDecoder; an 8 MiB total tool-argument
cap bounds the accumulator maps across entries in all three
streaming parsers.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments