-
fix(cli): drop recipe meta-tool slugs removed from @composio/client (#3615)
发布于
2026-06-19 18:11:49 +00:00 This PR:
- cherry-picks the CLI fix from
https://github.com/ComposioHQ/composio/pull/3494 sonextis unblocked
independently of that larger ESM-only PR - fixes the
@composio/cli#buildtypecheck failure onnext(TS2322
ints/packages/cli/src/services/tools-executor.ts) that is currently
breaking the TS SDK Release workflow @composio/clientalpha.74
(https://github.com/ComposioHQ/composio/pull/3609) removed
COMPOSIO_UPSERT_RECIPEandCOMPOSIO_GET_RECIPEfrom
SessionExecuteMetaParams['slug'], butMETA_TOOL_SLUG_LIST(declared
satisfies ReadonlyArray<SessionExecuteMetaParams['slug']>) still
listed them, so the build no longer type-checked- adds a
@composio/clipatch changeset
Verified locally:
pnpm --filter @composio/cli typecheckpasses.下载附件
- cherry-picks the CLI fix from