Skip to content

v4.2.1

Choose a tag to compare

@swapnil-cometchat swapnil-cometchat released this 21 May 08:22
· 9 commits to main since this release

v4.2.1

Released: 2026-05-21

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where running npx @cometchat/skills add failed with a GitHub 404 error when installing skills outside the CometChat organization. The installer incorrectly attempted to clone a private repository instead of the public cometchat/cometchat-skills repository.
  • Updated the installer configuration in bin/install.js to use the public cometchat/cometchat-skills repository, allowing the multi-agent picker to clone and install skills successfully across supported environments.
  • Resolved a regression introduced in v4.2.0 where the skill picker could not complete installation for external users due to an invalid repository target.

Upgrade

  • Updated installations to @cometchat/skills@4.2.1 using npm install -g @cometchat/skills@4.2.1 or by running npx @cometchat/skills@4.2.1 add.
  • Confirmed that v4.2.1 is a drop-in replacement for v4.2.0 with no breaking changes.