Skip to content

TensorPM v1.19.0

Choose a tag to compare

@Neo552 Neo552 released this 06 Jul 10:28
· 79 commits to main since this release

Changelog - v1.19.0

πŸŽ‰ New Features

Presentation Deck Authoring

TensorPM can now generate and revise PowerPoint presentations directly from the current project.

What Changed:

  • Added the new deck_author tool for creating project-based PowerPoint decks.
  • Added deck_author_edit so decks created by TensorPM can be updated later with natural-language instructions.
  • Added a planner, design director, layout authoring, sandbox rendering, automatic repair, and PPTX integrity checks.
  • Decks are exported into the project under exports/presentation-deck/.

User Benefit:
Users can ask TensorPM for status decks, steering committee decks, proposals, reviews, and project overviews without manually orchestrating code execution or PowerPoint layout steps.

πŸ—οΈ Improvements

Skill-Based Deck Tool Access

Deck authoring is unlocked by the presentation-deck project skill. TensorPM only exposes the deck tools when that skill is installed and trusted for the active project.

Safer Tool Availability Checks

TensorPM now re-checks tool availability at execution time, not only when the tool list is shown to the AI. This prevents stale or direct tool calls from bypassing project-specific availability gates.

PowerPoint Skill Catalog Cleanup

The legacy manual PowerPoint guide has been replaced by the new presentation-deck skill flow in the desktop skill catalog.

πŸ“ Notes

  • The release intentionally skips the full Playwright E2E suite.
  • The standard typecheck, lint, unit test, ESM import verification, and release smoke gates remain part of the release process unless explicitly skipped by the release command.

πŸ“… Release Info

  • Version: 1.19.0
  • Release Date: 2026-07-06
  • Previous Version: 1.18.2
  • Type: Minor Release