Skip to content

TensorPM v1.35.7

Choose a tag to compare

@Neo552 Neo552 released this 15 Aug 15:37
· 9 commits to main since this release

Changelog - v1.35.7

πŸ› Bug Fixes

First Launch No Longer Fails With "AI Unavailable"

A brand-new installation started on a provider that requires your own API key. Since
own-API-key access is a Business feature, every background AI call on first launch failed with
an entitlement error β€” before you had picked a provider at all.

What Changed:

  • βœ… Fresh installs now start on the TensorPM AI service, which is what Trial and Pro accounts use
  • βœ… The same default applies whenever the stored preference cannot be read
  • βœ… If you are not signed in yet, you now see the sign-in path instead of an error about a provider you never chose

User Benefit:
The first thing a new user sees is an invitation to sign in, not a confusing entitlement error.

macOS App Icon Loaded Correctly

The packaged macOS app tried to hand a .icns file to a routine that only accepts PNG and JPEG,
so every start logged an image-loading failure. The Dock and Finder icon always looked right
(macOS paints those from the app bundle), which is why nobody noticed β€” but the error is gone now.

πŸ—οΈ Improvements

Consistent Internal Tool Naming

All of the AI agent's internal tools now follow one naming scheme. Your existing history is
unaffected: conversations, trail entries, decision cards and connector permissions recorded under
the previous names keep resolving to the correct labels and detail views, including the decision
cards and people diffs in the project trail.

User Benefit:
Nothing changes in what you see β€” the change removes a class of inconsistency that had started
to produce mislabeled entries.

πŸ“ Notes

  • No database migration is included in this release.
  • The first AI request after updating is slightly more expensive than usual, because the changed
    tool definitions invalidate the provider-side prompt cache once. Subsequent requests are back
    to normal.

πŸ“… Release Info

  • Version: 1.35.7
  • Release Date: 2026-08-15
  • Previous Version: 1.35.6
  • Type: Patch Release