Skip to content

TensorPM v1.28.0

Choose a tag to compare

@Neo552 Neo552 released this 26 Jul 21:05
· 45 commits to main since this release

Changelog - v1.28.0

πŸŽ‰ New Features

Keep Typing While the AI Is Still Answering

You no longer have to wait for a response to finish before writing your next message.
Anything you send during a running response is collected in a queue above the input
field and sent automatically once the current answer is done.

  • βœ… Queued messages are listed above the composer, in the order they will be sent
  • βœ… Edit or remove a queued message as long as it hasn't gone out yet
  • βœ… Interrupting a response, or a response that fails, pauses the queue instead of
    firing your follow-ups into a broken turn β€” one click resumes it
  • βœ… Switching projects while a response is running no longer loses the follow-ups
    you queued for it

Steer a Running Response

Some follow-ups shouldn't wait. Next to every queued message there is now a Steer
action that hands your message to the response that is already running, at the next
point where it can safely take it.

  • βœ… Redirect the AI mid-answer β€” "actually, focus on the budget instead" β€” without
    cancelling and starting over
  • βœ… Messages with attachments are always sent after the current response finishes,
    and say so

One "+" Menu for Everything You Give the AI

The controls below the chat input have been consolidated into a single + menu:
upload a file from your computer, search and attach a project file, and reach the
quick actions.

  • βœ… Project file search opens as a page inside the same menu, with a back button
  • βœ… The browser agent appears only when it is actually available to you, instead of
    showing an entry that cannot be used
  • βœ… The composer is now the same card everywhere β€” project dashboard and chat panel
    alike

Task IDs Are Visible Without Edit Mode

Task IDs used to appear only while the list was in edit mode. They are now shown
permanently, stacked above the status bubble.

  • βœ… Read the ID of any task straight from the list β€” useful for emails, calls, and
    handing a task reference to someone else
  • βœ… The ID stays in the same place when you switch between edit mode and normal view

πŸ› Bug Fixes

Dropdowns No Longer Swallow Key Presses

Dropdown menus stopped responding to the keyboard whenever the surrounding screen
refreshed in the background. Pressing Escape on an open provider dropdown in the AI
settings did nothing, because that tab refreshes while it checks your AI connections.

  • βœ… Escape, arrow keys, and Enter now work reliably in every dropdown, no matter what
    is refreshing behind it

πŸ—οΈ Improvements

  • The disabled send button now looks the same across the project dashboard and the
    chat panel; it was too pale to read in dark mode on the dashboard.
  • The task list's status column is slightly wider to make room for the task ID.

πŸ“ Notes

  • No database migration ships with this release.
  • The chat tutorial's three separate steps for attaching files, searching files, and
    quick actions are now a single step covering the new + menu.

πŸ“… Release Info

  • Version: 1.28.0
  • Release Date: 2026-07-26
  • Previous Version: 1.27.0
  • Type: Minor Release