TensorPM v1.19.0
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_authortool for creating project-based PowerPoint decks. - Added
deck_author_editso 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