Commit Graph
2072 Commits
Author SHA1 Message Date
Jinwoo Hong b8de007f03 Fix Windows setup hook script (#2106) 2026-05-16 17:44:42 -04:00
Neil c017229149 Simplify dev Dock instance naming (#2111) 2026-05-16 14:36:46 -07:00
Jinjing a99b6d632c fix: add hover cursor to delete worktree button (#2108) 2026-05-16 14:24:41 -07:00
Jinjing 6f5ceacb86 Collapse git graph by default
Start the source control git graph section collapsed by default, including after worktree-switch reset.
2026-05-16 14:22:34 -07:00
Jinwoo HongandOrca 7809fff5fb Fix Codex rate limit window labels (#2107)
Co-authored-by: Orca <help@stably.ai>
2026-05-16 14:13:35 -07:00
Jinwoo Hong 37e2be4064 fix: run Codex usage RPC through Windows cmd shim correctly (#2104) 2026-05-16 17:05:09 -04:00
Neil 312677132e fix: speed up Codex draft prefill (#2105) 2026-05-16 13:58:17 -07:00
Jinjing 087f1aa9bf fix(worktree): preflight delete before terminal teardown (#2103)
Implement delete preflight checks before PTY teardown across git/runtime/ipc flows.

Design reference: docs/worktree-delete-preflight.md
2026-05-16 13:52:59 -07:00
Neil 675b1b0cb6 Fix Windows agent hook Unicode prompts (#2100) 2026-05-16 13:32:23 -07:00
Neil 803f060e08 fix sidebar virtual row stale measurement (#2101) 2026-05-16 12:51:30 -07:00
Jinjing 85ad942954 ci: schedule e2e tests (#2098) 2026-05-16 12:37:16 -07:00
github-actions[bot] 700b2a12f8 release: v1.4.3-rc.1 v1.4.3-rc.1 2026-05-16 19:24:54 +00:00
Neil fad2162d87 Fix workspace board portal layering (#2096) 2026-05-16 12:24:25 -07:00
Jinjing e9029feec1 Revive pending SSH watcher installs (#2095) 2026-05-16 12:20:51 -07:00
Jinjing d7e4431e84 feat: surface commit details in history graph (#2094) 2026-05-16 12:17:07 -07:00
Neil 19a0fa5a40 Fix delete sidebar row overlap
Remove the virtual-row wrapper transform FLIP animation so TanStack Virtual remains the sole writer of row translateY positions during delete.
2026-05-16 11:53:58 -07:00
Neil 0c794f790a Fix collapsed sidebar titlebar control overlap (#2087)
* fix: separate collapsed sidebar titlebar controls

* fix: stabilize collapsed titlebar e2e
2026-05-16 11:50:26 -07:00
Neil 75390e5fa9 Improve mobile network interface refresh (#2088) 2026-05-16 11:41:41 -07:00
Neil 2fc3e10629 Fix sidebar collapse virtual row animation
Gate sidebar virtual-row FLIP animations to real visible worktree removals and cancel stale row transform animations for collapse/expand projection changes.
2026-05-16 11:37:18 -07:00
Jinjing 73d4a1781e fix: combine buf0-bot validated bug fixes (#2086) 2026-05-16 11:34:13 -07:00
Neil 53f03255dd Coalesce stale conflict polling (#2081) 2026-05-16 10:56:18 -07:00
Neil b4a5c142a7 Reduce sidebar cache timer churn (#2080) 2026-05-16 10:56:01 -07:00
Neil 9409c43bec Coalesce renderer perf polling (#2079) 2026-05-16 10:55:40 -07:00
github-actions[bot] 42e3bc3c42 release: v1.4.3-rc.0 [rc-slot:2026-05-16-03] v1.4.3-rc.0 2026-05-16 10:31:22 +00:00
Prateek Rungta e37b151467 fix(floating-terminal): close panel on last explicit tab close
- bootstrap floating tabs only on panel-open transition
- close the panel when explicit close removes the last tab
- keep direct closeTab paths from auto-creating replacement tabs
- use visible tab order for close-to-right
- add behavior-boundary regression tests
2026-05-16 05:51:53 -04:00
Jinwoo HongandOrca 13e11d1450 Remove mobile lock terminal scrim (#2074)
Co-authored-by: Orca <help@stably.ai>
2026-05-16 02:21:24 -07:00
Christopher 3ac72d7834 Show deleting state on PR detail Delete Worktree button (#2075) 2026-05-16 02:06:21 -07:00
Neil a293d8c9c7 Add beta badge to skills page (#2076) 2026-05-16 02:05:42 -07:00
Jinwoo HongandOrca ab53fb5c9e feat: add source control git graph (#1969)
Co-authored-by: Orca <help@stably.ai>
2026-05-16 04:44:44 -04:00
Neil cc8488c5ee Keep workspace board open for sidebar menus (#2077) 2026-05-16 01:41:59 -07:00
Neil e4ec68a829 Remove dev identity from titlebar 2026-05-16 01:39:18 -07:00
Neil 33be589fc9 Add Kanban marquee workspace selection (#2072) 2026-05-16 00:36:58 -07:00
Jinwoo HongandOrca 86192ef53d Fix inactive terminal bar cursor rendering (#2058)
* Fix inactive terminal bar cursor rendering

Co-authored-by: Orca <help@stably.ai>

* Test inactive cursor over prompt glyph

Co-authored-by: Orca <help@stably.ai>

* Test inactive prompt cursor rendering

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Orca <help@stably.ai>
2026-05-16 03:05:50 -04:00
JinjingandOrca 77264240c8 Add crash report submission flow (#2012)
* feat: add crash report submission flow

* Capture crash-report breadcrumbs

- Add a memory-only crash breadcrumb ring buffer and persist snapshots only
  when a crash report is recorded
- Include sanitized recent activity in crash diagnostics and tests
- Prevent dismissing or closing the crash dialog while submission is in flight

Co-authored-by: Orca <help@stably.ai>

* fix: address auto-review findings

* chore: remove crash report preview artifact

---------

Co-authored-by: Orca <help@stably.ai>
2026-05-15 23:59:03 -07:00
Neil 6eae8fa540 ci: shard electron e2e workflow (#2070) 2026-05-15 23:52:37 -07:00
Neil 64cf1d5d56 Add Azure DevOps Repos hosted review support
Add Azure DevOps Repos hosted review lookup, preflight, and shared hosted-review plumbing.
2026-05-15 23:13:58 -07:00
Neil 552e86d2d0 fix: stabilize multi-delete sidebar rows (#2073) 2026-05-15 23:00:49 -07:00
Neil e7eb42659c Add primary selection middle-click paste
Closes #1898
2026-05-15 22:49:41 -07:00
Neil 2ead67c650 Label macOS dev Dock instances by branch (#2068)
* fix: label macOS dev Dock instances

* fix: keep dev badge visible in Dock labels

* chore: clean up dev identity plumbing

* feat: add stable-name dev command
2026-05-15 22:46:13 -07:00
Neil 4bfd1eb157 Prefer exact PR lookups and stale sidebar refresh
Prefer exact linked PR lookup when safe, add stale-while-revalidate for sidebar hosted review metadata, and preserve branch discovery correctness for stale linked PR metadata.
2026-05-15 22:42:17 -07:00
Jinjing 5b88551e3b fix: recover expired SSH reattach sessions (#2071) 2026-05-15 22:28:11 -07:00
Neil 731ae9c1ef fix: preserve workspace sidebar scroll (#2069) 2026-05-15 22:09:11 -07:00
Jinjing ad22f5fc30 fix: open markdown links over ssh (#2067) 2026-05-15 22:08:41 -07:00
Jinjing 9a15841a21 fix: enable remote agent hooks by default (#2066) 2026-05-15 22:06:00 -07:00
Jinjing 4ddcb9eba3 fix: improve ssh terminate ui (#2065) 2026-05-15 22:03:36 -07:00
Neil 2e211e6d51 Use checkbox indicators in workspace filter (#2061)
* Use checkbox indicators in workspace filter

* Restore filter row icons

* Use dropdown menu for workspace filters
2026-05-15 22:01:26 -07:00
Jinjing 90e49669e6 fix: improve cross-platform compatibility (#2064) 2026-05-15 21:58:58 -07:00
Jinjing 84d26fc747 fix: require stage all for partially staged commits (#2063) 2026-05-15 21:54:53 -07:00
Jinjing 41f3289964 fix: address review findings (#2059) 2026-05-15 21:38:19 -07:00
Jinjing e9bf07643e Enable AI commit messages by default (#2060)
* test commit

* fix: address review findings
2026-05-15 21:33:59 -07:00