orca/docs
Jinjing 572ed1a888
fix(terminal): inherit source pane cwd on split (Cmd+D) (#1243)
* Wip

* fix(terminal): make split-pane cwd resolution reliable on macOS

Coalesce and cache per-pid lsof calls in the main process, and raise the
renderer's IPC timeout to 1s so cold lsof lookups (typically 100–500ms,
occasionally ~1s) don't fall back to the worktree root.

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

* chore: remove stray screenshot and harden daemon getCwd test

- drop orca-before-split.png accidentally committed in the Wip commit
- accept null OR string from getCwd in the daemon test, since the new
  terminal-host fallback calls resolveProcessCwd(pid) and the mock pid
  55555 could resolve against a live process on CI

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

---------

Co-authored-by: Orca <help@stably.ai>
2026-04-29 15:54:07 -07:00
..
assets docs(readme): add Annotate AI Diff feature, SSH support, and Spanish translation (#1080) 2026-04-25 00:01:53 -07:00
design refactor(search): share rg/git-grep logic between main and relay (#1157) 2026-04-27 00:06:00 -07:00
superpowers feat: add .mmd/.mermaid file viewer with rendered diagram toggle (#597) 2026-04-14 19:26:55 -07:00
README.es.md fix(agents): use Kilocode brand logo instead of illegible favicon (#1224) 2026-04-28 12:38:17 -07:00
README.ja.md fix(agents): use Kilocode brand logo instead of illegible favicon (#1224) 2026-04-28 12:38:17 -07:00
README.md
README.zh-CN.md fix(agents): use Kilocode brand logo instead of illegible favicon (#1224) 2026-04-28 12:38:17 -07:00
back-button-tasks-page.md feat(nav): back/forward traverses Tasks page visits (#1207) 2026-04-27 23:49:34 -07:00
cmd-j-scoped-jump-palette-plan.md feat: add browser tab search to Cmd+J jump palette (#675) 2026-04-15 12:54:56 -07:00
codex-account-switching-design.md feat(codex-accounts): shared runtime home for account switching (#768) 2026-04-17 21:51:06 -07:00
create-from-start-field.md fix: address review findings (#1078) 2026-04-24 21:58:21 -07:00
design-379.md
design-preserve-scroll-position.md
file-explorer-external-drop.md
focus-follows-mouse-design.md
focus-follows-mouse-plan.md
performance-audit.md
performance-implementation-plan.md
preload-typecheck-hole.md fix(preload): collapse index.d.ts into type-checked api-types.ts (#1197) 2026-04-27 21:46:17 -07:00
quickly-jump-to-worktree.md fix: address review findings (#1078) 2026-04-24 21:58:21 -07:00
remote-folder-picker-redesign.md improve remote folder picker UI (#1240) 2026-04-28 18:52:31 -07:00
split-groups-rollout-pr1.md
split-groups-rollout-pr2.md
split-groups-rollout-pr3.md
split-groups-rollout-pr4.md feat: add split group UI with tab-bar context menus and resize handles (#646) 2026-04-14 19:01:11 -07:00
split-groups-rollout-pr5.md refactor: gate split group surface ownership in Terminal.tsx (#642) 2026-04-14 20:19:11 -07:00
split-groups-rollout-pr6.md feat: enable split groups renderer path (#669) 2026-04-15 13:12:54 -07:00
ssh-split-pane-inherit-cwd.md fix(terminal): inherit source pane cwd on split (Cmd+D) (#1243) 2026-04-29 15:54:07 -07:00
tab-group-model-follow-up.md feat: add split group UI with tab-bar context menus and resize handles (#646) 2026-04-14 19:01:11 -07:00
term-shortcut-fix.md
terminal-extended-keys.md fix(terminal): advertise kitty keyboard protocol for Shift+Enter (#1247) 2026-04-28 23:56:29 -07:00

README.md

Orca CLI Docs

Keep this folder focused on the durable references for Orca's public CLI and runtime model.

Keep These Docs

  • orca-cli-focused-v1-status.md
    • What is actually implemented and intentionally in scope now.
  • orca-cli-v1-spec.md
    • The public CLI contract, selector grammar, JSON envelope, and command semantics.
  • orca-runtime-layer-design.md
    • Why the runtime layer exists and which boundaries it owns.
  • orca-cli-bundled-distribution.md
    • How the bundled desktop-app distribution and PATH registration model works.

Why The Folder Is Small

Earlier design and implementation work produced several planning and evaluation docs. Those were useful while the feature was taking shape, but they were intentionally removed once the implementation converged so future readers are not forced to choose between multiple overlapping sources of truth.