Skip to content

TensorPM v1.8.7-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 07 Jun 13:37
· 53 commits to main since this release

Changelog - v1.8.7-beta.1

πŸŽ‰ New Features

Minimize the browser agent while it keeps working

The browser agent session card can now be minimized to a compact chip instead
of being closed entirely. The agent keeps working in the background and you
can bring the card back at any time.

What Changed:

  • βœ… The close button on the browser agent card now minimizes it to a small
    pulsing chip while the session stays active
  • βœ… Clicking the chip restores the full session card
  • βœ… Stopping the agent remains an explicit action via the Stop button
  • βœ… When a new browser agent session starts, the card automatically reappears

User Benefit:
You can keep chatting or working in TensorPM while the browser agent researches
in the background β€” without losing track of it or accidentally stopping it.

Project generation status survives restarts

TensorPM now tracks whether a project is still being generated by AI and
recovers cleanly if the app closes mid-generation.

What Changed:

  • βœ… Projects being generated show a clear generating state, persisted in the
    database
  • βœ… If TensorPM is interrupted during generation, the project is marked as
    failed on the next start instead of appearing stuck forever
  • βœ… Generation status is reported consistently across the desktop app, MCP,
    and A2A interfaces

User Benefit:
No more half-generated projects that look like they are loading forever β€” you
always see whether generation finished, failed, or is still running.

πŸ› Bug Fixes

New projects keep their workspace assignment in settings

Project settings created during project creation now store the workspace they
belong to, matching all other settings write paths.

Stuck browser agent sessions can no longer block a chat

If a browser agent process refuses to shut down, TensorPM now force-terminates
it and marks the session as stopped instead of leaving the chat blocked while
waiting for a result that would never arrive.

πŸ—οΈ Improvements

Smoother UI while a browser agent is active

Internal state handling was optimized so unrelated updates no longer cause the
AI panel and dashboard chat to re-render while a browser agent session is
shown.

πŸ“ Notes

  • This is a beta release and is delivered only to users on the beta update
    channel.
  • The full Playwright E2E suite was skipped for this release; type checks,
    lint, unit tests, and the real-AI smoke test all passed.

πŸ“… Release Info

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