Skip to content

TensorPM v1.18.0

Choose a tag to compare

@Neo552 Neo552 released this 03 Jul 21:08
· 85 commits to main since this release

Changelog - v1.18.0

New Features

Redeem Pro vouchers right in the app

If you received a TensorPM Pro voucher, you can now redeem it without
leaving the desktop app.

What Changed:

  • New "Redeem voucher" option in your account settings (visible on the
    free Trial plan)
  • Enter your code and your Pro plan activates immediately — the app shows
    your new plan and expiry date right away, no restart needed
  • Clear messages if a code is mistyped, expired, or already used

User Benefit:
From voucher code to active Pro in seconds — no website detour, no
waiting.

The AI can work with your project files in code runs

When the AI runs code for you (reports, exports, calculations), it can now
bring selected project files into the run.

What Changed:

  • The AI can stage files from your project into a code run and read them
    there — for example a spreadsheet it should analyze or a document it
    should convert
  • Files are copied read-only into the run's workspace; the run still can't
    touch anything outside its sandbox
  • Sensible limits on file count and size keep runs fast and safe

User Benefit:
"Analyze this file and build me a report" now works end to end — the AI
no longer has to work around missing file access in code runs.

Bug Fixes

Stopping a response no longer duplicates it

Aborting an AI response could occasionally leave the answer in the chat
twice after a reload. Stopped responses are now stored exactly once.

Edited messages are no longer lost

Editing and resending a chat message while a response was still running
could lose your edit. The edited message is now saved before the new
response starts, so your wording always survives.

Long multi-step AI tasks stay on track

On long turns with many tool steps, the AI's working history could swell
with repeated content, degrading answers and burning credits. The history
each step sees is now tightly bounded, and the AI keeps its focus — and
your original question — all the way to the final answer.

Improvements

  • More reliable AI sessions: new internal consistency checks watch
    every chat turn and surface problems early, backed by replay tests built
    from real-world sessions
  • Better support diagnostics: support bundles now include anonymous
    chat health counters, helping us resolve reports faster — no chat
    content is added

📅 Release Info

  • Version: 1.18.0
  • Release Date: 2026-07-03
  • Previous Version: 1.17.3
  • Type: Minor Release