Skip to content

TensorPM v1.8.14-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 10 Jun 00:27
· 35 commits to main since this release

Changelog - v1.8.14-beta.1

Bug Fixes

Rejected file uploads no longer clog cloud sync

When the sync server turned down a file upload (for example because of a
permission or validation problem), the app kept retrying the same upload in
the background, which could hold up everything else waiting in the queue.

What Changed:

  • The app now understands the server's answer and treats "this upload was
    rejected" differently from "the connection hiccuped"
  • Rejected files are set aside instead of retried forever, so the rest of
    your changes keep syncing
  • Together with a server-side fix, two collaborators can now attach an
    identical document without their uploads colliding

User Benefit:
Cloud sync keeps flowing even when a single file can't be accepted — no more
silently stuck upload queues.

Improvements

Cleaner filenames for generated documents

Files produced by the assistant's code execution (presentations, exports and
other artifacts) now get short, human-readable names that match what you see
on disk — no more timestamp tails.

Sturdier tool calls from connected agents

The MCP tool schemas were hardened and action item statuses sent by external
agents (Claude Code, Codex and friends) are now normalized automatically.
Slightly off-spec requests get coerced into the right shape instead of being
rejected.

Smoother chat rendering

Streamed AI replies render their final lines more smoothly, and rapid project
updates from agents are bundled so the project view refreshes once instead of
flickering through every intermediate step.

Dependency updates

Updated third-party dependencies (including security bumps for shell-quote
and concurrently).


Release Info

  • Version: 1.8.14-beta.1
  • Release Date: 2026-06-10
  • Previous Version: 1.8.13-beta.1
  • Type: Patch (Beta) Release