Skip to content

Commit 058800e

Browse files
committed
Fix Goose2 ACP initialize typing
Signed-off-by: Andrew Harvard <aharvard@squareup.com>
1 parent f2a8435 commit 058800e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ui/goose2/src/shared/api/acpConnection.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ async function initializeConnection(): Promise<GooseClient> {
9292
mcpHostCapabilities: DEFAULT_GOOSE_MCP_HOST_CAPABILITIES,
9393
},
9494
},
95-
clientInfo: {
96-
name: packageJson.name,
97-
version: packageJson.version,
98-
},
9995
},
10096
clientInfo: {
10197
name: packageJson.name,

0 commit comments

Comments
 (0)