Skip to content

v0.1.36

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:46
· 13 commits to main since this release

Tura 0.1.36

Released on 2026-08-16. Changes are relative to
v0.1.35.

Highlights

  • Removed the npm postinstall lifecycle script so npm 12 no longer needs an
    allow-scripts exception to install Tura.
  • Updated the tura npm 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
    runs tura --help through 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 placeholder NODE_AUTH_TOKEN fallback from overriding npm OIDC
    trusted publishing.

Upgrade notes

  • No session database migration is required.
  • Global installs continue to use npm install --global tura-ai followed by
    tura.
  • For a project-local install, use npm install tura-ai followed by
    npx --no-install tura.
  • The main package and all native platform packages must use version 0.1.36.

Links