- Updated dependencies [90fb95a]
- Updated dependencies [e6dfef4]
- Updated dependencies [6636db6]
- @ai-sdk/[email protected]
- Updated dependencies [19a2ce7]
- Updated dependencies [19a2ce7]
- Updated dependencies [6337688]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [5ed5e45]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [09a9cab]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [0984f0b]
- @ai-sdk/[email protected]
- 953469c: chore (ui): extract prepareAttachmentsForRequest
- a3dd2ed: fix (ui): preserve createdAt as Date object
- 88b364b: fix (ui-utils): deep clone messages
- Updated dependencies [b446ae5]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [c3ab5de]
- @ai-sdk/[email protected]
- 8bf5756: chore: remove legacy function/tool calling
- 7814c4b: chore (ui): remove streamMode setting from useChat & useCompletion
- fe4f109: chore (ui): set default value of useChat keepLastMessageOnError to true
- 7e89ccb: chore: remove nanoid export
- 9f81e66: chore (ui-utils): remove unnecessary dependencies
- 70f28f6: chore (ui-utils): mark vitest as external to reduce bundle size of /test
- 04d3747: chore (ui-utils): restructure processAssistantMessage
- b053413: chore (ui): refactorings & README update
- Updated dependencies [b469a7e]
- Updated dependencies [dce4158]
- Updated dependencies [c0ddc24]
- Updated dependencies [b1da952]
- Updated dependencies [dce4158]
- Updated dependencies [8426f55]
- Updated dependencies [db46ce5]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- 04d3747: chore (ui-utils): restructure processAssistantMessage
- b053413: chore (ui): refactorings & README update
- fe4f109: chore (ui): set default value of useChat keepLastMessageOnError to true
- 70f28f6: chore (ui-utils): mark vitest as external to reduce bundle size of /test
- 9f81e66: chore (ui-utils): remove unnecessary dependencies
- Updated dependencies [8426f55]
- @ai-sdk/[email protected]
- Updated dependencies [dce4158]
- Updated dependencies [dce4158]
- @ai-sdk/[email protected]
- Updated dependencies [b1da952]
- @ai-sdk/[email protected]
- 7814c4b: chore (ui): remove streamMode setting from useChat & useCompletion
- Updated dependencies [b469a7e]
- Updated dependencies [c0ddc24]
- Updated dependencies [db46ce5]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- 8bf5756: chore: remove legacy function/tool calling
- 7e89ccb: chore: remove nanoid export
- a85c965: fix (ai/ui): send message annotations from onChunk
- 3bf8da0: fix (ai/ui): update latest message with stream data message annotations until new message starts
- aa98cdb: chore: more flexible dependency versioning
- 811a317: feat (ai/core): multi-part tool results (incl. images)
- Updated dependencies [aa98cdb]
- Updated dependencies [1486128]
- Updated dependencies [7b937c5]
- Updated dependencies [3b1b69a]
- Updated dependencies [811a317]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [b9b0d7b]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [d595d0d]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- cd77c5d: feat (ai/core): add isContinued to steps
- Updated dependencies [273f696]
- @ai-sdk/[email protected]
- 1f590ef: chore (ai): rename roundtrips to steps
- 14210d5: feat (ai/core): add sendUsage information to streamText data stream methods
- Updated dependencies [03313cd]
- Updated dependencies [3be7c1c]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- aa2dc58: feat (ai/core): add maxToolRoundtrips to streamText
- Updated dependencies [26515cb]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- d151349: feat (ai/core): array output for generateObject / streamObject
- Updated dependencies [09f895f]
- @ai-sdk/[email protected]
- b5a82b7: chore (ai): update zod-to-json-schema to 3.23.2
- Updated dependencies [d67fa9c]
- @ai-sdk/[email protected]
- Updated dependencies [f2c025e]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [6ac355e]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- dd712ac: fix: use FetchFunction type to prevent self-reference
- Updated dependencies [dd712ac]
- @ai-sdk/[email protected]
- Updated dependencies [dd4a0f5]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- e9c891d: feat (ai/react): useObject supports non-Zod schemas
- Updated dependencies [4bd27a9]
- Updated dependencies [845754b]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- e5b58f3: fix (ai/ui): forward streaming errors in useChat
- Updated dependencies [029af4c]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [d58517b]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [96aed25]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- Updated dependencies [9614584]
- Updated dependencies [0762a22]
- @ai-sdk/[email protected]
- 5be25124: fix (ai/ui): useChat messages have stable ids with streamProtocol: "text"
- fea7b604: chore (ai/ui): remove "args" and "toolName" from tool result stream part.
- 1d93d716: fix (ai/ui): parse null as NaN in finish message stream parts
- c450fcf7: feat (ui): invoke useChat onFinish with finishReason and tokens
- e4a1719f: chore (ai/ui): rename streamMode to streamProtocol
- Updated dependencies [a8d1c9e9]
- @ai-sdk/[email protected]
- Updated dependencies [4f88248f]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- f63829fe: feat (ai/ui): add allowEmptySubmit flag to handleSubmit
- 5b7b3bbe: fix (ai/ui): tool call streaming
- 1f67fe49: feat (ai/ui): stream tool calls with streamText and useChat
- 99ddbb74: feat (ai/react): add experimental support for managing attachments to useChat
- a6cb2c8b: feat (ai/ui): add keepLastMessageOnError option to useChat
- 56bbc2a7: feat (ai/ui): set body and headers directly on options for handleSubmit and append
- @ai-sdk/[email protected]
- Updated dependencies [d481729f]
- @ai-sdk/[email protected]
- 1894f811: feat (ai/ui): allow JSONValue as data in useChat handleSubmit
- d3100b9c: feat (ai/ui): support custom fetch function in useChat, useCompletion, useAssistant, useObject
- Updated dependencies [5edc6110]
- Updated dependencies [5edc6110]
- @ai-sdk/[email protected]
- 54bf4083: feat (ai/react): control request body in useChat
- Updated dependencies [02f6a088]
- @ai-sdk/[email protected]
- 008725ec: chore (@ai-sdk/ui-utils): move functions
- Updated dependencies [85712895]
- Updated dependencies [85712895]
- @ai-sdk/[email protected]
- Updated dependencies [7910ae84]
- @ai-sdk/[email protected]
- 85f209a4: chore: extracted ui library support into separate modules