v0.33.1
Release Notes
Latest Release: v0.33.1 (June 10, 2026)
Core Bridge Forwarding Fix for Module Lifecycle and --dry-run
This patch fixes npm-to-core command routing so module maintenance and dry-run previews reach Python core reliably, while workspace create/import flows stay on the npm wrapper.
What's Fixed:
-
🔁 Module lifecycle forwarding
rollback,uninstall,upgrade,diff, andcheckpointnow forward to core even when--dry-runis present.- Prevents silent no-op behavior from the Workspai dashboard and terminal maintenance flows.
-
🧭 Workspace vs core boundary
- Bare workspace names like
my-workspace --dry-runno longer mis-route to Python core. create workspace,create project, and npm-owned generator flows remain on the wrapper.
- Bare workspace names like
-
🐍 Python context delegation
- In-project delegation now covers
pip,poetry,venv,pipx, andpythonengines — notpipalone.
- In-project delegation now covers
Upgrade:
npm install -g rapidkit@0.33.1