Skip to content

TensorPM v1.8.12-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 09 Jun 13:12
· 39 commits to main since this release

Changelog - v1.8.12-beta.1

New Features

Create a project from a prompt and documents together

The new-project wizard can now seed a project from a written prompt and
attached documents in one combined pass, instead of choosing one or the other.

What Changed:

  • Added a creation-mode selector in the wizard so you can combine a prompt with
    uploaded documents as a single generation input
  • Generation parameters now carry both the prompt text and the document set
    through to the project builder
  • Tightened the relevance pre-check so combined inputs are scoped correctly

User Benefit:
Kick off a new project with everything you already have, your own description
plus the source documents, and let TensorPM distill them into a project graph
in one step.

Improvements

Clearer Trail change history

The Trail now shows status indicators and renders action-item changes as a
structured text diff instead of a flat dump.

What Changed:

  • Added status indicators to Trail entries
  • New structured renderer for action-item field changes with readable
    before/after text-diff formatting

User Benefit:
It is easier to see at a glance what changed in your project and how, especially
for action-item edits.

Faster, cheaper proxy AI in longer conversations

When you use TensorPM's hosted AI (Pro/Cloud proxy path), the stable project
context is now reused across turns of the same chat via provider-side prompt
caching.

What Changed:

  • The desktop app forwards a stable per-session cache key to the proxy so the
    large system + project-graph prefix can be reused across turns
  • Cached input is billed at a fraction of fresh input, so multi-turn chats cost
    fewer AI credits and respond faster

User Benefit:
Back-and-forth conversations on the hosted AI feel snappier and consume fewer
credits, because the project context no longer has to be re-read from scratch
every turn.

Notes

  • No database migration is included.
  • This release command intentionally skips full Playwright E2E via --skip-e2e,
    consistent with prior beta releases. TypeScript, ESLint, unit tests, and the
    real-AI release smoke test still run.
  • Internal: added real SQLite integration tests for the intake
    relevance-check service.

Release Info

  • Version: 1.8.12-beta.1
  • Previous Version: 1.8.11-beta.1
  • Type: Patch (Beta) Release