Skip to content

TensorPM v1.15.1

Choose a tag to compare

@Neo552 Neo552 released this 02 Jul 10:44
· 91 commits to main since this release

Changelog - v1.15.1

This patch release tightens AI prompt context handling after v1.15.0 and fixes
quoted display names in greetings and settings.

Bug Fixes

Cleaner AI Context for Action Item Generation

Action item generation and re-evaluation now avoid sending the same project
data multiple times in one prompt. Existing action items, people, and budget
details are kept in their dedicated prompt sections instead of being duplicated
inside the project JSON.

This reduces prompt size and helps the AI focus on the current planning task.

Correct Categories and Assignees in Already Prepared Project Context

Some AI paths received project data that had already been prepared for AI use.
Preparing it a second time could degrade existing action items to an
Unknown category and drop assignee context. Prepared projects are now detected
and passed through safely.

Agent assignees are also preserved as readable labels in AI context instead of
being silently omitted.

More Accurate Token Counting

Internal generation metadata is now stripped before token counting, matching
what is actually sent to the model. This prevents the app from overestimating
context size because of hidden internal snapshots and reduces unnecessary
compression or truncation.

Display Names No Longer Keep Wrapping Quotes

Names stored as "Thomas" or similar quoted variants are normalized before
they reach greetings, chat, settings, and local storage updates. Apostrophes in
names such as O'Brien are preserved.

Notes

  • No database migration.
  • No sync protocol change.
  • Release quality gates still run, except the Playwright E2E suite is skipped
    for this release by request.

Release Info

  • Version: 1.15.1
  • Release Date: 2026-07-02
  • Previous Version: 1.15.0
  • Type: Patch Release