Skip to content

v4.4.2

Latest

Choose a tag to compare

@ketanyekale ketanyekale released this 07 Aug 04:31
7686557

v4.4.2

Released: 2026-08-07

New

  • Added a bundled CometChat documentation MCP server: installing the skills now also provisions live documentation tools through .mcp.json, letting the agent search the docs, fetch a specific page, and pull ready-made implementation bundles without leaving the integration flow.

Enhancements

  • Updated the standalone calls flow to use file-based initialization. The calls skills for React, React Native, Android (V5 and V6), Flutter (V5 and V6), and iOS now scaffold CometChatCalls.initFromSettings, which reads a committed cometchat-settings.json, so calls-only integrations report integrationSource: "ai-agent" on login — matching how chat integrations are already attributed. This requires @cometchat/calls-sdk-javascript / @cometchat/calls-sdk-react-native ≥ 5.0.3, cometchat_calls_sdk ≥ 5.0.4, calls-sdk-android ≥ 5.0.2, or CometChatCallsSDK ≥ 5.0.2; older calls SDKs fall back to the builder-based init automatically.
  • Raised the minimum iOS deployment target to 15.1 for calls integrations on CometChatCallsSDK 5.0.2 and later. A lower target silently resolved to CometChatCallsSDK 5.0.1, which lacks initFromSettings; the higher floor ensures file-based init is available.
  • Clarified the cometchat-settings.json authKey guidance across the six core skills (React, Angular, React Native, iOS, Android V6, Flutter V6). The committed key is documented as a demo/POC credential for a dedicated demo app, and integrations are directed to switch to a server-minted authToken before production.

Fixes

  • None.