Skip to content

v2026.9.4

Latest

Choose a tag to compare

@jmagly jmagly released this 05 Sep 15:27
· 2 commits to main since this release
v2026.9.4
0410360

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 aiwg@2026.9.4
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 aiwg@2026.9.4
aiwg refresh --skip-update

The package versions are aiwg@2026.9.4, @aiwg/cli@2026.9.4, and
@aiwg/cockpit@2026.9.4.