Skip to content

TensorPM v1.8.11-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 08 Jun 11:51
· 41 commits to main since this release

Changelog - v1.8.11-beta.1

Bug Fixes

Browser agent returns useful chat results again

TensorPM's Browser Use flow now treats the agent's final answer as the primary
handoff again instead of requiring an extracted.json file.

What Changed:

  • Removed the mandatory structured extraction contract from Browser Use prompts
  • Kept artifact files optional and only for explicit evidence/debugging needs
  • Prevented empty about:blank browser runs from being reported as successful
  • Fixed the inactivity watchdog so heartbeat messages no longer mask a stalled
    browser agent
  • Preserved readable page snapshots as a fallback when the browser reached a
    real web page but the final response is sparse

User Benefit:
Browser Use should again behave like an interactive web agent: open the browser,
navigate, and return the useful content directly in chat. If the browser opens
but the agent never makes a second real step, TensorPM now surfaces that as a
failure instead of appearing stuck.

Improvements

Real browser-agent release coverage

The Browser Use smoke tests now validate chat output rather than requiring an
extraction file.

What Changed:

  • Updated the real Browser Use smoke test to assert returned content
  • Added a real Electron UI E2E spec for Browser Use that can be run manually
    with TENSORPM_E2E_REAL_BROWSER_AGENT=1
  • Allows real Browser Use E2Es to keep direct-provider API keys in the Electron
    E2E environment

User Benefit:
The release path can verify the real browser-agent behavior without forcing a
file-extraction workflow that users do not need.

Notes

  • This release command intentionally skips full Playwright E2E via --skip-e2e.
  • No database migration is included.

Release Info

  • Version: 1.8.11-beta.1
  • Release Date: 2026-06-08
  • Previous Version: 1.8.10-beta.1
  • Type: Patch (Beta) Release