Skip to content

Releases: supabitapp/supacode

Supacode Tip ("Nightly")

11 Feb 17:06
1d888db

Choose a tag to compare

Pre-release
tip

Latest Continuous Release

v0.10.2

03 Jun 10:10
v0.10.2
6b4bbf3

Choose a tag to compare

What's Changed

  • Add per-worktree title and color customization by @marvtub in #308
  • Collapse the new-worktree appearance section and mirror the title placeholder by @sbertix in #367
  • Persist terminal layouts incrementally and reap zmx sessions by attach state by @sbertix in #369
  • Always focus the terminal after worktree navigation by @COCPORN in #371
  • Run terminal surfaces under zmx via a Ghostty command-wrapper by @sbertix in #368
  • Fix Kiro CLI version detection to use kiro-cli instead of kiro by @dlackty in #374
  • Cap and coalesce terminal event streams to reduce memory growth by @sbertix in #376

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

26 May 21:53
v0.10.1
061a0fd

Choose a tag to compare

What's Changed

  • Disable Ghostty auto shell-integration to fix terminal launch crash (#356) by @sbertix in #357
  • Rename branch from the sidebar and command palette by @sbertix in #358
  • Build zmx as a universal macOS binary so Intel Macs can launch terminals by @sbertix in #360
  • Hydrate the Active sidebar section from persisted layouts on relaunch by @sbertix in #361

Full Changelog: v0.10.0...v0.10.1

v0.10.0

22 May 21:50
v0.10.0
ae78570

Choose a tag to compare

Agents that never sleep ∞

This release is all about persistence. Your terminal sessions now survive app launches with bundled zmx, so quitting Supacode, installing an update, no longer means starting over. Every agent, every running command, every scrollback buffer is right there waiting when you reopen the app, still mid-stream, exactly as you left it. No rerunning prompts, no rebuilding context, no hunting for where each agent got to. Close the laptop at the end of the day and open it the next morning to find your whole fleet still running, still streaming, still yours. The orchestrator you trust to juggle a dozen agents in parallel now remembers all of them!

What's Changed

  • Lock Supacode worktrees so prune can't drop them by @sbertix in #339
  • Fix terminal flash and stuck pending worktrees on sidebar selection by @sbertix in #340
  • Persist terminal sessions across app launches with bundled zmx by @sbertix in #334
  • Refresh hyperlink highlight on modifier press without mouse move by @sbertix in #344
  • Focus tab's focused surface on tab bar click by @sbertix in #345
  • Re-surface archived worktrees in the sidebar while their delete script runs by @sbertix in #346
  • Fix tab-bar progress lag and cut animation/re-render cost during agent activity by @sbertix in #347
  • Stop the sidebar shimmer when an agent is awaiting input or idle by @sbertix in #349
  • Let users pick the worktree base ref from local and remote branches by @sbertix in #350
  • Let users override the new worktree's name and parent directory by @sbertix in #351
  • Show GitHub merge queue state in the PR popover and sidebar by @sbertix in #352
  • Improve the readability of the selected command palette row by @sbertix in #353

Full Changelog: v0.9.2...v0.10.0

v0.9.2

19 May 10:02
v0.9.2
d5de448

Choose a tag to compare

What's Changed

  • Fix toggle split zoom and stale closed-pane in single tab layouts by @sbertix in #336
  • Add split-zoom indicator button to tab bar by @sbertix in #337

Full Changelog: v0.9.1...v0.9.2

v0.9.1

19 May 00:08
v0.9.1
fe5c0a9

Choose a tag to compare

What's Changed

  • Move surface notification dot to per-surface @Observable state by @sbertix in #332
  • Give repo tag truncation priority over trail in sidebar highlight subtitle by @sbertix in #331
  • Freeze blocking-script tabs after completion by @sbertix in #333

Full Changelog: v0.9.0...v0.9.1

v0.9.0

17 May 20:08
v0.9.0
aec54f5

Choose a tag to compare

Agents + Performance + Organization = ❤️

This release is about staying focused when you've got a lot going on. Coding agents now ride along as badges on their worktree rows so you can glance at the sidebar and instantly see who's working where, while a deep performance pass keeps the app smooth no matter how many of them are streaming at once. The sidebar reshuffles itself to keep what matters within reach: Pinned and Active worktrees float to the top, and branches that share a prefix nest into one tidy group. Supacode Terminal Theme paints the whole window from your Ghostty palette, and global scripts now travel with you across every repo.

What's Changed

  • Sidebar: → moves focus into the selected terminal by @sbertix in #295
  • Add dynamic window title by @sbertix in #297
  • Show quit confirmation only on the main window by @sbertix in #298
  • Paint terminal tint at the window layer; keep chrome transparent by @sbertix in #301
  • Add global scripts and color picker for custom scripts by @sbertix in #305
  • Make the Window-menu Supacode entry shortcut configurable by @sbertix in #306
  • Add hook-driven coding-agent presence by @sbertix in #307
  • Fix sheet dismiss flash by migrating to TCA 1.7 view-side APIs by @sbertix in #310
  • Auto-update agent integrations and collapse hooks to one per slot by @sbertix in #311
  • Capitalize app name to Supacode in user-facing strings by @sbertix in #312
  • Persist window position and size across sessions by @tamarazuk in #313
  • Use .inMemory UserDefaults in SidebarPersistenceMigratorTests by @sbertix in #314
  • Fix supacode settings repo and add a per-repo Scripts subsection by @sbertix in #317
  • Add split terminal File menu; drop tab-bar hover popover by @sbertix in #318
  • Replace toolbar branch button with repo · branch · worktree title by @sbertix in #320
  • Add Supacode Terminal Theme toggle with glass background by @sbertix in #321
  • Fix worktree-selection hotkeys for folders and disabled slots by @sbertix in #322
  • Improve sidebar performance and refresh reliability by @sbertix in #323
  • Nest sidebar worktrees by branch with onboarding card by @sbertix in #324
  • Highlight relevant sidebar rows with Pinned / Active sections by @sbertix in #328
  • Detail-view + menu-bar performance: per-tab observation, snapshot caches, FocusedAction wrapper by @sbertix in #329
  • Drop ghostty +list-themes reference from terminal theme toggle by @sbertix in #330

New Contributors

Full Changelog: v0.8.5...v0.9.0

v0.8.5

05 May 15:55
v0.8.5
4a8611d

Choose a tag to compare

What's Changed

  • Repository customization: per-repo title and color in the sidebar by @sbertix in #276
  • Worktree history: cmd-ctrl-←/→ to walk back / forward through recently selected worktrees by @sbertix in #279
  • Fix Run Script toolbar dropdown caching scripts from first-opened repo by @sbertix in #283
  • Add Android Studio editor option by @krocard in #292
  • Add tab renaming by @bitomule in #269

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

21 Apr 18:53
v0.8.4
bd9da92

Choose a tag to compare

What's Changed

  • Fix ⌘⌫ archive hotkey when clicking a sidebar worktree by @sbertix in #264
  • Fix cross-repo script dot tint and reduce sidebar animation CPU by @sbertix in #265
  • Notifications UX by @sbertix in #266:
    • ⇧⌘U to jump to the last notification
    • per-surface and per-tab notification indicator
    • clicking a macOS notification navigates to its terminal surface

Full Changelog: v0.8.3...v0.8.4

v0.8.3

21 Apr 08:47
v0.8.3
34da941

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3