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
.inMemoryUserDefaults in SidebarPersistenceMigratorTests by @sbertix in #314 - Fix
supacode settings repoand 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-themesreference from terminal theme toggle by @sbertix in #330
New Contributors
- @tamarazuk made their first contribution in #313
Full Changelog: v0.8.5...v0.9.0