v4.2.1
v4.2.1
Released: 2026-05-21
New
- None
Enhancements
- None
Fixes
- Fixed an issue where running
npx @cometchat/skills addfailed with a GitHub404error when installing skills outside the CometChat organization. The installer incorrectly attempted to clone a private repository instead of the publiccometchat/cometchat-skillsrepository. - Updated the installer configuration in
bin/install.jsto use the publiccometchat/cometchat-skillsrepository, 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.1usingnpm install -g @cometchat/skills@4.2.1or by runningnpx @cometchat/skills@4.2.1 add. - Confirmed that v4.2.1 is a drop-in replacement for v4.2.0 with no breaking changes.