Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/update-ai-sdk-deps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"perstack": patch
---

chore: update all AI SDK dependencies to latest versions (fixes Gemini 3 thought_signature issue)
144 changes: 68 additions & 76 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/providers/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.47",
"@ai-sdk/anthropic": "^3.0.60",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/azure-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/azure": "^3.0.31",
"@ai-sdk/azure": "^3.0.46",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^4.0.60",
"@ai-sdk/amazon-bedrock": "^4.0.79",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/deepseek/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/deepseek": "^2.0.20",
"@ai-sdk/deepseek": "^2.0.25",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/fireworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/fireworks": "^2.0.36",
"@ai-sdk/fireworks": "^2.0.41",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/google": "^3.0.29",
"@ai-sdk/google": "^3.0.51",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"dependencies": {
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*",
"ollama-ai-provider-v2": "^3.3.0"
"ollama-ai-provider-v2": "^3.4.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.29",
"@ai-sdk/openai": "^3.0.45",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/vertex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"test": "bun test"
},
"dependencies": {
"@ai-sdk/google-vertex": "^4.0.58",
"@ai-sdk/google-vertex": "^4.0.89",
"@perstack/core": "workspace:*",
"@perstack/provider-core": "workspace:*"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.0",
"ai": "^6.0.86",
"ai": "^6.0.127",
"typescript": "^5.9.3"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"test": "find src -name '*.test.ts' -print0 | xargs -0 -n1 bun test"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^4.0.60",
"@ai-sdk/anthropic": "^3.0.44",
"@ai-sdk/azure": "^3.0.31",
"@ai-sdk/deepseek": "^2.0.20",
"@ai-sdk/fireworks": "^2.0.36",
"@ai-sdk/google": "^3.0.29",
"@ai-sdk/google-vertex": "^4.0.58",
"@ai-sdk/openai": "^3.0.29",
"@ai-sdk/amazon-bedrock": "^4.0.79",
"@ai-sdk/anthropic": "^3.0.60",
"@ai-sdk/azure": "^3.0.46",
"@ai-sdk/deepseek": "^2.0.25",
"@ai-sdk/fireworks": "^2.0.41",
"@ai-sdk/google": "^3.0.51",
"@ai-sdk/google-vertex": "^4.0.89",
"@ai-sdk/openai": "^3.0.45",
"@modelcontextprotocol/sdk": "^1.26.0",
"@paralleldrive/cuid2": "^3.3.0",
"@perstack/api-client": "^0.0.58",
"@perstack/base": "0.0.81",
"@perstack/core": "0.0.66",
"ai": "^6.0.86",
"ai": "^6.0.127",
"smol-toml": "^1.6.0",
"ollama-ai-provider-v2": "^3.3.0",
"ollama-ai-provider-v2": "^3.4.0",
"ts-dedent": "^2.2.0",
"undici": "^7.22.0",
"xstate": "^5.28.0"
Expand Down