Skip to content

TensorPM v1.35.6

Choose a tag to compare

@Neo552 Neo552 released this 13 Aug 23:08
· 11 commits to main since this release

Changelog - v1.35.6

πŸ› Bug Fixes

  • A second launch can no longer touch the installation state of the running app. Opening
    TensorPM again while it was already running β€” by double-click, by a link, or through the
    installer β€” let the second process run the version check against the same data directory, in rare
    cases entering the uninstall path. Only the instance that actually starts does this now.
  • The project agent no longer receives its instructions twice. Relevance checks, wizard feedback
    and document analysis prepended their instructions to the request while the app also sent its
    general ones, which cost tokens and blurred the task. Each request now carries exactly one set of
    instructions.
  • Claude- and Codex-subscription accounts get the right instructions again. On these two
    connection types the task-specific instructions for relevance checks, wizard feedback and document
    analysis were not applied.
  • The daily automatic analysis no longer starts twice. Right after startup, while sign-in and
    entitlements were still settling, a second run could begin in parallel with the first.
  • Updates download once instead of twice. Every update first attempted a partial download that
    could not succeed with our packages, logged an error, and then downloaded the full package anyway.

πŸ—οΈ Improvements

  • Changing many work packages at once is now a single step. Shifting all due dates by a week
    previously produced one request per item β€” eighteen for a mid-sized project, each one repeated in
    every following round of the conversation. The agent now sends one request covering all items,
    including items that need different values. This is noticeably faster and consumes fewer AI
    credits.
  • A single bad value no longer discards a whole batch. Valid changes are applied and the
    problematic ones are reported back, instead of throwing everything away and retrying.
  • Wizard feedback prompts are shorter. The field under review was sent twice β€” once as the value
    to review and once as project context. On long descriptions this alone cost about 2,000 tokens per
    review.

πŸ“ Notes

  • No database migration is introduced by this release.
  • Existing projects require no manual changes.
  • No changes to sync, subscriptions or billing.

πŸ“… Release Info

  • Version: 1.35.6
  • Release Date: 2026-08-13
  • Previous Version: 1.35.5
  • Type: Patch Release