v0.52.1
Release Notes
Historical archive:
workspaiis the current package and command, with
wspaias an optional alias. Older entries intentionally preserve historical
rapidkitcommands and.rapidkitpaths. Use the CLI README and
Command Reference for current usage.
Latest Release: v0.52.1 (August 2, 2026)
Safer Dependency Repair Decisions
This patch makes Doctor and its consumers tell the difference between a safe
dependency repair and a path that requires a breaking change or human choice.
Workspai now keeps those decisions visible instead of presenting them as an
automatic fix or dropping them from the remediation plan.
What's Improved:
-
Truthful dependency classification
- npm audit results are normalized as compatible, mixed, breaking-only,
unavailable, or unknown repair paths. - Boolean and object-shaped
fixAvailablepayloads are both handled.
- npm audit results are normalized as compatible, mixed, breaking-only,
-
Review stays part of the plan
- Breaking-only repairs become explicit project-scoped
manual-review
steps with risk and transaction context. - Cached Doctor evidence cannot retain a stale automatic repair decision.
- Breaking-only repairs become explicit project-scoped
-
Stronger consumer contracts
- Doctor project and workspace evidence expose the same normalized repair
disposition and candidates to CLI, CI, IDE, and agent consumers.
- Doctor project and workspace evidence expose the same normalized repair
Breaking changes: None.
Verification:
- Full CLI suite: 2,257 tests passed across 210 test files; 8 tests remain
explicitly skipped. - Doctor dependency, remediation, canary, schema, and contract-parity suites
passed.
Upgrade:
npm install -g workspai@0.52.1
workspai --version
workspai workspace sync --json
workspai doctor workspace --plan --json