Skip to content

TensorPM v1.8.5-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 06 Jun 00:03
· 57 commits to main since this release

Changelog - v1.8.5-beta.1

πŸ› Bug Fixes

Safer project chat switching

Project chat content is now kept scoped to the active project, including during
fast project switches and background browser-agent sessions.

What Changed:

  • βœ… Chat messages, streaming state, and browser-agent panels are hidden when they
    belong to a different project than the active one
  • βœ… Recent chat lists in the dashboard now only show chats from the active project
  • βœ… Returning from browser-agent chats no longer falls back to a stale chat from
    another project

User Benefit:
Switching projects no longer risks showing chat content or active stream state
from the previously selected project.

More reliable empty-project kickoff chat

The first AI kickoff message for a newly completed empty project is now persisted
before the typing animation starts.

What Changed:

  • βœ… Kickoff messages survive project switches during the typing animation
  • βœ… The kickoff animation no longer creates a duplicate visible message
  • βœ… Failed kickoff persistence cleans up the empty chat so TensorPM can retry later

User Benefit:
The first project chat is less likely to get stuck as an empty conversation if
you switch away while the greeting is still appearing.

πŸ“ Notes

  • This is a beta release and is delivered only to users on the beta update channel.
  • Full Playwright E2E is intentionally skipped for this release per release instruction;
    type checking, linting, unit tests, and the release AI smoke test remain part of the
    release gate.

πŸ“… Release Info

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