v0.1.36
Tura 0.1.36
Released on 2026-08-16. Changes are relative to
v0.1.35.
Highlights
- Removed the npm
postinstalllifecycle script so npm 12 no longer needs an
allow-scriptsexception to install Tura. - Updated the
turanpm wrapper to resolve and launch the native executable
directly from the matching optional platform package without copying release
files or modifying the user's shell path during installation. - Added manual npm 12 installation workflows for Linux, macOS, and Windows that
validate both global and project-local installs using simulated release
tarballs from the commit under test. - Added npm 12-compatible package output parsing and release verification that
runstura --helpthrough the installed wrapper. - Migrated npmjs.org releases to GitHub Actions trusted publishing with OIDC,
removing the dependency on a long-lived npm publish token. - Upgraded the release workflow to
actions/setup-node@v7, preventing its
retired placeholderNODE_AUTH_TOKENfallback from overriding npm OIDC
trusted publishing.
Upgrade notes
- No session database migration is required.
- Global installs continue to use
npm install --global tura-aifollowed by
tura. - For a project-local install, use
npm install tura-aifollowed by
npx --no-install tura. - The main package and all native platform packages must use version
0.1.36.