发布

  • Release: update version (#3306)

    frostbyte_neo 发布于 2026-04-28 12:16:56 +00:00

    This PR was opened by the Changesets
    release
    GitHub action. When
    you're ready to do a release, you can merge this and the packages will
    be published to npm automatically. If you're not ready to do a release
    yet, that's fine, whenever you add more changesets to next, this PR will
    be updated.

    Releases

    @composio/core@0.8.1

    Patch Changes

    • 6b986cd: Bring connectedAccounts.link() to parity with
      connectedAccounts.initiate() by adding the allowMultiple option and
      the matching active-connection guard. With customers being migrated off
      connected_accounts/create (initiate) onto connected_accounts/link
      (SEC-339), the guard
      moves with them.

    • Added: link(userId, authConfigId, { allowMultiple }). When
      allowMultiple is false (default) and the user already has an
      ACTIVE connection on the auth config, link() throws
      ComposioMultipleConnectedAccountsError — same behavior as
      initiate(). Pair with alias and a session-level multiAccount
      config to disambiguate at execution time.

    • Behavior change: link() now performs a connectedAccounts.list({ userIds, authConfigIds, statuses: ['ACTIVE'] }) pre-flight before
      calling client.link.create. Callers that intentionally create multiple
      connections per auth config must pass allowMultiple: true.

    Python parity: same option (allow_multiple: bool = False) and same
    guard added to composio.connected_accounts.link().

    • 1c3276b: Add workbench.sandboxSize to the Tool Router session config
      so callers can pick the workbench sandbox compute tier.

    • Added: workbench.sandboxSize?: 'standard' | 'medium' | 'large' | 'xlarge' on ToolRouterCreateSessionConfig. Forwarded to the API as
      snake_case workbench.sandbox_size. Optional; the server defaults it to
      'standard' (1 vCPU / 1 GB) when omitted, so existing callers keep
      current behavior.

    • Added: SandboxSize literal union and SandboxSizeSchema zod
      enum, exported from @composio/core so callers can pass tier values
      without stringly-typing them.

    • Bumped: @composio/client peer to 0.1.0-alpha.67 to pick up the
      matching sandbox_size field on the Tool Router session params.

    Tiers: standard (1 vCPU / 1 GB), medium (2 / 2), large (4 / 4),
    xlarge (8 / 8). Sandboxes are not billed today; usage-based pricing is
    planned. See the changelog entry at
    docs/content/changelog/04-28-26-sdk-sandbox-size.mdx
    for usage and the full tier table.

    Provider packages that depend on @composio/core receive automatic
    patch bumps in the same release train via the changesets
    updateInternalDependencies: "patch" setting — no public-API change in
    those packages.

    @composio/anthropic@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/claude-agent-sdk@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/cloudflare@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/google@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/langchain@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/llamaindex@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/mastra@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/openai@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/openai-agents@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/vercel@0.8.1

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1

    @composio/cli@0.2.27

    Patch Changes

    • Updated dependencies [6b986cd]
    • Updated dependencies [1c3276b]
      • @composio/core@0.8.1
    下载附件