Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 10:35
· 48 commits to main since this release

v1.10.0

A brand-new AI session transcript, a "restore last session" option, and stability fixes for long-running sessions.

New Features

  • AI session transcript panel - a docked, read-only chat view of any Copilot or Claude Code session. It shows both sides of the conversation - your prompts and the agent's replies - with timestamps grouped by day, follows the focused pane, and live-updates as the agent works. Open it with Ctrl+Alt+T or the 💬 button on an AI pane.
  • Search the transcript - press Ctrl+F in the transcript to find text and jump between matches.
  • Resizable transcript - drag the panel's edge to resize it; your width is remembered between sessions.
  • Open any session's transcript - right-click a session in the AI Sessions panel and choose Transcript to read it, even when it isn't open in a pane.
  • Restore previous session on launch - a new setting to automatically reopen your last set of terminals when tmax starts.

Fixes

  • No more slowdown over time - fixed memory that grew during very long-running sessions and could eventually freeze the app.
  • Cursor stays visible in AI tools - the text cursor no longer disappears in Copilot CLI / Claude Code panes when the pane isn't focused.
  • Top of the window no longer clipped - fixed a case where the top edge of the UI could be cut off.
  • Reliable text selection in the transcript - selecting and copying text from messages now works consistently.
  • Stats page chart - fixed a blank chart when combining Week view with the per-interval option.

Download

Platform Recommended Alternative
Windows (x64) Installer Portable zip
Windows (ARM) Installer Portable zip
macOS (Apple Silicon) .dmg -
macOS (Intel) .dmg -
Linux .deb .rpm

Need something else? Clone and build from source.

Auto-update files (you don't need these manually)

The Squirrel auto-updater fetches these from inside tmax. Ignore unless you're debugging an update issue.

  • RELEASES-x64, RELEASES-arm64 - update manifests
  • tmax-1.10.0-x64-full.nupkg, tmax-1.10.0-arm64-full.nupkg - update payloads

What's Changed

  • fix(stats): blank chart on Week+delta and rank top-5 by activity in window by @InbarR in #125

Full Changelog: v1.9.3...v1.10.0