v0.43.1
Release Notes
Latest Release: v0.43.1 (July 9, 2026)
Workspai Debug Alias, Doctor Repair, and Workspace Intelligence Chain Alignment
This patch release tightens the Workspai monorepo package surface after the
initial workspai/wspai publish, and hardens the Doctor and Workspace
Intelligence chain before the first stable Workspai CLI release.
What's New:
-
Workspai-native debug environment
- Added
WORKSPAI_DEBUG_ARGS=1for CLI argument and bridge diagnostics. - Preserved the legacy
RAPIDKIT_NPM_DEBUG_ARGS=1fallback for existing local
debugging workflows.
- Added
-
Release consistency
- Keeps the private monorepo version,
workspaipackage version, andwspai
alias package version aligned on0.43.1. - Keeps the
wspaipackage dependency pinned to the matchingworkspai
version.
- Keeps the private monorepo version,
-
Doctor and repair artifact integrity
doctor project --fixnow writes project-scope fix evidence under the
project.workspai/reportsdirectory instead of overwriting workspace-level
Doctor fix evidence.- Doctor fix/apply flows now return failing exit codes when a fix attempt
remains blocked or unresolved, including local-profile runs. - Python dependency sync repair is guarded by default and emits deterministic
guidance unless explicit dependency-install opt-in is provided.
-
Workspace Intelligence chain validation
- Verified the full workspace chain across minimal and polyglot test
workspaces: sync, contract verify, model, context, agent sync, graph, diff,
impact, verify, trace, explain, run, share, export, and feedback history. - Confirmed
wspaidelegates to the canonicalworkspaiCLI command surface. - Updated workspace E2E workflows to locate managed workspaces under
~/.workspai/workspaceswhile retaining legacy RapidKit fallbacks. - Improved Workspace Run diagnostics so Python wrapper failures such as
No module named pytestare classified as setup failures instead of
unknown.
- Verified the full workspace chain across minimal and polyglot test
Breaking changes: None.
Verification:
corepack npm --workspace workspai run typecheckcorepack npm --workspace workspai run lintcorepack npm --workspace workspai run format:checkcorepack npm --workspace workspai run buildcorepack npm --workspace workspai run smoke:enterprise-packagecorepack npm --workspace wspai run smokecorepack npm --workspace workspai run test -- src/__tests__/index.test.ts src/__tests__/package-publish-contract.test.tscorepack npm --workspace workspai run testcorepack npm --workspace workspai run test -- src/__tests__/doctor.test.tscorepack npm --workspace workspai run test -- src/__tests__/doctor-canary-matrix.test.tscorepack npm --workspace workspai run test -- src/__tests__/workspace-run.test.ts
Upgrade:
npm install -g workspai@0.43.1
npx wspai --help