orca/mobile/src/worktree
Jinjing 430d4b9482
Show all worktrees across all hosts on mobile (#7500)
* Show all worktrees across all hosts on mobile

Avoid honoring desktop's host-filtering settings since mobile lacks the
UI to manage or unhide them. This prevents worktrees from being silently
hidden under certain host scopes.

Additionally, this removes worktree filtering based on repo metadata, which
previously caused worktrees to vanish when same-named repos on different
hosts collapsed to a single ID.

* fix(daemon): preserve promisify.custom type through wrapChildProcessApi

The windows-hidden-console-children test (from #7499, admin-merged with a
failing verify) failed tsgo: promisify(wrapped) resolved to its zero-arg
overload because the wrapper erased its argument to a bare variadic function
and the fake never statically carried promisify.custom. Preserve the wrapped
type via a generic overload (accurate: the wrapper copies the call signature
and symbols verbatim) and build the fake as a real CustomPromisify, so
promisify routes through the custom overload as it does in production.

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

---------

Co-authored-by: Orca <help@stably.ai>
2026-07-05 23:10:48 -07:00
..
agent-row-display.test.ts feat(mobile): pickers, workspace parity, active-workspace focus, tap-to-open, source-control parity, artifact viewing (#5330) 2026-06-15 22:02:51 -07:00
agent-row-display.ts feat(agents): native Xiaomi MiMo Code support (#6239) 2026-06-24 00:17:49 -07:00
agent-row-lineage.test.ts feat(mobile): pickers, workspace parity, active-workspace focus, tap-to-open, source-control parity, artifact viewing (#5330) 2026-06-15 22:02:51 -07:00
agent-row-lineage.ts feat(mobile): pickers, workspace parity, active-workspace focus, tap-to-open, source-control parity, artifact viewing (#5330) 2026-06-15 22:02:51 -07:00
host-worktree-rpc-types.ts Fix mobile workspace list parity (#6001) 2026-06-21 15:11:55 -07:00
last-visited-worktree-repo.test.ts Select last visited worktree repo by default on mobile (#5912) 2026-06-20 15:12:20 -07:00
last-visited-worktree-repo.ts Select last visited worktree repo by default on mobile (#5912) 2026-06-20 15:12:20 -07:00
mobile-workspace-lineage.test.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
mobile-workspace-lineage.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
mobile-workspace-statuses.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
mobile-worktree-activation-source.test.ts Prevent mobile worktree selection from focusing desktop (#6461) 2026-06-26 19:34:33 -07:00
new-workspace-dialog-repo-selection.test.ts Select last visited worktree repo by default on mobile (#5912) 2026-06-20 15:12:20 -07:00
new-workspace-dialog-repo-selection.ts Select last visited worktree repo by default on mobile (#5912) 2026-06-20 15:12:20 -07:00
repo-color.ts feat(mobile): combine PR sidebar and checks parity (#5641) 2026-06-17 22:52:12 -07:00
resume-worktree.test.ts feat(mobile): pickers, workspace parity, active-workspace focus, tap-to-open, source-control parity, artifact viewing (#5330) 2026-06-15 22:02:51 -07:00
resume-worktree.ts feat(mobile): pickers, workspace parity, active-workspace focus, tap-to-open, source-control parity, artifact viewing (#5330) 2026-06-15 22:02:51 -07:00
use-last-visited-worktree-repo.ts Select last visited worktree repo by default on mobile (#5912) 2026-06-20 15:12:20 -07:00
use-workspace-sections.ts Show all worktrees across all hosts on mobile (#7500) 2026-07-05 23:10:48 -07:00
workspace-list-picker-options.test.ts Show Agent activity for mobile smart sort (#6347) 2026-06-25 19:00:35 -07:00
workspace-list-picker-options.ts Show Agent activity for mobile smart sort (#6347) 2026-06-25 19:00:35 -07:00
workspace-list-sections.test.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
workspace-list-sections.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
workspace-list-types.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
workspace-pr-status-groups.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
workspace-view-settings.test.ts Show all worktrees across all hosts on mobile (#7500) 2026-07-05 23:10:48 -07:00
workspace-view-settings.ts Show all worktrees across all hosts on mobile (#7500) 2026-07-05 23:10:48 -07:00
worktree-list-completeness.test.ts Show all worktrees across all hosts on mobile (#7500) 2026-07-05 23:10:48 -07:00
worktree-list-snapshot.test.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00
worktree-list-snapshot.ts Fix mobile workspace parity (#6207) 2026-06-23 17:07:28 -07:00