Skip to content

TensorPM v1.8.6-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 07 Jun 12:06
· 55 commits to main since this release

Changelog - v1.8.6-beta.1

πŸ› Bug Fixes

More accurate API key validation states

TensorPM now distinguishes between invalid API keys and keys that cannot be
checked right now because the provider is unavailable or rate-limited.

What Changed:

  • βœ… Brave Search rate limits are shown as a temporary validation state instead
    of marking the key invalid
  • βœ… Unknown validation results are stored safely so old valid or invalid states
    do not leak into backend availability checks
  • βœ… Replacing an API key clears stale validation timestamps before the new key
    is checked

User Benefit:
Valid keys are less likely to be rejected just because a provider quota or
network check failed at the wrong moment.

Smoother streaming chat updates

Streaming markdown output now keeps its rendered tail stable while TensorPM
moves between answer, tool-call, and final-response phases.

What Changed:

  • βœ… The streaming response no longer remounts during tool phase transitions
  • βœ… Tail reveal behavior is covered by focused regression tests
  • βœ… Tool-call progress can update without disrupting visible response text

User Benefit:
AI answers feel steadier while TensorPM is using tools or preparing the final
response.

πŸ—οΈ Improvements

Clearer update restart flow

The in-app update UI now gives better feedback while TensorPM prepares a restart
after an update is installed.

What Changed:

  • βœ… Restart actions are locked while an update restart is already in progress
  • βœ… Update notifications show clearer progress and disabled states
  • βœ… Browser-agent shutdown handling is more robust during app lifecycle changes

User Benefit:
Updating TensorPM is less confusing and less likely to trigger duplicate restart
actions.

πŸ“ Notes

  • This is a beta release and is delivered only to users on the beta update
    channel.
  • This release includes full quality gates, including the full Playwright E2E
    release suite.

πŸ“… Release Info

  • Version: 1.8.6-beta.1
  • Release Date: 2026-06-07
  • Previous Version: 1.8.5-beta.1
  • Type: Patch (Beta) Release