TensorPM v1.17.2
Changelog - v1.17.2
π New Features
Run Skills Directly from a File's Context Menu
Skills can now offer one-click actions on matching project files. Right-click a file in the File Explorer and run the skill on it β deterministically, without involving the AI.
What Changed:
- β Skills declare which file types they handle; TensorPM shows their action in the context menu of matching files
- β
The skill runs instantly in the secure sandbox and its results land in the project's
exports/folder - β Only skills you have explicitly trusted can offer context-menu actions
User Benefit:
Process files with a single click and get exact, reproducible results β the same file always produces the same output.
Ready for GAEB Bills of Quantities (Leistungsverzeichnisse)
Construction professionals can now bring German GAEB tender data (.x81/.x83/.x84) into TensorPM.
What Changed:
- β Material items support an external position reference (GAEB OZ, e.g. "03.02.0040") and a unit price
- β The new gaeb-import skill parses GAEB DA XML 3.1β3.3 files exactly β positions, quantities, unit prices, and totals are read from the file, never retyped by the AI
- β Bid files (X84) are merged onto the original tender (X83) automatically by position number
- β
Right-click any GAEB file in the
gaeb/folder to get an instant overview: structure, position counts, totals, and anomalies - β The TensorPM agent can stage parsed positions as material items for your review
User Benefit:
Import a complete Leistungsverzeichnis in seconds with every number exactly as tendered β no manual transcription, no AI transcription errors.
ποΈ Improvements
Code-Execution Runtime Ships with the App Again
The sandbox runtime used by Skills is bundled and code-signed with every installer again.
What Changed:
- β Skills work immediately after installation β no first-run download required
- β The runtime binary is signed together with the app on macOS and Windows
- β Works fully offline from the first minute
User Benefit:
Skills are available instantly and verifiably signed, even on machines without internet access or behind strict firewalls.
π Bug Fixes
- Fixed material items losing their position reference and unit price when the AI assistant updated another field on the same item
- Negative unit prices from GAEB discount positions (NachlΓ€sse) are preserved in the item notes instead of being silently zeroed
π Notes
- The gaeb-import skill will be published to the in-app skill catalog separately; the platform support in this release works with any skill that declares file triggers
- Database schema migration 042 runs automatically on first start
π Release Info
- Version: 1.17.2
- Release Date: 2026-07-03
- Previous Version: 1.16.0 (v1.17.0/v1.17.1 were tagged but never published)
- Type: Minor Release (published as patch tag)