library · inferred from evidence
@composio/core
A library mentioned as having a bug fix in version 0.1.36-next.5.
- Composio mastra provider gettools failed - Error getting serialized tools
This was a zod 4 incompatibility in the Mastra provider. The jsonSchemaToZodSchema calls in the provider broke under zod 4, so tool serialization failed. Two fixes: the quick workaround was pinning zod back to 3, which one reporter confirme
- Composio V3 TypeScript SDK breaks after creating connection using AuthScheme.APIKey()
The API key auth config was being created but the key itself wasnt persisted on the connected account, so any follow-up call failed. This was an SDK bug, fixed in @composio/core 0.1.36-next.5. The simplest path is just upgrading past that v