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 committedcometchat-settings.json, so calls-only integrations reportintegrationSource: "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, orCometChatCallsSDK≥ 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
CometChatCallsSDK5.0.2 and later. A lower target silently resolved toCometChatCallsSDK5.0.1, which lacksinitFromSettings; the higher floor ensures file-based init is available. - Clarified the
cometchat-settings.jsonauthKeyguidance 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-mintedauthTokenbefore production.
Fixes
- None.