AIWG 2026.9.4 - Clear recovery for lightweight CLI setup
AIWG 2026.9.4 - Clear recovery for lightweight CLI setup
Release date: 2026-09-05
Channel: stable
AIWG 2026.9.4 gives lightweight CLI users a clear recovery path when they request bundled framework setup. The command now stops before changing the project and explains that the full `aiwg` package supplies the framework and addon sources required by `aiwg use`.
Recover from incomplete lightweight CLI setup
The lightweight `@aiwg/cli` package is intended for signed web-resource queries and external project-local bundles. It does not contain the full framework and addon corpus. Requests such as this previously started setup and then failed with a low-level missing-directory error:
aiwg use all --provider pi
The command now detects that package boundary before project initialization and prints the exact migration steps:
npm uninstall -g @aiwg/cli
npm install -g [email protected]
aiwg use all --provider pi
The same preflight applies to named bundled frameworks and dry runs. External project-local bundles remain available through the lightweight package.
Upgrade and references
npm install -g [email protected]
aiwg refresh --skip-update
The package versions are `[email protected]`, `@aiwg/[email protected]`, and `@aiwg/[email protected]`.