Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
58447fb2 feat(framework hooks): re-export rpcStream and persistent-transport types
`@tanstack/ai-react`, `-vue`, `-solid`, `-svelte`, and `-preact` now
re-export `rpcStream`, `ConnectConnectionAdapter`,
`SubscribeConnectionAdapter`, and `RunAgentInputContext` alongside the
existing `stream`, `fetchServerSentEvents`, and `fetchHttpStream`
re-exports.
Authors of custom WebSocket, RPC, or persistent-transport connection
adapters no longer have to reach into `@tanstack/ai-client` just to
name a `runContext` parameter or type a `SubscribeConnectionAdapter`
return — everything for the connection layer is available from the
same framework hook package as `useChat`.
Updates the connection adapters doc to import these from
`@tanstack/ai-react` consistently. 58447fb2 feat(framework hooks): re-export rpcStream and persistent-transport types
`@tanstack/ai-react`, `-vue`, `-solid`, `-svelte`, and `-preact` now
re-export `rpcStream`, `ConnectConnectionAdapter`,
`SubscribeConnectionAdapter`, and `RunAgentInputContext` alongside the
existing `stream`, `fetchServerSentEvents`, and `fetchHttpStream`
re-exports.
Authors of custom WebSocket, RPC, or persistent-transport connection
adapters no longer have to reach into `@tanstack/ai-client` just to
name a `runContext` parameter or type a `SubscribeConnectionAdapter`
return — everything for the connection layer is available from the
same framework hook package as `useChat`.
Updates the connection adapters doc to import these from
`@tanstack/ai-react` consistently. 58447fb2 feat(framework hooks): re-export rpcStream and persistent-transport types
`@tanstack/ai-react`, `-vue`, `-solid`, `-svelte`, and `-preact` now
re-export `rpcStream`, `ConnectConnectionAdapter`,
`SubscribeConnectionAdapter`, and `RunAgentInputContext` alongside the
existing `stream`, `fetchServerSentEvents`, and `fetchHttpStream`
re-exports.
Authors of custom WebSocket, RPC, or persistent-transport connection
adapters no longer have to reach into `@tanstack/ai-client` just to
name a `runContext` parameter or type a `SubscribeConnectionAdapter`
return — everything for the connection layer is available from the
same framework hook package as `useChat`.
Updates the connection adapters doc to import these from
`@tanstack/ai-react` consistently.