Commit Graph
1537 Commits
Author SHA1 Message Date
Neil d89fdd0ab8 Fix shifted Russian input in kitty terminal mode
Fixes shifted non-ASCII keyboard input when kitty keyboard reporting is active, including keyup release handling.
2026-05-17 20:52:28 -07:00
Jinjing 5cbf4a89ba Make pane locate highlight more obvious (#2211)
Add a dedicated pane locate color token and use a stronger blue rim
with longer visible opacity so repeated focus flashes are easier to see.
2026-05-17 20:48:41 -07:00
Jinjing 5a11447f0e fix: keep conflict review tree visible (#2210) 2026-05-17 20:39:49 -07:00
Jinjing 284a7a29c7 fix: address review findings (#2209) 2026-05-17 20:33:15 -07:00
Jinwoo HongandOrca 2f7da8109e Open mobile source control diffs in editor tabs (#2202)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 20:24:46 -07:00
Jinjing e4a794ec68 fix: address review findings (#2206) 2026-05-17 20:15:05 -07:00
Jinjing 4634ffb4d3 Force Cursor folder opens into new windows (#2204) 2026-05-17 20:05:57 -07:00
Jinjing 193907cc69 Make resource session rows jump to focused terminals (#2203)
- Close the resource popover before activating a terminal session so focus can transfer cleanly.
- Preserve worktree reveal behavior and flash the focused pane when a stable pane key matches.
- Cover stale mappings, malformed pane keys, and keyboard activation with tests.
2026-05-17 19:56:58 -07:00
Jinwoo HongandOrca afe90a616f Add mobile source control actions (#2193)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 19:35:55 -07:00
Jinjing 8f3740330c fix: address review findings (#2201) 2026-05-17 19:32:24 -07:00
Jinjing fecb7cd673 fix: address review findings (#2200) 2026-05-17 19:29:49 -07:00
Jinjing d88b62f115 Gate task providers by availability (#2189)
* Gate task providers by availability

Implement provider availability gating documented in docs/task-provider-availability.md.

* Remove task provider availability design doc

* Restore task source after provider availability checks

- Keep saved GitLab/Linear defaults from being lost while provider checks hydrate
- Ignore stale Linear status responses after connect or workspace changes

* fix: address review findings
2026-05-17 19:27:44 -07:00
Jinwoo HongandOrca 8057cbdf78 Fix editor copy when Browser split is open (#2195)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 19:17:19 -07:00
Jinjing 077a360e52 fix: open github prs in checks tab (#2197) 2026-05-17 19:16:35 -07:00
Jinjing 84af1f8ddd Remove deleted repos from GitHub views (#2172)
* Remove deleted repos from GitHub views

Implements the filtering behavior described in docs/remove-repo-github-views.md so removed repositories are excluded from GitHub task and project views.

* docs: remove GitHub views design doc

* additional file
2026-05-17 19:13:06 -07:00
Jinjing 3ce8ff9893 fix: improve terminal session save failure handling (#2192) 2026-05-17 18:48:58 -07:00
Brennan BensonandOrca caabf741fd Reduce terminal PTY state churn (#2185)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 18:23:56 -07:00
Jinjing 21000624a8 fix: address review findings (#2191) 2026-05-17 17:59:06 -07:00
Jinjing 5c0686492a fix: prefer automation transcript output (#2186) 2026-05-17 17:46:01 -07:00
Neil 49d14fd260 Debounce settings search (#2187) 2026-05-17 17:25:41 -07:00
Brennan BensonandOrca 5642277aaf Update agent awake setting copy (#2183)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 16:55:44 -07:00
Brennan BensonandOrca 05754d5a7f Stop Smart sort telemetry heartbeat (#2180)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 16:49:24 -07:00
Jinwoo HongandOrca 25e7eaeb26 Prompt for microphone access before enabling dictation (#2169)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 16:39:48 -07:00
Jinjing c8e703663d Recover main window after renderer crashes (#2181)
* Recover the main window after renderer crashes

- Reload the app shell once after unexpected renderer process loss
- Skip recovery during clean exits, quits, and window close paths
- Cover renderer recovery behavior with focused window tests

* fix: harden renderer crash recovery
2026-05-17 16:36:44 -07:00
Jinwoo HongandOrca baf99b5b96 Fix worktree sidebar scroll and sleep persistence (#2175)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 16:21:05 -07:00
Jinjing c826e15f9b fix: strip automation terminal control sequences (#2176) 2026-05-17 16:03:23 -07:00
Jinwoo HongandOrca cd923cb8a4 Fix floating terminal toggle overlap (#2167)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 15:46:16 -07:00
Jinjing d5f4904cb0 Prefer agent completion over terminal bell notifications (#2174) 2026-05-17 15:45:29 -07:00
Neil 35b77651bf Strip Grok user_query wrapper from status prompts (#2164)
* Strip Grok user query wrapper from status prompts

* Document PR evidence image handling

* Surface Grok final responses in agent status

* Harden Grok status result extraction
2026-05-17 15:39:14 -07:00
Brennan BensonandOrca c916218d85 Remove child workspace nesting toggle (#2168)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 15:34:27 -07:00
Leynier Gutiérrez González 231bad8e19 feat(file-explorer): add gitignored visibility toggle (#2022) 2026-05-17 18:33:47 -04:00
Leynier Gutiérrez González 3ce25b8374 feat(file-explorer): add folder collapse actions 2026-05-17 18:20:02 -04:00
Leynier Gutiérrez González a99929e42e fix: preserve slashes in branch-created worktrees (#2091) 2026-05-17 18:19:43 -04:00
Neil 9e30fe31bd Fix Kanban unread bell dismissal (#2163) 2026-05-17 15:03:15 -07:00
c9b12d1618 fix: pr-bug-scan validated finding from #2130 (#2140)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
Co-authored-by: Jinjing <6427696+AmethystLiang@users.noreply.github.com>
2026-05-17 14:55:21 -07:00
Jinjing 71d49691ed Add repo removal action to sidebar (#2165) 2026-05-17 14:49:14 -07:00
Jinwoo HongandOrca 21a9c9909d Handle Claude 2.1 usage output (#2162)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 14:23:35 -07:00
Brennan BensonandOrca ad232d119c Reduce agent awake refresh logging (#2161)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 13:51:14 -07:00
Brennan BensonandOrca e671606fff Add Copilot agent hook status support (#2027)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 13:05:24 -07:00
Jinwoo Hong 102ca09a38 Fix Windows dev terminal PATH and shell icons (#2152) 2026-05-17 15:43:53 -04:00
Brennan BensonandOrca a9fbcbc0f6 Add feature tour Help menu hint (#2150)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 10:58:50 -07:00
Jinwoo HongandOrca f9191c6f2b fix(status-bar): restore weekly usage label (#2149)
Co-authored-by: Orca <help@stably.ai>
2026-05-17 13:24:45 -04:00
Jinwoo Hong 8370d78e71 Fix Windows Claude CLI detection (#2145) 2026-05-17 05:47:12 -04:00
Jinjing 673e558f49 fix: address review findings (#2143) 2026-05-17 00:07:42 -07:00
Jinjing 503b44a2c7 fix: drain runtime watcher unsubscribes (#2142) 2026-05-16 23:15:01 -07:00
Jinjing 40e903d833 fix: address review findings (#2138) 2026-05-16 22:56:42 -07:00
Jinjing c7ac8a1f2f fix: handle related crash cleanup (#2139) 2026-05-16 22:49:12 -07:00
Jinjing babedfafde Improve commit failure display (#2141) 2026-05-16 22:45:01 -07:00
Jinjing fa4c524e35 feat(workspaces): gate SSH create-from until connected (#2135)
* feat(workspaces): gate ssh create-from until connected

* chore: remove ssh workspace design doc
2026-05-16 18:53:25 -07:00
Neil d9f721c8ef UX updates (#2137) 2026-05-16 18:25:33 -07:00