macroscopeapp[bot]
macroscopeapp[bot]
### Prevent command injection in `fern/packages/snippet-tester/src/utils.ts` by executing `utils.execCmd` with `childProcess.execFile` using parsed program and args Switch `utils.execCmd` from `childProcess.exec(cmd, { cwd }, cb)` to `childProcess.execFile(...parseCommand(cmd), { cwd }, cb)`...
### Document limits for `Tools.get` and set `Tools.getRawComposioTools` limit to 999 when tool slugs are provided Update API docs to state a default limit of 20 and a maximum of...
### Add provider-aware `ToolRouter.create` returning `ToolRouterSession` with MCP config in Python and TypeScript SDKs to introduce native + MCP tool routing with helper methods Introduce a new provider-aware tool router...
### Allow provider execute functions to accept and forward arbitrary keyword arguments for more flexible providers in `composio.core.models.tools.Tools._wrap_execute_tool` and provider execute protocols Update the execute wrapper to forward `**kwargs` with...
### Add Quickstart Preview docs page to navigation and bump docs config version to 0.115.2 Add a new `Quickstart Preview` entry in docs navigation and include a new Quickstart MDX...
### Add `composio_claude_agent.ClaudeAgentSDKProvider` and a runnable demo to integrate Composio tools with Claude Agent SDK in [provider.py](https://github.com/ComposioHQ/composio/pull/2179/files#diff-c1ef22245630cd919cdf2f9818cdb81c95cd248d97170d22ff05a6864bf660a7) Introduce a new provider that wraps Composio tools as Claude Agent SDK MCP...
### Bump the GitHub Release step in `.github/workflows/tag_and_deploy_to_cocoapods.yml` to `softprops/action-gh-release@v2` Update the release creation and asset upload step to use `softprops/action-gh-release@v2` in [tag_and_deploy_to_cocoapods.yml](https://github.com/xmtp/xmtp-ios/pull/580/files#diff-1dce6b6fc696b8be56bbe0ba38998880c72743d099fdee6ecd5d5993e8dfe955). #### 📍Where to Start Start with the...
### Add push server options by introducing `XMTPPush.DeliveryMechanism` and updating `XMTPPush.register(token:)` to delegate to `XMTPPush.register(deliveryMechanism:)` in [XMTPPush.swift](https://github.com/xmtp/xmtp-ios/pull/607/files#diff-f3bdbe065adef3456e9433b2fcf625cdd96ec21b655d277cdf4ba8acbd78606c) Introduce `DeliveryMechanism` with `apns(deviceToken:)`, `firebase(deviceToken:)`, and `custom(token:)`; add `XMTPPush.register(deliveryMechanism:)` that validates `pushServer`, builds...
### Add prerelease gateway routing and message visibility controls across iOS client messaging and update binary target to swift-bindings-1.6.0-dev.c046238 with checksum c011e963334de61a3bf7d81164a127443c68486b3722912203a76ad2d0771d5f This change introduces an optional `ClientOptions.Api.gatewayUrl` used in...
### Update Swift bindings to libxmtp 4.7.0-dev.f5bec47 and add `FfiConversationsProtocol.streamMessageDeletions` with message insertion timestamp support Bumps the FFI artifact and CocoaPods version to 4.7.0-dev.f5bec47, adds a deletion stream callback via...