Skip to content

TensorPM v1.17.2

Choose a tag to compare

@Neo552 Neo552 released this 03 Jul 08:47
· 89 commits to main since this release

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)