Skip to content

Commit 3ee08b5

Browse files
ci: Version Packages (#838)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f3b353 commit 3ee08b5

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/gemini-genai-v2-upgrade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai-gemini/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/ai-gemini
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- [#781](https://github.com/TanStack/ai/pull/781) [`6f3b353`](https://github.com/TanStack/ai/commit/6f3b35314a287fd9fd29eecd0478cc8352f64732) - Upgrade `@google/genai` to v2 and migrate the experimental text-interactions adapter to the SDK 2.x step-based streaming API (`step.start` / `step.delta` / `step.stop`), replacing the prior `content.*` events. Streamed function-call arguments are now accumulated from `arguments_delta` fragments and parsed leniently with `partial-json`, so an incomplete or truncated buffer keeps the last good arguments instead of resetting them and no longer logs a parse error per fragment. Exported built-in-tool CUSTOM event payloads now carry `Interactions.*Step` values, and structured output uses the polymorphic `response_format` request shape.
8+
39
## 0.17.3
410

511
### Patch Changes

packages/ai-gemini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/ai-gemini",
3-
"version": "0.17.3",
3+
"version": "0.18.0",
44
"description": "Google Gemini adapter for TanStack AI chat, images, speech, audio generation, and structured outputs.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)