Skip to content

TensorPM v1.8.3-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 03 Jun 17:01
· 63 commits to main since this release

Changelog - v1.8.3-beta.1

πŸ—οΈ Improvements

See which context an AI answer used

Chat replies now show a small routing indicator that tells you whether the assistant
loaded your full project or just a handful of specific fields for that answer.
Hover it for the details: which fields were loaded, or β€” when the whole project was
used β€” a short reason why (open-ended question, compact project, first message in the
chat, selective context turned off, or a fallback when picking fields wasn't possible).

User Benefit:
More transparency about what the AI "saw" before answering, which makes it easier to
understand and trust each reply.

Credit badge explains how credits are calculated

The usage badge gained an info tooltip that spells out the credit formula directly in
the app:

  • βœ… Input tokens count 1Γ—, cached input 0.2Γ—, output tokens 4Γ—
  • βœ… A worked example (1,000 input + 500 output = 3,000 credits)
  • βœ… A clearer "{used} of {total} used" label and a tidied-up progress bar

User Benefit:
No more guessing why a request cost what it did β€” the math is right where you see your
balance.

πŸ“ Notes

  • This is a beta release and is delivered only to users on the beta update channel.
  • Internal test infrastructure was hardened (Vitest split into separate node/jsdom
    projects); no user-facing effect.

πŸ“… Release Info

  • Version: 1.8.3-beta.1
  • Release Date: 2026-06-03
  • Previous Version: 1.8.2-beta.1
  • Type: Patch (Beta) Release