Skip to content

TensorPM v1.29.1

Choose a tag to compare

@Neo552 Neo552 released this 28 Jul 15:43
· 41 commits to main since this release

Changelog - v1.29.1

πŸ› Bug Fixes

Every distiller proposal reaches your review again

When the AI prepared several proposals for the same project field β€” for example ten action items from one email β€” some of them could silently disappear before you ever saw them. Up to nine of ten proposals were dropped from the review, without any error message.

What Changed:

  • βœ… Every presented proposal now gets its own review card, even when the AI numbers them inconsistently
  • βœ… Proposals for different fields with the same number no longer overwrite each other

User Benefit:
What the AI proposes is what you get to decide on. Nothing is dropped on the way to the review.

Approving some proposals and rejecting others now works as expected

Reviewing a batch is rarely all-or-nothing: you approve two action items, reject a third, and append a fourth. Previously that mix was treated as a contradiction β€” the whole field was skipped, nothing was applied, and the AI re-presented the entire batch.

What Changed:

  • βœ… Mixed decisions on one field are applied per card, exactly as you decided
  • βœ… Approve and append work side by side on the same field
  • βœ… Genuinely ambiguous input (the same card decided twice, in opposite ways) is still flagged for a fresh look

User Benefit:
Your review sticks the first time. No more repeated batches asking you to decide the same thing again.

Completing a distiller update no longer fails at the last step

The final step of a distiller run could end in a "Missing local tool results" error β€” after all the work was already done. The successful turn was killed right at the finish line.

User Benefit:
Updates complete reliably, including with local and subscription-based AI models.

Presentation and document creation recovers from malformed AI output

When an AI model returned a slide plan in a slightly wrong format, deck and document creation failed after several expensive, identical retries β€” the model was never told what was actually wrong.

What Changed:

  • βœ… Recoverable format errors are corrected automatically
  • βœ… Otherwise the model gets one focused retry that names the exact problem and shows what it sent
  • βœ… Never more than one retry, so a failure stays cheap and fast

User Benefit:
Fewer failed deck and document runs, and noticeably less waiting (and fewer AI credits) when a model slips up.

Project creation keeps all the details it extracted

When creating a project from a prompt, success criteria, people, timeframe, and budget could be lost if the AI packed them in an unexpected format. The project was created β€” just emptier than it should have been.

User Benefit:
Projects generated from a prompt or a document arrive complete.

πŸ—οΈ Improvements

Better bug reports without sharing your content

Support bundles now include a technical fingerprint of recent tool calls: which tools ran, and what data type each argument had. No argument values are included, and all identifiers are hashed.

User Benefit:
A whole class of AI formatting bugs can now be diagnosed from your report alone β€” without you having to share project content or reproduce the problem.

πŸ“ Notes

No migration or configuration is required. Existing projects, reviews, and settings are unaffected.


πŸ“… Release Info

  • Version: 1.29.1
  • Release Date: 2026-07-28
  • Previous Version: 1.29.0
  • Type: Patch Release