Skip to content

TensorPM v1.6.0-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 22 May 15:20
· 74 commits to main since this release

Changelog - v1.6.0-beta.1

This beta expands TensorPM Skills with safer local execution controls, clearer
catalog compatibility checks, and a refreshed Windows signing pipeline.

New Features

Safer Skill Capabilities

  • Skills can now request scoped access to project files, such as reading meeting
    recordings and writing generated transcripts.
  • Skills can declare exact local executable grants for approved helper binaries,
    instead of receiving broad system access.
  • TensorPM now shows skill permission details before approval, including project
    file access, network access, and local executable usage.

Skill Catalog Compatibility

  • Catalog entries can now declare supported desktop platforms.
  • Catalog entries can require a minimum TensorPM version.
  • Incompatible catalog skills are shown as unavailable before install, with a
    reason users can act on.

Improvements

Sandbox Guardrails

  • Project-file write grants are bounded by a disk-growth limit to reduce the
    risk of runaway skill output.
  • Skill run permissions are validated against exact, contained paths.
  • Project roots are exposed to approved skills only when file permissions require
    them.

Windows Artifact Signing

  • The release workflow now uses Microsoft Azure Artifact Signing.
  • Windows signing and signature verification are temporarily non-blocking so
    macOS and Linux artifacts can still ship if Azure rejects a signing request.
  • APPX publisher generation now supports the GitHub APPX_PUBLISHER secret,
    matching the current Azure certificate subject.

Fixes

  • Catalog installs now reject unsupported platform or TensorPM-version
    combinations before downloading payloads.
  • Skill approval UI now surfaces higher-risk permission grants more clearly.

Notes

  • No database migration is required.
  • Windows signing was smoke-tested successfully in GitHub Actions with the new
    TensorPM organization certificate.

Release Info

  • Version: 1.6.0-beta.1
  • Release Date: May 22, 2026
  • Previous Version: 1.5.1-beta.2
  • Type: Minor Beta