Skip to content

Releases: supabitapp/supaterm

Supaterm Tip

12 Mar 23:02
012ab3f

Choose a tag to compare

Supaterm Tip Pre-release
Pre-release
tip

Latest Continuous Release

v26.0.0

18 Jun 12:57
4bd4590

Choose a tag to compare

Supaterm now uses yearly release numbers, with faster agent panels and more dependable tab-launch automation.

New

  • Added pane health and wait-ready commands so tab launchers can wait until a pane can receive input
  • Bundled the Supaterm tab launcher for coding-agent workflows

Improvements

  • Pull request status in the agent panel now refreshes in batches, avoids stale cache results, and preserves the last known status during temporary refresh misses
  • New tabs now always open at the end of the tab strip
  • Branch names can now be copied directly from the agent panel
  • Coding-agent setup now installs the shared Supaterm skill before enabling agents
  • Agent notification previews in the sidebar now stay to two lines

Fixes

  • Stopped agent sessions now clear panel progress instead of leaving stale rows visible
  • Agent running detection now waits longer before deciding a session is idle
  • Quit confirmation buttons now keep their labels on one line
  • Coding-agent badges now stack with the active badge in front

v1.3.7

15 Jun 14:16
5f37b89

Choose a tag to compare

Improvements

  • Agent progress now tracks active goals from live sessions
  • Bundled Supaterm skills now refresh automatically on app launch
  • The website hero and share image now use the latest app screenshot

Fixes

  • Pinned terminal panes no longer disappear after OSC 8 hyperlink output
  • Forked agent panes now keep the correct session routing and progress state
  • sp socket requests now expire cleanly instead of leaving the daemon busy
  • Terminal windows now restore their saved frame on relaunch
  • Path-like sidebar tab titles now truncate from the middle

v1.3.6

02 Jun 11:55
6ca69ea

Choose a tag to compare

🛠️ Pinned tab hotfixes

v1.3.5

02 Jun 10:51
e589b47

Choose a tag to compare

🛠️ Login shell startup fix

v1.3.4

02 Jun 07:48
0336c18

Choose a tag to compare

🎛️ Agent Panel

There is now an agent panel showing Git, PR status, server opened by the agent, and some other actions.

New

  • Fork supported agent sessions and copy session IDs from the agent panel

Fixes

  • zmx startup now preserves shell integration and working-directory tracking
  • Splitting panes while search is open now keeps focus on the new pane

v1.3.3

26 May 15:47
3cd3ab0

Choose a tag to compare

Real fix this time, sorry. Persisted zmx panes now stay attached when wrapped processes exit.

v1.3.2

26 May 10:28
18f3f94

Choose a tag to compare

🛠️ Some zmx hotfixes

v1.3.1

22 May 11:08
f7e5c99

Choose a tag to compare

A small bug-fix release for smoother persisted sessions, clearer update prompts, and more reliable coding-agent activity. Updates can now install right away or wait until the next restart without losing terminal sessions.

v1.3.0

21 May 15:41
c44633a

Choose a tag to compare

Agent work is visible per pane now, and terminal sessions can survive quit and relaunch.

Agent Panel & Persistence

New

  • Added a per-pane agent panel with task progress, branch details, pull request status, checks, web-search sources, and localhost links
  • Added zmx-backed session persistence so tabs, splits, working directories, titles, and agent presence can reconnect after quit and relaunch
  • Added Finder services for opening selected files or folders in a new Supaterm tab or window

Improvements

  • Pinned tabs now auto-save their layout, selected state, titles, and working directories
  • Coding-agent badges now stack in the sidebar and stay visible across active tabs and splits
  • The agent panel can be toggled from settings, the menu, and Command-I
  • Quit confirmation now lets you preserve or terminate persisted sessions

Fixes

  • Older saved terminal layouts now restore instead of falling back to a blank layout
  • Managed socket and zmx session paths now fall back safely when paths are too long
  • Session cleanup now only targets the current Supaterm instance
  • New installs now default close confirmation to Always