Commit Graph
2269 Commits
Author SHA1 Message Date
Jinwoo HongandOrca fbb4db5479 Fix right sidebar activity overflow (#2343)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 13:44:01 -07:00
Jinwoo HongandOrca 8b6f666de5 Suppress false crash reports during expected renderer reloads (#2342)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 13:41:48 -07:00
Jinjing 9bbfb04a09 fix: address review findings (#2339) 2026-05-19 13:03:47 -07:00
buf0-bot[bot]andorca-bug-scan-bot 05286ce00b fix: pr-bug-scan validated finding from #2316 (#2335)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-19 12:47:54 -07:00
buf0-bot[bot]andorca-bug-scan-bot 66bbe1c443 fix: pr-bug-scan validated finding from #2304 (#2336)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-19 12:47:47 -07:00
Neil 0d7e91002e Default workspace sidebar grouping to status
Default workspace sidebar grouping to status and keep group-by none organized with Pinned and All sections.
2026-05-19 12:35:16 -07:00
Jinjing 535052e2b8 rm file (#2334) 2026-05-19 12:10:42 -07:00
9355493bc3 feat(mobile): add Shift+Tab accessory key (#2322)
* feat(mobile): add Shift+Tab accessory key

* review: cover mobile terminal accessory keys

- move built-in terminal accessory keys into a testable module

- add Shift+Tab reverse-tab regression coverage

- pin built-in repeatability policy

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

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:10:04 -04:00
github-actions[bot] fb24574e45 release: v1.4.9 v1.4.9 2026-05-19 19:04:56 +00:00
Jinjing 95526a42c4 Expand sidebar agent row hover targets (#2332) 2026-05-19 11:57:11 -07:00
5b1d84232c Avoid optional Git locks during status checks (#2330)
* Squashed commits

- WIP: uncommitted changes before rebase

- ci

- Show inline PR check details in task drawer

- Add a Checks tab that opens from the PR checks cell and expands runs inline
- Fetch check output, annotations, and workflow job steps through IPC/RPC
- Improve markdown/comment wrapping so long PR content stays within the drawer

* Use app-styled confirmations for PR actions (#2324)

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

* fix: pr-bug-scan validated finding from #2274 (#2296)

Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>

* fix: avoid optional git locks during status checks

---------

Co-authored-by: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com>
Co-authored-by: Orca <help@stably.ai>
Co-authored-by: buf0-bot[bot] <252831055+buf0-bot[bot]@users.noreply.github.com>
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-19 11:47:32 -07:00
63b11f11a4 Add PR automation CLI and mobile browser streaming (#2328)
* Squashed commits

- WIP: uncommitted changes before rebase

- ci

- Show inline PR check details in task drawer

- Add a Checks tab that opens from the PR checks cell and expands runs inline
- Fetch check output, annotations, and workflow job steps through IPC/RPC
- Improve markdown/comment wrapping so long PR content stays within the drawer

* Use app-styled confirmations for PR actions (#2324)

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

* fix: pr-bug-scan validated finding from #2274 (#2296)

Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>

---------

Co-authored-by: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com>
Co-authored-by: Orca <help@stably.ai>
Co-authored-by: buf0-bot[bot] <252831055+buf0-bot[bot]@users.noreply.github.com>
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-19 11:36:24 -07:00
buf0-bot[bot]andorca-bug-scan-bot fd2b782b19 fix: pr-bug-scan validated finding from #2274 (#2296)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-19 11:09:33 -07:00
Jinwoo HongandOrca 4b86fe8292 Use app-styled confirmations for PR actions (#2324)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 11:01:04 -07:00
Brennan BensonandOrca b1a8c68b9a Rename delete worktree copy to workspace (#2325)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 10:44:01 -07:00
Brennan BensonandOrca 94f3d34a94 Fix terminal Set Title input disappearing (#2306)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 10:29:45 -07:00
Jinwoo HongandOrca 062725da76 Add workspace port management (#2316)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 10:23:40 -07:00
github-actions[bot] d5fb49b18f release: v1.4.9-rc.1 v1.4.9-rc.1 2026-05-19 17:08:14 +00:00
03b889512b feat: expand ai commit agent support (#1928)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: brennanb2025 <brennankbenson@gmail.com>
2026-05-19 02:32:53 -07:00
Neil 363ddb5ef6 Fix sticky workspace sidebar headers
Fix sticky workspace sidebar headers
2026-05-19 01:18:35 -07:00
Jinjing 5c93579e40 Refresh optimistic worktrees after base fetch (#2310)
* Refresh optimistic worktrees after base fetch

* Refresh remote-tracking bases before creating worktrees

- Ensure local and SSH worktree creation fetches the exact remote base ref
  before `git worktree add`, so new worktrees do not start from stale refs.
- Fail creation before mutating git state when the required base refresh fails
  or remains missing.
- Replace post-create repair/reconcile behavior with read-only drift reporting
  and add coverage for refresh ordering, cache bypassing, and SSH failures.

* Queue exact base refreshes during remote fetches

* rm design doc
2026-05-19 00:42:23 -07:00
Jinwoo HongandOrca 140ceb7fda Add automation CLI commands (#2315)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 00:41:49 -07:00
Brennan BensonandOrca cf614b5f4f Fix agent completion notification dedupe (#2304)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 00:28:55 -07:00
Yuzerion 32866da8f0 Fix SSH browse ls alias handling (#2242) 2026-05-18 23:57:42 -07:00
Jinjing 6805f20696 Trim conflict component render tests (#2313)
* test: trim conflict component render tests

* Show unresolved conflicts inline in review panel

- Replace the conflict review overview list with read-only inline Monaco views
- Add auto-height editor rendering so each conflict file fits its contents
- Preload unresolved conflict files for the all-conflicts review view
2026-05-18 23:57:11 -07:00
dependabot[bot] 65658fcba6 build(deps): bump brace-expansion from 5.0.5 to 5.0.6 in /mobile (#2253)
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-18 23:54:46 -07:00
dependabot[bot] 657e620c88 build(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#2261)
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-18 23:54:38 -07:00
Leynier Gutiérrez González ba453a463d fix: normalize windows paths in git blob readers (#2290) 2026-05-18 23:46:24 -07:00
Jinjing 833a707182 fix: address review findings (#2311) 2026-05-18 23:41:02 -07:00
github-actions[bot] 789060c239 release: v1.4.9-rc.0 v1.4.9-rc.0 2026-05-19 06:39:37 +00:00
Neil ac83111763 fix: preserve terminal scroll on worktree switch
Capture and restore numeric xterm viewport positions around visible terminal resume during worktree switches.
2026-05-18 23:37:38 -07:00
Jinjing a6ca940d0f Show GitHub PR reviewer names in task rows (#2309) 2026-05-18 23:06:54 -07:00
github-actions[bot] 94f47c3e32 release: v1.4.8 v1.4.8 2026-05-19 05:47:32 +00:00
e2fa5e354c fix: pr-bug-scan validated finding from #2270 (#2298)
* fix: address pr-bug-scan validated finding from #2270

Restored legacy local hook fallback at hooks.ts:286-307 when commandSourcePolicy is undefined and persisted scripts.setup/archive are non-empty; also patched getSetupCommandSource and updated the regr

* Resolve direct PR launch start point correctly

- Prevent direct "Use PR" launches from skipping PR head resolution
- Avoid legacy local hook fallback whenever an orca.yaml file exists

---------

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-18 22:43:58 -07:00
Jinjing f8a2f2889e Improve settings organization (#2305) 2026-05-18 21:55:16 -07:00
Jinwoo HongandOrca 0b29bfd9d3 Fix remote client connection and terminal split parity (#2295)
Co-authored-by: Orca <help@stably.ai>
2026-05-18 21:51:08 -07:00
github-actions[bot] f8db257a17 release: v1.4.8-rc.0 v1.4.8-rc.0 2026-05-19 04:31:26 +00:00
Jinjing 4ca26db06a fix: address PR checks fallback (#2303) 2026-05-18 21:09:15 -07:00
Neil 563bfe1580 Scope workspace metadata hover to attachment group (#2301) 2026-05-18 21:08:08 -07:00
Jinjing 8a4ba4bee1 fix: support rich markdown diff review (#2302) 2026-05-18 21:08:02 -07:00
Brennan BensonandOrca cdd40f117e Fix E2E completed onboarding profile for restarts (#2299)
Co-authored-by: Orca <help@stably.ai>
2026-05-18 20:42:59 -07:00
Neil edf5cf9a85 Close workspace delete dialog when delete starts (#2300) 2026-05-18 20:39:53 -07:00
github-actions[bot] 26a9a7f0f4 release: v1.4.7-rc.2 v1.4.7-rc.2 2026-05-19 02:15:55 +00:00
Anwesh 300a55afc7 Pin Linux package icon source explicitly (#2241) 2026-05-18 19:10:32 -07:00
Brennan BensonandOrca daa72ca33e Fix E2E onboarding setup (#2292)
Co-authored-by: Orca <help@stably.ai>
2026-05-18 19:09:21 -07:00
github-actions[bot] 9e240985ba release: v1.4.7 v1.4.7 2026-05-19 02:07:48 +00:00
Neil 1dada83e6a Restore browser annotation clear action (#2288) 2026-05-18 17:54:36 -07:00
github-actions[bot] 0a5a6e9545 release: v1.4.7-rc.1 v1.4.7-rc.1 2026-05-19 00:47:11 +00:00
Neil 65bf292a92 fix: keep sidebar settings button clickable (#2287) 2026-05-18 17:05:51 -07:00
Brennan BensonandOrca a7203da55e Add Jira "coming soon" row to onboarding integrations (#2286)
Co-authored-by: Orca <help@stably.ai>
2026-05-18 17:03:16 -07:00