v0.42.1
Release Notes
Latest Release: v0.42.1 (July 9, 2026)
Workspai Migration Notice
This patch release keeps the legacy rapidkit npm package available while
making the migration path to Workspai explicit for new users.
What's New:
-
README migration guidance
- New installs are directed to the
workspainpm package. - The new repository is linked at
rapidkitlabs/workspai. - The legacy
rapidkitpackage is documented as a compatibility package that
is planned for deprecation in a future release.
- New installs are directed to the
-
CLI help migration guidance
npx rapidkit --helpnow prints a migration notice before the legacy command
reference so users who do not read the README still see the new path.
-
Contract bridge alignment
- Extension compatibility metadata points to
workspai@0.43.1. - Runtime/create-planner wording uses Workspai for the npm CLI ownership
surface.
- Extension compatibility metadata points to
Breaking changes: None.
Verification:
npm run validate:contractsnpm run buildnpm run test -- src/__tests__/index.test.tsnode dist/index.js --help
Upgrade:
npm install -g rapidkit@0.42.1