Skip to content

TensorPM v1.8.8-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 07 Jun 20:03
· 51 commits to main since this release

Changelog - v1.8.8-beta.1

New Features

Sent email search for the mail agent

TensorPM can now import and search sent emails from connected IMAP mailboxes,
not just received inbox messages.

What Changed:

  • Added local mailbox and direction metadata for email messages
  • Sync now imports INBOX and the detected Sent mailbox when available
  • The mail agent can search sent, received, or all messages with an explicit
    direction filter
  • Sent messages are excluded from pending intake so outgoing mail does not show
    up as work to process

User Benefit:
You can ask TensorPM about messages you sent, not only messages you received.
That makes mail-based project context more complete and avoids confusing sent
mail with incoming tasks.

Browser agent steering from the main chat

The main agent can now steer an active browser-agent session while it is running
in its own parallel chat.

What Changed:

  • Added the steer_browser_agent_session tool for follow-up instructions
  • Browser-agent session availability now respects the active chat context
  • Tool names and user-facing labels were updated for the new steering flow

User Benefit:
You can keep one main conversation active while the browser agent researches in
parallel, then redirect it when new constraints or follow-up questions come up.

Improvements

Richer browser-agent handoff output

Browser-agent runs now save structured extraction output and artifacts under a
TensorPM-managed project folder.

What Changed:

  • Browser runs write structured extraction data such as summaries, key points,
    links, tables, forms, and artifacts
  • Completion reports include extracted content directly instead of only
    pointing at screenshots or saved files
  • Local browser-agent run artifacts are stored under .tensorpm and filtered
    out of normal project intake
  • Browser-agent artifact path generation now uses a shared helper across manual
    and agent-spawned sessions

User Benefit:
Browser-agent results are easier to review and reuse because the important
content is returned in the chat, while supporting files stay organized in the
project folder.

Notes

  • This is a beta release for users on the beta update channel.
  • The full Playwright E2E suite is intentionally skipped for this release;
    type checks, lint, unit tests, and the release AI smoke test remain enabled.

Release Info

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