发布

  • fix(cli): drop recipe meta-tool slugs removed from @composio/client (#3615)

    frostbyte_neo 发布于 2026-06-19 18:11:49 +00:00

    This PR:

    • cherry-picks the CLI fix from
      https://github.com/ComposioHQ/composio/pull/3494 so next is unblocked
      independently of that larger ESM-only PR
    • fixes the @composio/cli#build typecheck failure on next (TS2322
      in ts/packages/cli/src/services/tools-executor.ts) that is currently
      breaking the TS SDK Release workflow
    • @composio/client alpha.74
      (https://github.com/ComposioHQ/composio/pull/3609) removed
      COMPOSIO_UPSERT_RECIPE and COMPOSIO_GET_RECIPE from
      SessionExecuteMetaParams['slug'], but META_TOOL_SLUG_LIST (declared
      satisfies ReadonlyArray<SessionExecuteMetaParams['slug']>) still
      listed them, so the build no longer type-checked
    • adds a @composio/cli patch changeset

    Verified locally: pnpm --filter @composio/cli typecheck passes.

    下载附件