Skip to content

v0.33.1

Choose a tag to compare

@Baziar Baziar released this 11 Jun 23:31
· 13 commits to main since this release
v0.33.1
83bd885

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, and checkpoint now forward to core even when --dry-run is 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-run no longer mis-route to Python core.
    • create workspace, create project, and npm-owned generator flows remain on the wrapper.
  • 🐍 Python context delegation

    • In-project delegation now covers pip, poetry, venv, pipx, and python engines — not pip alone.

Upgrade:

npm install -g rapidkit@0.33.1

📖 Full Release Notes