Skip to content

TensorPM v1.18.2

Choose a tag to compare

@Neo552 Neo552 released this 04 Jul 22:21
· 81 commits to main since this release

Changelog - v1.18.2

New Features

Better guidance for generated Office documents

TensorPM's AI can now load detailed skill reference material only when it is
needed for a document task.

What Changed:

  • PowerPoint, Excel, Word, PDF, and artifact review skills can expose focused
    reference guides without bloating normal chats
  • The AI can load one specific guide, such as a design contract or spreadsheet
    quality gate, when a polished deliverable needs it
  • Skill authors can keep core instructions short while keeping heavier
    document-generation guidance in separate reference files

User Benefit:
Generated decks, workbooks, reports, and PDFs can follow stronger document
quality rules while everyday project chats stay fast and focused.

Bug Fixes

Skill references respect approval state immediately

TensorPM now revalidates a skill's approved content before exposing bundled
reference files to the AI.

What Changed:

  • If a skill is edited after approval, TensorPM blocks reference reads until
    the skill is approved again
  • This closes the short timing window between a local file edit and the
    FileExplorer trust badge refresh

User Benefit:
The AI only sees reference material from the exact skill contents you approved.

Multi-day milestone dates are clearer

When a milestone date range is entered into the single-date column, TensorPM
still normalizes the date cell to the first day, but now returns an explicit
warning.

What Changed:

  • ISO date ranges such as 2026-10-08 bis 2026-10-09 normalize to
    2026-10-08
  • TensorPM now tells the AI to preserve the full range in the milestone
    description when it represents a multi-day event

User Benefit:
Milestone tables stay compatible with single-date timelines without silently
losing the end date.

Improvements

  • Cleaner skill authoring docs: the generated skills/README.md now
    explains how to use deferred reference files for heavier guidance
  • Office artifact eval fixtures: the desktop skill catalog now includes
    trigger and quality rubrics for document-generation skills

Notes

This is a patch release focused on skill reference loading, document-generation
quality guidance, and safer milestone date normalization. No migration or
manual user action is required.


📅 Release Info

  • Version: 1.18.2
  • Release Date: 2026-07-04
  • Previous Version: 1.18.1
  • Type: Patch Release