| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-07-13 | 343 Bytes | |
| orca-windows-setup.exe | 2026-07-13 | 188.3 MB | |
| orca-windows-setup.exe.blockmap | 2026-07-13 | 192.6 kB | |
| latest-linux-arm64.yml | 2026-07-13 | 690 Bytes | |
| latest-mac.yml | 2026-07-13 | 796 Bytes | |
| orca-ide-1.4.138.aarch64.rpm | 2026-07-13 | 134.7 MB | |
| Orca-1.4.138-arm64-mac.zip | 2026-07-13 | 191.4 MB | |
| Orca-1.4.138-arm64-mac.zip.blockmap | 2026-07-13 | 200.8 kB | |
| orca-macos-arm64.dmg | 2026-07-13 | 197.6 MB | |
| orca-macos-arm64.dmg.blockmap | 2026-07-13 | 206.1 kB | |
| latest-linux.yml | 2026-07-13 | 677 Bytes | |
| orca-ide_1.4.138_arm64.deb | 2026-07-13 | 155.6 MB | |
| orca-ide-1.4.138.x86_64.rpm | 2026-07-13 | 139.5 MB | |
| Orca-1.4.138-mac.zip | 2026-07-13 | 197.2 MB | |
| Orca-1.4.138-mac.zip.blockmap | 2026-07-13 | 207.3 kB | |
| orca-macos-x64.dmg | 2026-07-13 | 203.3 MB | |
| orca-macos-x64.dmg.blockmap | 2026-07-13 | 210.1 kB | |
| orca-ide_1.4.138_amd64.deb | 2026-07-13 | 160.6 MB | |
| orca-linux-arm64.AppImage | 2026-07-13 | 202.2 MB | |
| orca-linux.AppImage | 2026-07-13 | 200.3 MB | |
| README.md | 2026-07-13 | 9.5 kB | |
| v1.4.138 source code.tar.gz | 2026-07-13 | 63.7 MB | |
| v1.4.138 source code.zip | 2026-07-13 | 68.2 MB | |
| Totals: 23 Items | 2.1 GB | 2 | |
What's Changed
- Fix F3: use known-tag predicate for explicit-turn decisions by @AmethystLiang in https://github.com/stablyai/orca/pull/8331
- fix(browser): make fill update rich text editors via execCommand by @wolfiesch in https://github.com/stablyai/orca/pull/6060
- Assign GitHub issue types via issue templates by @nwparker in https://github.com/stablyai/orca/pull/8346
- Refresh stale no-PR results when the Checks Panel opens by @AmethystLiang in https://github.com/stablyai/orca/pull/8349
- Fix linked review push target by @AmethystLiang in https://github.com/stablyai/orca/pull/8351
- fix(updater): force-exit the stale old process so update install can relaunch by @nwparker in https://github.com/stablyai/orca/pull/8328
- fix(preflight): reject Windows paths from WSL agent lookup by @bbingz in https://github.com/stablyai/orca/pull/7994
- fix: host browser popups in an Orca origin-bar window instead of chrome-less child windows by @AmethystLiang in https://github.com/stablyai/orca/pull/8343
- Mobile credential cleanup by @AmethystLiang in https://github.com/stablyai/orca/pull/8354
- Add Grok orchestration group routing by @bbingz in https://github.com/stablyai/orca/pull/8058
- fix(cleanup): reconcile late-settling removals against timeout results by @AmethystLiang in https://github.com/stablyai/orca/pull/8348
- fix(pi): keep status hooks off the Pi turn critical path by @AmethystLiang in https://github.com/stablyai/orca/pull/8355
- Cli destructive suggest by @AmethystLiang in https://github.com/stablyai/orca/pull/8352
- Naming usage ui copy by @AmethystLiang in https://github.com/stablyai/orca/pull/8357
- fix(runtime): explain full worktree id selectors (#7432) by @rodboev in https://github.com/stablyai/orca/pull/7892
- docs(computer-use): clarify get-app-state JSON tree field by @z116123123x in https://github.com/stablyai/orca/pull/7788
- Fix Codex WSL project trust conflating case-distinct Linux paths by @AmethystLiang in https://github.com/stablyai/orca/pull/8333
- fix(linux): stop Orca-managed terminals from launching the GNOME Orca screen reader via bare
orcaby @nwparker in https://github.com/stablyai/orca/pull/8347 - feat(ssh): support file transfers over system ssh by @gatsby74 in https://github.com/stablyai/orca/pull/7804
- fix(codex): share the user's global AGENTS.md into the managed Codex runtime home by @TopGrd in https://github.com/stablyai/orca/pull/7927
- Resolve and require explicit push targets for linked reviews by @AmethystLiang in https://github.com/stablyai/orca/pull/6159
- fix(settings): make WSL skill commands pasteable (#7795) by @rodboev in https://github.com/stablyai/orca/pull/7881
- fix: restore the active top-level view across renderer reload by @myungjuice in https://github.com/stablyai/orca/pull/8265
- fix(cli): preserve multiline arguments on Windows by @nwparker in https://github.com/stablyai/orca/pull/8374
- fix(orchestration): complete tasks on worker_done + coordinator UX fixes by @AmethystLiang in https://github.com/stablyai/orca/pull/8030
- perf(terminal): tune cold-park keep-warm so common rotation never remounts by @Jinwoo-H in https://github.com/stablyai/orca/pull/8262
- Show agent CLI failure output for branch auto-naming and generation instead of parsing per-CLI error formats by @brennanb2025 in https://github.com/stablyai/orca/pull/8045
- fix(pr-comments): let users mark comment authors as bots for the Humans/Bots filter by @dbachko in https://github.com/stablyai/orca/pull/7598
- fix(i18n): use useTranslation hook in SidebarNav for reactive language switching by @fsdwen in https://github.com/stablyai/orca/pull/7542
- perf(renderer): sweep suppressedPtyExitIds and pendingCodexPaneRestartIds on bulk worktree purge by @xianjianlf2 in https://github.com/stablyai/orca/pull/7656
- Add Previous/Next change navigation buttons to the Diff View by @brennanb2025 in https://github.com/stablyai/orca/pull/6668
- fix(terminal): gate Shift+Enter CSI-u on active protocol by @nwparker in https://github.com/stablyai/orca/pull/8427
- feat(editor): add file editor word wrap preference by @gatsby74 in https://github.com/stablyai/orca/pull/8423
- Add F7/Shift+F7 keyboard navigation for diff changes by @sonhyrd in https://github.com/stablyai/orca/pull/8240
- fix(terminal): handle Linux IME candidate digits without composition events by @yuqi1991 in https://github.com/stablyai/orca/pull/8241
- Fix ssh import safety by @AmethystLiang in https://github.com/stablyai/orca/pull/8435
- Fix cleanup late settlement by @AmethystLiang in https://github.com/stablyai/orca/pull/8434
- fix(terminal): route Shift+Enter by PTY host by @bbingz in https://github.com/stablyai/orca/pull/8065
- refactor: remove state-only React effects by @nwparker in https://github.com/stablyai/orca/pull/8437
- Consolidate diff header tooltip providers by @brennanb2025 in https://github.com/stablyai/orca/pull/8429
- fix(mobile): offer scoped Windows Firewall repair by @nwparker in https://github.com/stablyai/orca/pull/8439
- Add Cursor orchestration group routing by @nikg24 in https://github.com/stablyai/orca/pull/8436
- Keep long live session logs stable while they update by @brennanb2025 in https://github.com/stablyai/orca/pull/8432
- fix(terminal): prevent focus prefix in startup drafts by @OrcaWin in https://github.com/stablyai/orca/pull/8433
- Fix Command Code smart-sort bump on new prompt while working (STA-350) by @brennanb2025 in https://github.com/stablyai/orca/pull/5286
- Split client-ui RPC schemas into client-ui-schemas.ts by @brennanb2025 in https://github.com/stablyai/orca/pull/8446
- fix(runtime): prevent file watcher SIGSEGV from crashing orca serve by @AmethystLiang in https://github.com/stablyai/orca/pull/8370
- fix(agent-status): label Cursor by identity, not a bare "cursor" token by @AmethystLiang in https://github.com/stablyai/orca/pull/8445
- fix(relay): treat staging paths as literals by @beiyonder in https://github.com/stablyai/orca/pull/8358
- fix(cli): wait for valid serve recipe JSON by @beiyonder in https://github.com/stablyai/orca/pull/8361
- Fix ssh watcher isolation by @AmethystLiang in https://github.com/stablyai/orca/pull/8463
- fix(terminal): open hard-wrapped HTTP links exactly once by @ryush00 in https://github.com/stablyai/orca/pull/8339
- fix(grok): prefer auth.x.ai session + mention Grok in OSC52 toast by @bbingz in https://github.com/stablyai/orca/pull/8392
- fix(agents): bundle agent icons instead of loading them from Google's favicon service (#8451) by @AmethystLiang in https://github.com/stablyai/orca/pull/8474
- fix(agent-status): surface tool-failure errors across Cursor/Copilot/Grok by @AmethystLiang in https://github.com/stablyai/orca/pull/8483
- fix(e2e): repair release e2e suite (parking regression tests, stale/flaky specs, profile switcher gate) by @AmethystLiang in https://github.com/stablyai/orca/pull/8486
- Fix worker done pane identity by @AmethystLiang in https://github.com/stablyai/orca/pull/8473
- Distinguish open and start more by @AmethystLiang in https://github.com/stablyai/orca/pull/8487
- Fix wsl cli rc4 migration by @AmethystLiang in https://github.com/stablyai/orca/pull/8471
- Fix Windows focus stealing from agent foreground-process scan (hide conhost window) by @Cainiaooo in https://github.com/stablyai/orca/pull/8053
- Decouple feature copy from translated locale catalogs by @brennanb2025 in https://github.com/stablyai/orca/pull/8488
- Revert "Decouple feature copy from translated locale catalogs" by @brennanb2025 in https://github.com/stablyai/orca/pull/8500
- Prevent index churn from refreshing worktrees by @brennanb2025 in https://github.com/stablyai/orca/pull/8431
- Ssh watcher isolation e2e by @AmethystLiang in https://github.com/stablyai/orca/pull/8494
- Redesign Agents sidebar cards for cross-worktree scanning by @tmchow in https://github.com/stablyai/orca/pull/8420
- fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE by @kaynansc in https://github.com/stablyai/orca/pull/8430
- Fix windows build failure by @AmethystLiang in https://github.com/stablyai/orca/pull/8504
- Fix e2e tests by @AmethystLiang in https://github.com/stablyai/orca/pull/8495
- "Hide sleeping" never hides a workspace with an open agent session (#7197) by @brennanb2025 in https://github.com/stablyai/orca/pull/7511
- Fix ssh watcher memory by @AmethystLiang in https://github.com/stablyai/orca/pull/8556
- Fix wsl orchestration cli by @AmethystLiang in https://github.com/stablyai/orca/pull/8561
- perf(worktree-watcher): skip head-identity reads on index-only bursts by @AmethystLiang in https://github.com/stablyai/orca/pull/8558
- Fix windows serve wsl barrier by @AmethystLiang in https://github.com/stablyai/orca/pull/8559
New Contributors
- @z116123123x made their first contribution in https://github.com/stablyai/orca/pull/7788
- @TopGrd made their first contribution in https://github.com/stablyai/orca/pull/7927
- @myungjuice made their first contribution in https://github.com/stablyai/orca/pull/8265
- @nikg24 made their first contribution in https://github.com/stablyai/orca/pull/8436
- @beiyonder made their first contribution in https://github.com/stablyai/orca/pull/8358
- @ryush00 made their first contribution in https://github.com/stablyai/orca/pull/8339
- @Cainiaooo made their first contribution in https://github.com/stablyai/orca/pull/8053
Full Changelog: https://github.com/stablyai/orca/compare/v1.4.137...v1.4.138