upgrade goose sdk and tui to be compatible with the latest agentclientprotocol/sdk package (#8667)

This commit is contained in:
Lifei Zhou
2026-04-22 12:25:13 +10:00
committed by GitHub
parent 469c74d8bc
commit a7ccdd780d
10 changed files with 69 additions and 97 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@aaif/goose",
"version": "0.17.0",
"version": "0.18.0",
"description": "Goose - an open-source AI agent",
"license": "Apache-2.0",
"repository": {
@@ -28,7 +28,7 @@
},
"dependencies": {
"@aaif/goose-sdk": "workspace:*",
"@agentclientprotocol/sdk": "^0.14.1",
"@agentclientprotocol/sdk": "^0.19.0",
"@inkjs/ui": "^2.0.0",
"ink": "^6.8.0",
"ink-multiline-input": "^0.1.0",