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
Refresh the interaction manifest after main's notification-POST and output-schema changes
Drop the deferred hosting:http:modern:notification-post entry: the modern HTTP
entry now takes the spec's accept branch (202, not dispatched) and main ships its
own tested entry, hosting:http:modern:notification-post-202, for the same
streamable-http sentence, so the branch's undecided-design deferral is superseded.
Rewrite the client:jsonschema:ref-resolution:no-network-fetch deferral: the
client now validates output schemas against an explicitly empty reference
registry, so an external $ref is never fetched and a result reaching one fails
with the SDK's 'Invalid schema for tool <name>' error. The premise that no
behaviour exists to pin is false; the entry becomes a not-yet-covered flip
candidate describing the test to write.
Tighten the two 2025:jsonschema:ref-rewrite deferrals: the output-schema
generator now inlines a self-referential model's bare root $ref into an object
root, so 'no code rewrites schema documents' was imprecise. No pointer is ever
re-targeted, which is the substance both entries defer on.
0 commit comments