mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e5d3963db6
Bump @ag-ui/core, @ag-ui/client, @ag-ui/encoder from 0.0.53 to 0.0.56 across all packages. @ag-ui/client 0.0.56 changed runHttpRequest from (url, requestInit) to a fetch-thunk signature (() => Promise<Response>). Update the single-route and connect transport paths in ProxiedCopilotRuntimeAgent to wrap the request in () => this.fetch(url, init), restoring the broken envelope transports. Add @ag-ui/core, client, encoder, proto to minimum-release-age-exclude in .npmrc so the freshly published 0.0.56 (under the 24h release-age gate) installs in CI.