-
Release: update version (#3306)
发布于
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: BringconnectedAccounts.link()to parity with
connectedAccounts.initiate()by adding theallowMultipleoption and
the matching active-connection guard. With customers being migrated off
connected_accounts/create(initiate) ontoconnected_accounts/link
(SEC-339), the guard
moves with them. -
Added:
link(userId, authConfigId, { allowMultiple }). When
allowMultipleisfalse(default) and the user already has an
ACTIVEconnection on the auth config,link()throws
ComposioMultipleConnectedAccountsError— same behavior as
initiate(). Pair withaliasand a session-levelmultiAccount
config to disambiguate at execution time. -
Behavior change:
link()now performs aconnectedAccounts.list({ userIds, authConfigIds, statuses: ['ACTIVE'] })pre-flight before
callingclient.link.create. Callers that intentionally create multiple
connections per auth config must passallowMultiple: true.
Python parity: same option (
allow_multiple: bool = False) and same
guard added tocomposio.connected_accounts.link().-
1c3276b: Addworkbench.sandboxSizeto the Tool Router session config
so callers can pick the workbench sandbox compute tier. -
Added:
workbench.sandboxSize?: 'standard' | 'medium' | 'large' | 'xlarge'onToolRouterCreateSessionConfig. Forwarded to the API as
snake_caseworkbench.sandbox_size. Optional; the server defaults it to
'standard'(1 vCPU / 1 GB) when omitted, so existing callers keep
current behavior. -
Added:
SandboxSizeliteral union andSandboxSizeSchemazod
enum, exported from@composio/coreso callers can pass tier values
without stringly-typing them. -
Bumped:
@composio/clientpeer to0.1.0-alpha.67to pick up the
matchingsandbox_sizefield 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/corereceive 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
@composio/claude-agent-sdk@0.8.1
Patch Changes
@composio/cloudflare@0.8.1
Patch Changes
@composio/google@0.8.1
Patch Changes
@composio/langchain@0.8.1
Patch Changes
@composio/llamaindex@0.8.1
Patch Changes
@composio/mastra@0.8.1
Patch Changes
@composio/openai@0.8.1
Patch Changes
@composio/openai-agents@0.8.1
Patch Changes
@composio/vercel@0.8.1
Patch Changes
@composio/cli@0.2.27
Patch Changes
下载附件
-