fix: bump ai-sdk-provider-gemini-cli to v0.1.1 (#1033)
* fix: bump ai-sdk-provider-gemini-cli to v0.1.1 Updates ai-sdk-provider-gemini-cli from v0.0.4 to v0.1.1 to fix a breaking change introduced in @google/gemini-cli-core v0.1.12+ where createContentGeneratorConfig signature changed, causing "config.getModel is not a function" errors. The new version includes: - Fixed compatibility with @google/gemini-cli-core ^0.1.13 - Added proxy support via configuration - Resolved the breaking API change Fixes compatibility issues when using newer versions of gemini-cli-core. See: https://github.com/ben-vargas/ai-sdk-provider-gemini-cli/releases/tag/v0.1.1 * chore: fix package-lock.json being too big --------- Co-authored-by: Ben Vargas <ben@example.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@anthropic-ai/claude-code": "^1.0.25",
|
||||
"ai-sdk-provider-gemini-cli": "^0.0.4",
|
||||
"@biomejs/cli-linux-x64": "^1.9.4"
|
||||
"@biomejs/cli-linux-x64": "^1.9.4",
|
||||
"ai-sdk-provider-gemini-cli": "^0.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
Reference in New Issue
Block a user