@cerbur/clutch-dsh-worktree 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +117 -46
- package/README.zh.md +92 -40
- package/lib/client/WorktreeSurface.d.ts +4 -7
- package/lib/client/WorktreeSurface.d.ts.map +1 -1
- package/lib/client/WorktreeSurface.js +44 -1243
- package/lib/client/WorktreeSurface.js.map +1 -1
- package/lib/client/{WorktreeContext.d.ts → context/WorktreeContext.d.ts} +2 -2
- package/lib/client/context/WorktreeContext.d.ts.map +1 -0
- package/lib/client/{WorktreeContext.js → context/WorktreeContext.js} +1 -1
- package/lib/client/context/WorktreeContext.js.map +1 -0
- package/lib/client/{WorktreeHeroContext.d.ts → context/WorktreeHeroContext.d.ts} +1 -1
- package/lib/client/context/WorktreeHeroContext.d.ts.map +1 -0
- package/lib/client/{WorktreeHeroContext.js → context/WorktreeHeroContext.js} +1 -1
- package/lib/client/context/WorktreeHeroContext.js.map +1 -0
- package/lib/client/{worktree-context-store.d.ts → context/worktree-context-store.d.ts} +7 -15
- package/lib/client/context/worktree-context-store.d.ts.map +1 -0
- package/lib/client/{worktree-context-store.js → context/worktree-context-store.js} +20 -13
- package/lib/client/context/worktree-context-store.js.map +1 -0
- package/lib/client/{worktree-context.d.ts → context/worktree-context.d.ts} +1 -1
- package/lib/client/context/worktree-context.d.ts.map +1 -0
- package/lib/client/{worktree-context.js → context/worktree-context.js} +5 -3
- package/lib/client/context/worktree-context.js.map +1 -0
- package/lib/client/dsh-slot-contract.d.ts +43 -0
- package/lib/client/dsh-slot-contract.d.ts.map +1 -0
- package/lib/client/dsh-slot-contract.js +2 -0
- package/lib/client/dsh-slot-contract.js.map +1 -0
- package/lib/client/entry.d.ts +3 -3
- package/lib/client/entry.d.ts.map +1 -1
- package/lib/client/entry.js +168 -38
- package/lib/client/entry.js.map +1 -1
- package/lib/client/index.d.ts +3 -3
- package/lib/client/index.d.ts.map +1 -1
- package/lib/client/index.js +2 -2
- package/lib/client/index.js.map +1 -1
- package/lib/client/locales.d.ts +66 -0
- package/lib/client/locales.d.ts.map +1 -1
- package/lib/client/locales.js +76 -10
- package/lib/client/locales.js.map +1 -1
- package/lib/client/{WorktreeOverlay.d.ts → overlay/WorktreeOverlay.d.ts} +2 -2
- package/lib/client/overlay/WorktreeOverlay.d.ts.map +1 -0
- package/lib/client/{WorktreeOverlay.js → overlay/WorktreeOverlay.js} +2 -2
- package/lib/client/overlay/WorktreeOverlay.js.map +1 -0
- package/lib/client/overlay/overlay-bounds.d.ts.map +1 -0
- package/lib/client/overlay/overlay-bounds.js.map +1 -0
- package/lib/client/overlay/sidebar-overlay-geometry.d.ts.map +1 -0
- package/lib/client/overlay/sidebar-overlay-geometry.js.map +1 -0
- package/lib/client/permission/worktree-permission-icon.d.ts.map +1 -0
- package/lib/client/permission/worktree-permission-icon.js.map +1 -0
- package/lib/client/permission/worktree-permission.d.ts.map +1 -0
- package/lib/client/permission/worktree-permission.js.map +1 -0
- package/lib/client/session/session-view.d.ts.map +1 -0
- package/lib/client/session/session-view.js.map +1 -0
- package/lib/client/session/virtual-workspace-membership.d.ts +29 -0
- package/lib/client/session/virtual-workspace-membership.d.ts.map +1 -0
- package/lib/client/session/virtual-workspace-membership.js +131 -0
- package/lib/client/session/virtual-workspace-membership.js.map +1 -0
- package/lib/client/{worktree-session-fork.d.ts → session/worktree-session-fork.d.ts} +25 -4
- package/lib/client/session/worktree-session-fork.d.ts.map +1 -0
- package/lib/client/session/worktree-session-fork.js +309 -0
- package/lib/client/session/worktree-session-fork.js.map +1 -0
- package/lib/client/{worktree-session-order.d.ts → session/worktree-session-order.d.ts} +2 -2
- package/lib/client/session/worktree-session-order.d.ts.map +1 -0
- package/lib/client/session/worktree-session-order.js.map +1 -0
- package/lib/client/session/worktree-session-position.d.ts.map +1 -0
- package/lib/client/session/worktree-session-position.js.map +1 -0
- package/lib/client/{worktree-session.d.ts → session/worktree-session.d.ts} +3 -3
- package/lib/client/session/worktree-session.d.ts.map +1 -0
- package/lib/client/{worktree-session.js → session/worktree-session.js} +3 -3
- package/lib/client/session/worktree-session.js.map +1 -0
- package/lib/client/surface/actions/lifecycle-commands.d.ts +9 -0
- package/lib/client/surface/actions/lifecycle-commands.d.ts.map +1 -0
- package/lib/client/surface/actions/lifecycle-commands.js +243 -0
- package/lib/client/surface/actions/lifecycle-commands.js.map +1 -0
- package/lib/client/surface/actions/useDragActions.d.ts +26 -0
- package/lib/client/surface/actions/useDragActions.d.ts.map +1 -0
- package/lib/client/surface/actions/useDragActions.js +125 -0
- package/lib/client/surface/actions/useDragActions.js.map +1 -0
- package/lib/client/surface/actions/useLifecycleActions.d.ts +30 -0
- package/lib/client/surface/actions/useLifecycleActions.d.ts.map +1 -0
- package/lib/client/surface/actions/useLifecycleActions.js +140 -0
- package/lib/client/surface/actions/useLifecycleActions.js.map +1 -0
- package/lib/client/surface/actions/useNativeActions.d.ts +48 -0
- package/lib/client/surface/actions/useNativeActions.d.ts.map +1 -0
- package/lib/client/surface/actions/useNativeActions.js +182 -0
- package/lib/client/surface/actions/useNativeActions.js.map +1 -0
- package/lib/client/surface/actions/useSessionActions.d.ts +24 -0
- package/lib/client/surface/actions/useSessionActions.d.ts.map +1 -0
- package/lib/client/surface/actions/useSessionActions.js +116 -0
- package/lib/client/surface/actions/useSessionActions.js.map +1 -0
- package/lib/client/surface/actions/useSurfaceMutation.d.ts +15 -0
- package/lib/client/surface/actions/useSurfaceMutation.d.ts.map +1 -0
- package/lib/client/surface/actions/useSurfaceMutation.js +24 -0
- package/lib/client/surface/actions/useSurfaceMutation.js.map +1 -0
- package/lib/client/surface/actions/useWorktreeRegistration.d.ts +31 -0
- package/lib/client/surface/actions/useWorktreeRegistration.d.ts.map +1 -0
- package/lib/client/surface/actions/useWorktreeRegistration.js +203 -0
- package/lib/client/surface/actions/useWorktreeRegistration.js.map +1 -0
- package/lib/client/surface/actions/worktree-cleanup-flow.d.ts +10 -0
- package/lib/client/surface/actions/worktree-cleanup-flow.d.ts.map +1 -0
- package/lib/client/surface/actions/worktree-cleanup-flow.js +19 -0
- package/lib/client/surface/actions/worktree-cleanup-flow.js.map +1 -0
- package/lib/client/surface/components/AccessConfirmation.d.ts +9 -0
- package/lib/client/surface/components/AccessConfirmation.d.ts.map +1 -0
- package/lib/client/surface/components/AccessConfirmation.js +18 -0
- package/lib/client/surface/components/AccessConfirmation.js.map +1 -0
- package/lib/client/surface/components/ActiveWorktree.d.ts +28 -0
- package/lib/client/surface/components/ActiveWorktree.d.ts.map +1 -0
- package/lib/client/surface/components/ActiveWorktree.js +154 -0
- package/lib/client/surface/components/ActiveWorktree.js.map +1 -0
- package/lib/client/surface/components/ArchivedWorktree.d.ts +24 -0
- package/lib/client/surface/components/ArchivedWorktree.d.ts.map +1 -0
- package/lib/client/surface/components/ArchivedWorktree.js +145 -0
- package/lib/client/surface/components/ArchivedWorktree.js.map +1 -0
- package/lib/client/surface/components/ArchivedWorktrees.d.ts +25 -0
- package/lib/client/surface/components/ArchivedWorktrees.d.ts.map +1 -0
- package/lib/client/surface/components/ArchivedWorktrees.js +20 -0
- package/lib/client/surface/components/ArchivedWorktrees.js.map +1 -0
- package/lib/client/surface/components/LifecycleDialogs.d.ts +20 -0
- package/lib/client/surface/components/LifecycleDialogs.d.ts.map +1 -0
- package/lib/client/surface/components/LifecycleDialogs.js +31 -0
- package/lib/client/surface/components/LifecycleDialogs.js.map +1 -0
- package/lib/client/surface/components/NativeDialogs.d.ts +9 -0
- package/lib/client/surface/components/NativeDialogs.d.ts.map +1 -0
- package/lib/client/surface/components/NativeDialogs.js +14 -0
- package/lib/client/surface/components/NativeDialogs.js.map +1 -0
- package/lib/client/surface/components/NotificationToasts.d.ts +7 -0
- package/lib/client/surface/components/NotificationToasts.d.ts.map +1 -0
- package/lib/client/surface/components/NotificationToasts.js +24 -0
- package/lib/client/surface/components/NotificationToasts.js.map +1 -0
- package/lib/client/surface/components/RegistrationDialog.d.ts +15 -0
- package/lib/client/surface/components/RegistrationDialog.d.ts.map +1 -0
- package/lib/client/surface/components/RegistrationDialog.js +22 -0
- package/lib/client/surface/components/RegistrationDialog.js.map +1 -0
- package/lib/client/surface/components/SurfaceContent.d.ts +31 -0
- package/lib/client/surface/components/SurfaceContent.d.ts.map +1 -0
- package/lib/client/surface/components/SurfaceContent.js +65 -0
- package/lib/client/surface/components/SurfaceContent.js.map +1 -0
- package/lib/client/surface/components/SurfaceHeader.d.ts +15 -0
- package/lib/client/surface/components/SurfaceHeader.d.ts.map +1 -0
- package/lib/client/surface/components/SurfaceHeader.js +42 -0
- package/lib/client/surface/components/SurfaceHeader.js.map +1 -0
- package/lib/client/surface/components/WorkspaceTree.d.ts +32 -0
- package/lib/client/surface/components/WorkspaceTree.d.ts.map +1 -0
- package/lib/client/surface/components/WorkspaceTree.js +145 -0
- package/lib/client/surface/components/WorkspaceTree.js.map +1 -0
- package/lib/client/{worktree-surface-dialogs.d.ts → surface/components/dialogs.d.ts} +5 -2
- package/lib/client/surface/components/dialogs.d.ts.map +1 -0
- package/lib/client/{worktree-surface-dialogs.js → surface/components/dialogs.js} +67 -24
- package/lib/client/surface/components/dialogs.js.map +1 -0
- package/lib/client/{worktree-surface-rows.d.ts → surface/components/rows.d.ts} +3 -3
- package/lib/client/surface/components/rows.d.ts.map +1 -0
- package/lib/client/{worktree-surface-rows.js → surface/components/rows.js} +79 -17
- package/lib/client/surface/components/rows.js.map +1 -0
- package/lib/client/surface/notification-queue.d.ts +11 -0
- package/lib/client/surface/notification-queue.d.ts.map +1 -0
- package/lib/client/surface/notification-queue.js +19 -0
- package/lib/client/surface/notification-queue.js.map +1 -0
- package/lib/client/{worktree-surface-selectors.d.ts → surface/selectors.d.ts} +10 -5
- package/lib/client/surface/selectors.d.ts.map +1 -0
- package/lib/client/{worktree-surface-selectors.js → surface/selectors.js} +23 -6
- package/lib/client/surface/selectors.js.map +1 -0
- package/lib/client/surface/shared.d.ts +40 -0
- package/lib/client/surface/shared.d.ts.map +1 -0
- package/lib/client/surface/shared.js +53 -0
- package/lib/client/surface/shared.js.map +1 -0
- package/lib/client/surface/state/useLifecycleState.d.ts +34 -0
- package/lib/client/surface/state/useLifecycleState.d.ts.map +1 -0
- package/lib/client/surface/state/useLifecycleState.js +39 -0
- package/lib/client/surface/state/useLifecycleState.js.map +1 -0
- package/lib/client/surface/state/useRegistrationState.d.ts +34 -0
- package/lib/client/surface/state/useRegistrationState.d.ts.map +1 -0
- package/lib/client/surface/state/useRegistrationState.js +44 -0
- package/lib/client/surface/state/useRegistrationState.js.map +1 -0
- package/lib/client/surface/state/useSessionExpansion.d.ts +39 -0
- package/lib/client/surface/state/useSessionExpansion.d.ts.map +1 -0
- package/lib/client/surface/state/useSessionExpansion.js +230 -0
- package/lib/client/surface/state/useSessionExpansion.js.map +1 -0
- package/lib/client/surface/state/useSessionOrdering.d.ts +15 -0
- package/lib/client/surface/state/useSessionOrdering.d.ts.map +1 -0
- package/lib/client/surface/state/useSessionOrdering.js +68 -0
- package/lib/client/surface/state/useSessionOrdering.js.map +1 -0
- package/lib/client/surface/state/useSurfaceMenus.d.ts +9 -0
- package/lib/client/surface/state/useSurfaceMenus.d.ts.map +1 -0
- package/lib/client/surface/state/useSurfaceMenus.js +15 -0
- package/lib/client/surface/state/useSurfaceMenus.js.map +1 -0
- package/lib/client/surface/state/useSurfaceRefresh.d.ts +39 -0
- package/lib/client/surface/state/useSurfaceRefresh.d.ts.map +1 -0
- package/lib/client/surface/state/useSurfaceRefresh.js +274 -0
- package/lib/client/surface/state/useSurfaceRefresh.js.map +1 -0
- package/lib/client/surface/state/useSurfaceSources.d.ts +31 -0
- package/lib/client/surface/state/useSurfaceSources.d.ts.map +1 -0
- package/lib/client/surface/state/useSurfaceSources.js +63 -0
- package/lib/client/surface/state/useSurfaceSources.js.map +1 -0
- package/lib/client/{worktree-surface-types.d.ts → surface/types.d.ts} +68 -13
- package/lib/client/surface/types.d.ts.map +1 -0
- package/lib/client/surface/types.js +2 -0
- package/lib/client/surface/types.js.map +1 -0
- package/lib/client/{WorktreeModeAction.d.ts → view/WorktreeModeAction.d.ts} +1 -1
- package/lib/client/view/WorktreeModeAction.d.ts.map +1 -0
- package/lib/client/{WorktreeModeAction.js → view/WorktreeModeAction.js} +1 -1
- package/lib/client/view/WorktreeModeAction.js.map +1 -0
- package/lib/client/view/navigation.d.ts.map +1 -0
- package/lib/client/view/navigation.js.map +1 -0
- package/lib/client/{view-mode-store.d.ts → view/view-mode-store.d.ts} +1 -1
- package/lib/client/view/view-mode-store.d.ts.map +1 -0
- package/lib/client/{view-mode-store.js → view/view-mode-store.js} +1 -1
- package/lib/client/view/view-mode-store.js.map +1 -0
- package/lib/client/{view-mode.d.ts → view/view-mode.d.ts} +20 -6
- package/lib/client/view/view-mode.d.ts.map +1 -0
- package/lib/client/{view-mode.js → view/view-mode.js} +35 -10
- package/lib/client/view/view-mode.js.map +1 -0
- package/lib/client/{worktree-error-copy.d.ts → view/worktree-error-copy.d.ts} +2 -2
- package/lib/client/view/worktree-error-copy.d.ts.map +1 -0
- package/lib/client/view/worktree-error-copy.js.map +1 -0
- package/lib/client/{worktree-expand-state.d.ts → view/worktree-expand-state.d.ts} +6 -4
- package/lib/client/view/worktree-expand-state.d.ts.map +1 -0
- package/lib/client/{worktree-expand-state.js → view/worktree-expand-state.js} +11 -0
- package/lib/client/view/worktree-expand-state.js.map +1 -0
- package/lib/client/{worktree-view-actions.d.ts → view/worktree-view-actions.d.ts} +11 -5
- package/lib/client/view/worktree-view-actions.d.ts.map +1 -0
- package/lib/client/{worktree-view-actions.js → view/worktree-view-actions.js} +13 -11
- package/lib/client/view/worktree-view-actions.js.map +1 -0
- package/lib/client/view/worktree-view-errors.d.ts.map +1 -0
- package/lib/client/view/worktree-view-errors.js.map +1 -0
- package/lib/client/{worktree-view-read.d.ts → view/worktree-view-read.d.ts} +21 -9
- package/lib/client/view/worktree-view-read.d.ts.map +1 -0
- package/lib/client/{worktree-view-read.js → view/worktree-view-read.js} +78 -10
- package/lib/client/view/worktree-view-read.js.map +1 -0
- package/lib/client/view/worktree-view.d.ts.map +1 -0
- package/lib/client/view/worktree-view.js.map +1 -0
- package/lib/client/worktree-connection.d.ts +5 -0
- package/lib/client/worktree-connection.d.ts.map +1 -1
- package/lib/client/worktree-connection.js +16 -0
- package/lib/client/worktree-connection.js.map +1 -1
- package/lib/client.js +5990 -3139
- package/lib/client.js.map +1 -1
- package/lib/contract/index.contract.js +10 -0
- package/lib/contract/index.contract.js.map +1 -1
- package/lib/contract/index.d.ts +46 -3
- package/lib/contract/index.d.ts.map +1 -1
- package/lib/contract/index.js +7 -0
- package/lib/contract/index.js.map +1 -1
- package/lib/host/dsh-read-adapter.d.ts +10 -1
- package/lib/host/dsh-read-adapter.d.ts.map +1 -1
- package/lib/host/dsh-read-adapter.js +18 -1
- package/lib/host/dsh-read-adapter.js.map +1 -1
- package/lib/host/remote.d.ts.map +1 -1
- package/lib/host/remote.js +14 -0
- package/lib/host/remote.js.map +1 -1
- package/lib/host/service.d.ts +24 -0
- package/lib/host/service.d.ts.map +1 -1
- package/lib/host/service.js +39 -1
- package/lib/host/service.js.map +1 -1
- package/lib/host/worktree-activity.d.ts +13 -0
- package/lib/host/worktree-activity.d.ts.map +1 -0
- package/lib/host/worktree-activity.js +23 -0
- package/lib/host/worktree-activity.js.map +1 -0
- package/lib/host/worktree-permission-manager.js +2 -2
- package/lib/host/worktree-permission-manager.js.map +1 -1
- package/lib/host/worktree-permission.d.ts +3 -2
- package/lib/host/worktree-permission.d.ts.map +1 -1
- package/lib/host/worktree-permission.js +29 -5
- package/lib/host/worktree-permission.js.map +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/manage/manager-context.d.ts +2 -1
- package/lib/manage/manager-context.d.ts.map +1 -1
- package/lib/manage/manager-sessions.js +4 -4
- package/lib/manage/manager-sessions.js.map +1 -1
- package/lib/manage/manager-worktree-lifecycle.d.ts +23 -0
- package/lib/manage/manager-worktree-lifecycle.d.ts.map +1 -0
- package/lib/manage/manager-worktree-lifecycle.js +165 -0
- package/lib/manage/manager-worktree-lifecycle.js.map +1 -0
- package/lib/manage/manager-worktrees.d.ts +1 -6
- package/lib/manage/manager-worktrees.d.ts.map +1 -1
- package/lib/manage/manager-worktrees.js +83 -114
- package/lib/manage/manager-worktrees.js.map +1 -1
- package/lib/manage/manager.d.ts +17 -1
- package/lib/manage/manager.d.ts.map +1 -1
- package/lib/manage/manager.js +25 -6
- package/lib/manage/manager.js.map +1 -1
- package/lib/provider/generated-name.d.ts +8 -0
- package/lib/provider/generated-name.d.ts.map +1 -0
- package/lib/provider/generated-name.js +29 -0
- package/lib/provider/generated-name.js.map +1 -0
- package/lib/provider/{git.d.ts → git/adapter.d.ts} +2 -2
- package/lib/provider/git/adapter.d.ts.map +1 -0
- package/lib/provider/{git.js → git/adapter.js} +15 -2
- package/lib/provider/git/adapter.js.map +1 -0
- package/lib/provider/{repository-fingerprint.d.ts → git/repository-fingerprint.d.ts} +1 -1
- package/lib/provider/git/repository-fingerprint.d.ts.map +1 -0
- package/lib/provider/git/repository-fingerprint.js.map +1 -0
- package/lib/provider/{subprocess.d.ts → git/subprocess.d.ts} +1 -1
- package/lib/provider/git/subprocess.d.ts.map +1 -0
- package/lib/provider/{subprocess.js → git/subprocess.js} +8 -0
- package/lib/provider/git/subprocess.js.map +1 -0
- package/lib/provider/git/worktree-status.d.ts +5 -0
- package/lib/provider/git/worktree-status.d.ts.map +1 -0
- package/lib/provider/git/worktree-status.js +23 -0
- package/lib/provider/git/worktree-status.js.map +1 -0
- package/lib/provider/index.d.ts +5 -5
- package/lib/provider/index.d.ts.map +1 -1
- package/lib/provider/index.js +5 -5
- package/lib/provider/index.js.map +1 -1
- package/lib/provider/mutation-token.d.ts +1 -1
- package/lib/provider/mutation-token.d.ts.map +1 -1
- package/lib/provider/mutation-token.js +1 -0
- package/lib/provider/mutation-token.js.map +1 -1
- package/lib/provider/sidecar/mutation-lock.d.ts.map +1 -0
- package/lib/provider/{mutation-lock.js → sidecar/mutation-lock.js} +1 -1
- package/lib/provider/sidecar/mutation-lock.js.map +1 -0
- package/lib/provider/{sidecar.d.ts → sidecar/repository.d.ts} +3 -3
- package/lib/provider/sidecar/repository.d.ts.map +1 -0
- package/lib/provider/{sidecar.js → sidecar/repository.js} +13 -6
- package/lib/provider/sidecar/repository.js.map +1 -0
- package/lib/provider/{sidecar-persistence.d.ts → sidecar/sidecar-persistence.d.ts} +1 -1
- package/lib/provider/sidecar/sidecar-persistence.d.ts.map +1 -0
- package/lib/provider/{sidecar-persistence.js → sidecar/sidecar-persistence.js} +29 -2
- package/lib/provider/sidecar/sidecar-persistence.js.map +1 -0
- package/lib/provider/{sidecar-schema.d.ts → sidecar/sidecar-schema.d.ts} +1 -1
- package/lib/provider/sidecar/sidecar-schema.d.ts.map +1 -0
- package/lib/provider/{sidecar-schema.js → sidecar/sidecar-schema.js} +52 -16
- package/lib/provider/sidecar/sidecar-schema.js.map +1 -0
- package/lib/provider/transaction/dependencies.d.ts +10 -0
- package/lib/provider/transaction/dependencies.d.ts.map +1 -0
- package/lib/provider/transaction/dependencies.js +2 -0
- package/lib/provider/transaction/dependencies.js.map +1 -0
- package/lib/provider/transaction/index.d.ts +17 -0
- package/lib/provider/transaction/index.d.ts.map +1 -0
- package/lib/provider/transaction/index.js +44 -0
- package/lib/provider/transaction/index.js.map +1 -0
- package/lib/provider/transaction/operations/adopt-branch.d.ts +6 -0
- package/lib/provider/transaction/operations/adopt-branch.d.ts.map +1 -0
- package/lib/provider/transaction/operations/adopt-branch.js +59 -0
- package/lib/provider/transaction/operations/adopt-branch.js.map +1 -0
- package/lib/provider/transaction/operations/clean.d.ts +4 -0
- package/lib/provider/transaction/operations/clean.d.ts.map +1 -0
- package/lib/provider/transaction/operations/clean.js +168 -0
- package/lib/provider/transaction/operations/clean.js.map +1 -0
- package/lib/provider/transaction/operations/create.d.ts +5 -0
- package/lib/provider/transaction/operations/create.d.ts.map +1 -0
- package/lib/provider/transaction/operations/create.js +136 -0
- package/lib/provider/transaction/operations/create.js.map +1 -0
- package/lib/provider/transaction/operations/import.d.ts +5 -0
- package/lib/provider/transaction/operations/import.d.ts.map +1 -0
- package/lib/provider/transaction/operations/import.js +92 -0
- package/lib/provider/transaction/operations/import.js.map +1 -0
- package/lib/provider/transaction/operations/remove.d.ts +4 -0
- package/lib/provider/transaction/operations/remove.d.ts.map +1 -0
- package/lib/provider/transaction/operations/remove.js +164 -0
- package/lib/provider/transaction/operations/remove.js.map +1 -0
- package/lib/provider/transaction/recovery/failure-recovery.d.ts +32 -0
- package/lib/provider/transaction/recovery/failure-recovery.d.ts.map +1 -0
- package/lib/provider/transaction/recovery/failure-recovery.js +147 -0
- package/lib/provider/transaction/recovery/failure-recovery.js.map +1 -0
- package/lib/provider/transaction/recovery/recover.d.ts +4 -0
- package/lib/provider/transaction/recovery/recover.d.ts.map +1 -0
- package/lib/provider/transaction/recovery/recover.js +162 -0
- package/lib/provider/transaction/recovery/recover.js.map +1 -0
- package/lib/provider/transaction/support/admission.d.ts +7 -0
- package/lib/provider/transaction/support/admission.d.ts.map +1 -0
- package/lib/provider/transaction/support/admission.js +90 -0
- package/lib/provider/transaction/support/admission.js.map +1 -0
- package/lib/provider/transaction/support/inspection.d.ts +11 -0
- package/lib/provider/transaction/support/inspection.d.ts.map +1 -0
- package/lib/provider/transaction/support/inspection.js +51 -0
- package/lib/provider/transaction/support/inspection.js.map +1 -0
- package/lib/provider/transaction/support/journal.d.ts +12 -0
- package/lib/provider/transaction/support/journal.d.ts.map +1 -0
- package/lib/provider/transaction/support/journal.js +72 -0
- package/lib/provider/transaction/support/journal.js.map +1 -0
- package/lib/provider/transaction/support/locking.d.ts +4 -0
- package/lib/provider/transaction/support/locking.d.ts.map +1 -0
- package/lib/provider/transaction/support/locking.js +11 -0
- package/lib/provider/transaction/support/locking.js.map +1 -0
- package/lib/provider/transaction/support/path-safety.d.ts +11 -0
- package/lib/provider/transaction/support/path-safety.d.ts.map +1 -0
- package/lib/provider/transaction/support/path-safety.js +82 -0
- package/lib/provider/transaction/support/path-safety.js.map +1 -0
- package/lib/provider/transaction/support/paths.d.ts +10 -0
- package/lib/provider/transaction/support/paths.d.ts.map +1 -0
- package/lib/provider/transaction/support/paths.js +68 -0
- package/lib/provider/transaction/support/paths.js.map +1 -0
- package/lib/provider/transaction/support/publication.d.ts +9 -0
- package/lib/provider/transaction/support/publication.d.ts.map +1 -0
- package/lib/provider/transaction/support/publication.js +92 -0
- package/lib/provider/transaction/support/publication.js.map +1 -0
- package/lib/provider/transaction/types.d.ts +38 -0
- package/lib/provider/transaction/types.d.ts.map +1 -0
- package/lib/provider/transaction/types.js +2 -0
- package/lib/provider/transaction/types.js.map +1 -0
- package/lib/provider/types.d.ts +22 -3
- package/lib/provider/types.d.ts.map +1 -1
- package/lib/provider/types.js +1 -1
- package/lib/provider/types.js.map +1 -1
- package/lib/provider/worktree-lifecycle.d.ts +19 -0
- package/lib/provider/worktree-lifecycle.d.ts.map +1 -0
- package/lib/provider/worktree-lifecycle.js +44 -0
- package/lib/provider/worktree-lifecycle.js.map +1 -0
- package/lib/typert.host.js +269 -30
- package/lib/typert.remote-client.d.ts +10 -0
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +269 -30
- package/package.json +48 -34
- package/lib/client/WorktreeContext.d.ts.map +0 -1
- package/lib/client/WorktreeContext.js.map +0 -1
- package/lib/client/WorktreeHeroContext.d.ts.map +0 -1
- package/lib/client/WorktreeHeroContext.js.map +0 -1
- package/lib/client/WorktreeModeAction.d.ts.map +0 -1
- package/lib/client/WorktreeModeAction.js.map +0 -1
- package/lib/client/WorktreeOverlay.d.ts.map +0 -1
- package/lib/client/WorktreeOverlay.js.map +0 -1
- package/lib/client/navigation.d.ts.map +0 -1
- package/lib/client/navigation.js.map +0 -1
- package/lib/client/overlay-bounds.d.ts.map +0 -1
- package/lib/client/overlay-bounds.js.map +0 -1
- package/lib/client/session-view.d.ts.map +0 -1
- package/lib/client/session-view.js.map +0 -1
- package/lib/client/sidebar-overlay-geometry.d.ts.map +0 -1
- package/lib/client/sidebar-overlay-geometry.js.map +0 -1
- package/lib/client/view-mode-store.d.ts.map +0 -1
- package/lib/client/view-mode-store.js.map +0 -1
- package/lib/client/view-mode.d.ts.map +0 -1
- package/lib/client/view-mode.js.map +0 -1
- package/lib/client/virtual-workspace-membership.d.ts +0 -27
- package/lib/client/virtual-workspace-membership.d.ts.map +0 -1
- package/lib/client/virtual-workspace-membership.js +0 -106
- package/lib/client/virtual-workspace-membership.js.map +0 -1
- package/lib/client/worktree-context-store.d.ts.map +0 -1
- package/lib/client/worktree-context-store.js.map +0 -1
- package/lib/client/worktree-context.d.ts.map +0 -1
- package/lib/client/worktree-context.js.map +0 -1
- package/lib/client/worktree-error-copy.d.ts.map +0 -1
- package/lib/client/worktree-error-copy.js.map +0 -1
- package/lib/client/worktree-expand-state.d.ts.map +0 -1
- package/lib/client/worktree-expand-state.js.map +0 -1
- package/lib/client/worktree-permission-icon.d.ts.map +0 -1
- package/lib/client/worktree-permission-icon.js.map +0 -1
- package/lib/client/worktree-permission.d.ts.map +0 -1
- package/lib/client/worktree-permission.js.map +0 -1
- package/lib/client/worktree-session-fork.d.ts.map +0 -1
- package/lib/client/worktree-session-fork.js +0 -174
- package/lib/client/worktree-session-fork.js.map +0 -1
- package/lib/client/worktree-session-order.d.ts.map +0 -1
- package/lib/client/worktree-session-order.js.map +0 -1
- package/lib/client/worktree-session-position.d.ts.map +0 -1
- package/lib/client/worktree-session-position.js.map +0 -1
- package/lib/client/worktree-session.d.ts.map +0 -1
- package/lib/client/worktree-session.js.map +0 -1
- package/lib/client/worktree-surface-dialogs.d.ts.map +0 -1
- package/lib/client/worktree-surface-dialogs.js.map +0 -1
- package/lib/client/worktree-surface-rows.d.ts.map +0 -1
- package/lib/client/worktree-surface-rows.js.map +0 -1
- package/lib/client/worktree-surface-selectors.d.ts.map +0 -1
- package/lib/client/worktree-surface-selectors.js.map +0 -1
- package/lib/client/worktree-surface-types.d.ts.map +0 -1
- package/lib/client/worktree-surface-types.js +0 -2
- package/lib/client/worktree-surface-types.js.map +0 -1
- package/lib/client/worktree-view-actions.d.ts.map +0 -1
- package/lib/client/worktree-view-actions.js.map +0 -1
- package/lib/client/worktree-view-errors.d.ts.map +0 -1
- package/lib/client/worktree-view-errors.js.map +0 -1
- package/lib/client/worktree-view-read.d.ts.map +0 -1
- package/lib/client/worktree-view-read.js.map +0 -1
- package/lib/client/worktree-view.d.ts.map +0 -1
- package/lib/client/worktree-view.js.map +0 -1
- package/lib/provider/git.d.ts.map +0 -1
- package/lib/provider/git.js.map +0 -1
- package/lib/provider/mutation-lock.d.ts.map +0 -1
- package/lib/provider/mutation-lock.js.map +0 -1
- package/lib/provider/repository-fingerprint.d.ts.map +0 -1
- package/lib/provider/repository-fingerprint.js.map +0 -1
- package/lib/provider/sidecar-persistence.d.ts.map +0 -1
- package/lib/provider/sidecar-persistence.js.map +0 -1
- package/lib/provider/sidecar-schema.d.ts.map +0 -1
- package/lib/provider/sidecar-schema.js.map +0 -1
- package/lib/provider/sidecar.d.ts.map +0 -1
- package/lib/provider/sidecar.js.map +0 -1
- package/lib/provider/subprocess.d.ts.map +0 -1
- package/lib/provider/subprocess.js.map +0 -1
- package/lib/provider/transaction.d.ts +0 -65
- package/lib/provider/transaction.d.ts.map +0 -1
- package/lib/provider/transaction.js +0 -1011
- package/lib/provider/transaction.js.map +0 -1
- /package/lib/client/{overlay-bounds.d.ts → overlay/overlay-bounds.d.ts} +0 -0
- /package/lib/client/{overlay-bounds.js → overlay/overlay-bounds.js} +0 -0
- /package/lib/client/{sidebar-overlay-geometry.d.ts → overlay/sidebar-overlay-geometry.d.ts} +0 -0
- /package/lib/client/{sidebar-overlay-geometry.js → overlay/sidebar-overlay-geometry.js} +0 -0
- /package/lib/client/{worktree-permission-icon.d.ts → permission/worktree-permission-icon.d.ts} +0 -0
- /package/lib/client/{worktree-permission-icon.js → permission/worktree-permission-icon.js} +0 -0
- /package/lib/client/{worktree-permission.d.ts → permission/worktree-permission.d.ts} +0 -0
- /package/lib/client/{worktree-permission.js → permission/worktree-permission.js} +0 -0
- /package/lib/client/{session-view.d.ts → session/session-view.d.ts} +0 -0
- /package/lib/client/{session-view.js → session/session-view.js} +0 -0
- /package/lib/client/{worktree-session-order.js → session/worktree-session-order.js} +0 -0
- /package/lib/client/{worktree-session-position.d.ts → session/worktree-session-position.d.ts} +0 -0
- /package/lib/client/{worktree-session-position.js → session/worktree-session-position.js} +0 -0
- /package/lib/client/{navigation.d.ts → view/navigation.d.ts} +0 -0
- /package/lib/client/{navigation.js → view/navigation.js} +0 -0
- /package/lib/client/{worktree-error-copy.js → view/worktree-error-copy.js} +0 -0
- /package/lib/client/{worktree-view-errors.d.ts → view/worktree-view-errors.d.ts} +0 -0
- /package/lib/client/{worktree-view-errors.js → view/worktree-view-errors.js} +0 -0
- /package/lib/client/{worktree-view.d.ts → view/worktree-view.d.ts} +0 -0
- /package/lib/client/{worktree-view.js → view/worktree-view.js} +0 -0
- /package/lib/provider/{repository-fingerprint.js → git/repository-fingerprint.js} +0 -0
- /package/lib/provider/{mutation-lock.d.ts → sidecar/mutation-lock.d.ts} +0 -0
package/lib/client/entry.js
CHANGED
|
@@ -1,31 +1,90 @@
|
|
|
1
|
-
import { createSnapshotStore
|
|
1
|
+
import { createSnapshotStore } from '@deepseek-ai/dsh-client-store';
|
|
2
2
|
import { WORKTREE_NS, en, zh } from './locales.js';
|
|
3
3
|
import { createWorktreeConnectionAdapter } from './worktree-connection.js';
|
|
4
|
-
import { WorktreeHeaderContext } from './WorktreeContext.js';
|
|
5
|
-
import { WorktreeModeAction } from './WorktreeModeAction.js';
|
|
6
|
-
import { WorktreeOverlay } from './WorktreeOverlay.js';
|
|
7
|
-
import { createWorktreeContextProjection } from './worktree-context-store.js';
|
|
8
|
-
import { createWorktreeExpandStateStore } from './worktree-expand-state.js';
|
|
9
|
-
import { createWorktreeSessionOrderStore } from './worktree-session-order.js';
|
|
10
|
-
import { createWorktreeViewStore } from './view-mode-store.js';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
4
|
+
import { WorktreeHeaderContext } from './context/WorktreeContext.js';
|
|
5
|
+
import { WorktreeModeAction } from './view/WorktreeModeAction.js';
|
|
6
|
+
import { WorktreeOverlay } from './overlay/WorktreeOverlay.js';
|
|
7
|
+
import { createWorktreeContextProjection } from './context/worktree-context-store.js';
|
|
8
|
+
import { createWorktreeExpandStateStore } from './view/worktree-expand-state.js';
|
|
9
|
+
import { createWorktreeSessionOrderStore } from './session/worktree-session-order.js';
|
|
10
|
+
import { createWorktreeViewStore } from './view/view-mode-store.js';
|
|
11
|
+
import { createWorktreeViewReader } from './view/worktree-view-read.js';
|
|
12
|
+
import { createVirtualWorkspaceMembership, } from './session/virtual-workspace-membership.js';
|
|
13
|
+
import { createWorktreeSessionConnector, } from './session/worktree-session.js';
|
|
14
|
+
import { createWorktreeFullAccessConfirmationController, } from './permission/worktree-permission.js';
|
|
15
|
+
import { installWorktreePermissionIcon } from './permission/worktree-permission-icon.js';
|
|
16
|
+
import { createWorktreeSessionForkCoordinator, } from './session/worktree-session-fork.js';
|
|
16
17
|
export { WORKTREE_CONNECTION_CHANNEL, WORKTREE_CONNECTION_ENDPOINTS, WorktreeConnectionError, createWorktreeConnectionAdapter, } from './worktree-connection.js';
|
|
18
|
+
function forkRelatedSessionIds(snapshot) {
|
|
19
|
+
if (typeof snapshot !== 'object' ||
|
|
20
|
+
snapshot === null ||
|
|
21
|
+
!Array.isArray(snapshot.ids) ||
|
|
22
|
+
typeof snapshot.byId !== 'object' ||
|
|
23
|
+
snapshot.byId === null ||
|
|
24
|
+
Array.isArray(snapshot.byId)) {
|
|
25
|
+
return undefined;
|
|
26
|
+
}
|
|
27
|
+
const related = new Set();
|
|
28
|
+
for (const childSessionId of snapshot.ids) {
|
|
29
|
+
if (typeof childSessionId !== 'string')
|
|
30
|
+
return undefined;
|
|
31
|
+
const summary = snapshot.byId[childSessionId];
|
|
32
|
+
if (summary !== undefined &&
|
|
33
|
+
(typeof summary !== 'object' || summary === null || Array.isArray(summary))) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
const parentSessionId = summary?.parentId;
|
|
37
|
+
if (parentSessionId === undefined ||
|
|
38
|
+
parentSessionId === childSessionId ||
|
|
39
|
+
summary?.blank === true ||
|
|
40
|
+
summary?.origin === 'subagent' ||
|
|
41
|
+
snapshot.byId[parentSessionId] === undefined) {
|
|
42
|
+
continue;
|
|
43
|
+
}
|
|
44
|
+
related.add(childSessionId);
|
|
45
|
+
related.add(parentSessionId);
|
|
46
|
+
}
|
|
47
|
+
return related;
|
|
48
|
+
}
|
|
49
|
+
function workspaceMembershipSignature(snapshot, sessions) {
|
|
50
|
+
const relatedSessionIds = forkRelatedSessionIds(sessions);
|
|
51
|
+
if (relatedSessionIds === undefined)
|
|
52
|
+
return undefined;
|
|
53
|
+
if (typeof snapshot !== 'object' || snapshot === null || !Array.isArray(snapshot.items)) {
|
|
54
|
+
return undefined;
|
|
55
|
+
}
|
|
56
|
+
const facts = [];
|
|
57
|
+
for (const workspace of snapshot.items) {
|
|
58
|
+
if (typeof workspace !== 'object' ||
|
|
59
|
+
workspace === null ||
|
|
60
|
+
typeof workspace.workspaceId !== 'string' ||
|
|
61
|
+
!Array.isArray(workspace.sessionIds) ||
|
|
62
|
+
workspace.sessionIds.some((sessionId) => typeof sessionId !== 'string')) {
|
|
63
|
+
return undefined;
|
|
64
|
+
}
|
|
65
|
+
facts.push([
|
|
66
|
+
workspace.workspaceId,
|
|
67
|
+
workspace.sessionIds.filter((sessionId) => relatedSessionIds.has(sessionId)).sort(),
|
|
68
|
+
]);
|
|
69
|
+
}
|
|
70
|
+
// This signature tracks membership, not presentation order.
|
|
71
|
+
facts.sort(([left], [right]) => (left < right ? -1 : left > right ? 1 : 0));
|
|
72
|
+
return JSON.stringify(facts);
|
|
73
|
+
}
|
|
17
74
|
/** Required DSH Client services; Connection is the sole Worktree wire dependency. */
|
|
18
|
-
export const inject = ['connection', 'locale', 'slots', 'sessions', 'workspaces'];
|
|
75
|
+
export const inject = ['connection', 'locale', 'slots', 'sessions', 'workspaces', 'uiWorkspace'];
|
|
19
76
|
/**
|
|
20
77
|
* DSH Client entry. The adapter is composed once per plugin fiber and is disposed
|
|
21
78
|
* with that fiber, so slot consumers share one manager and one request lifetime.
|
|
22
79
|
*/
|
|
23
80
|
export function apply(ctx) {
|
|
81
|
+
const locale = ctx.locale;
|
|
24
82
|
if (typeof document !== 'undefined') {
|
|
25
83
|
ctx.effect(() => installWorktreePermissionIcon(document), 'clutch-dsh-worktree: permission icon cleanup');
|
|
26
84
|
}
|
|
27
|
-
ctx.effect(() =>
|
|
85
|
+
ctx.effect(() => locale.register(WORKTREE_NS, { zh, en }), 'clutch-dsh-worktree: locale dictionaries');
|
|
28
86
|
const manager = createWorktreeConnectionAdapter(ctx.connection.rpc);
|
|
87
|
+
const viewReader = createWorktreeViewReader(manager);
|
|
29
88
|
const fullAccessConfirmation = createWorktreeFullAccessConfirmationController();
|
|
30
89
|
const permissionNotice = createSnapshotStore(undefined);
|
|
31
90
|
const permissionManager = typeof document !== 'undefined' ? manager : undefined;
|
|
@@ -36,14 +95,16 @@ export function apply(ctx) {
|
|
|
36
95
|
permissionNotice.set(visible ? { ...input, result } : undefined);
|
|
37
96
|
};
|
|
38
97
|
const sessions = ctx.sessions;
|
|
98
|
+
const slots = ctx.slots;
|
|
39
99
|
const virtualWorkspaceMembership = createVirtualWorkspaceMembership(ctx.workspaces.list);
|
|
40
100
|
const contextProjection = createWorktreeContextProjection({
|
|
41
101
|
sessions: ctx.sessions.list,
|
|
42
102
|
workspaces: ctx.workspaces.list,
|
|
43
|
-
|
|
103
|
+
viewReader,
|
|
44
104
|
storeFactory: createSnapshotStore,
|
|
45
105
|
});
|
|
46
106
|
ctx.effect(() => () => manager.dispose(), 'clutch-dsh-worktree: connection cleanup');
|
|
107
|
+
ctx.effect(() => () => viewReader.dispose(), 'clutch-dsh-worktree: view reader cleanup');
|
|
47
108
|
ctx.effect(() => () => fullAccessConfirmation.dispose(), 'clutch-dsh-worktree: Full Access confirmation cleanup');
|
|
48
109
|
ctx.effect(() => () => virtualWorkspaceMembership.dispose(), 'clutch-dsh-worktree: Workspace membership cleanup');
|
|
49
110
|
ctx.effect(() => () => contextProjection.dispose(), 'clutch-dsh-worktree: Session context cleanup');
|
|
@@ -60,25 +121,74 @@ export function apply(ctx) {
|
|
|
60
121
|
};
|
|
61
122
|
const forkableSessions = ctx.sessions;
|
|
62
123
|
const nativeFork = forkableSessions.fork;
|
|
63
|
-
const
|
|
64
|
-
|
|
65
|
-
const
|
|
66
|
-
|
|
67
|
-
return
|
|
68
|
-
}))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
124
|
+
const workspaceBindingReads = new Map();
|
|
125
|
+
const readWorkspaceBindings = (workspaceId) => {
|
|
126
|
+
const current = workspaceBindingReads.get(workspaceId);
|
|
127
|
+
if (current !== undefined)
|
|
128
|
+
return current;
|
|
129
|
+
const promise = manager.listBindings({ workspaceId }).finally(() => {
|
|
130
|
+
if (workspaceBindingReads.get(workspaceId) === promise) {
|
|
131
|
+
workspaceBindingReads.delete(workspaceId);
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
workspaceBindingReads.set(workspaceId, promise);
|
|
135
|
+
return promise;
|
|
136
|
+
};
|
|
137
|
+
const findWorktreeSessionBindings = async (sessionIds) => {
|
|
138
|
+
const requested = [...new Set(sessionIds)];
|
|
139
|
+
const requestedSet = new Set(requested);
|
|
140
|
+
const workspaces = ctx.workspaces.list.getSnapshot().items;
|
|
141
|
+
const workspaceIds = [
|
|
142
|
+
...new Set(workspaces.map((workspace) => workspace.workspaceId)),
|
|
143
|
+
];
|
|
144
|
+
const owners = new Map();
|
|
145
|
+
for (const workspace of workspaces) {
|
|
146
|
+
for (const sessionId of workspace.sessionIds) {
|
|
147
|
+
if (!requestedSet.has(sessionId))
|
|
148
|
+
continue;
|
|
149
|
+
const workspaceOwners = owners.get(sessionId) ?? [];
|
|
150
|
+
if (!workspaceOwners.includes(workspace.workspaceId)) {
|
|
151
|
+
workspaceOwners.push(workspace.workspaceId);
|
|
152
|
+
owners.set(sessionId, workspaceOwners);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
const unknownScope = requested.some((sessionId) => (owners.get(sessionId)?.length ?? 0) === 0);
|
|
157
|
+
const selectedWorkspaceIds = unknownScope
|
|
158
|
+
? workspaceIds
|
|
159
|
+
: workspaceIds.filter((workspaceId) => requested.some((sessionId) => owners.get(sessionId)?.includes(workspaceId) === true));
|
|
160
|
+
const results = await Promise.allSettled(selectedWorkspaceIds.map((workspaceId) => readWorkspaceBindings(workspaceId)));
|
|
161
|
+
const resultByWorkspaceId = new Map(selectedWorkspaceIds.map((workspaceId, index) => [workspaceId, results[index]]));
|
|
162
|
+
const bySessionId = new Map();
|
|
163
|
+
for (const sessionId of requested) {
|
|
164
|
+
const relevantWorkspaceIds = owners.get(sessionId) ?? selectedWorkspaceIds;
|
|
165
|
+
let found;
|
|
166
|
+
let failed;
|
|
167
|
+
for (const workspaceId of relevantWorkspaceIds) {
|
|
168
|
+
const result = resultByWorkspaceId.get(workspaceId);
|
|
169
|
+
if (result === undefined)
|
|
170
|
+
continue;
|
|
171
|
+
if (result.status === 'rejected') {
|
|
172
|
+
failed ??= result.reason;
|
|
173
|
+
continue;
|
|
174
|
+
}
|
|
175
|
+
const binding = result.value.find((candidate) => candidate.sessionId === sessionId && candidate.status === 'active');
|
|
176
|
+
if (binding !== undefined) {
|
|
177
|
+
found = binding;
|
|
178
|
+
break;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
bySessionId.set(sessionId, found === undefined
|
|
182
|
+
? failed === undefined ? { status: 'missing' } : { status: 'error', error: failed }
|
|
183
|
+
: { status: 'found', binding: found });
|
|
184
|
+
}
|
|
185
|
+
return { bySessionId };
|
|
76
186
|
};
|
|
77
187
|
const forkCoordinator = typeof nativeFork !== 'function'
|
|
78
188
|
? undefined
|
|
79
189
|
: createWorktreeSessionForkCoordinator({
|
|
80
190
|
fork: (input) => nativeFork.call(ctx.sessions, input),
|
|
81
|
-
|
|
191
|
+
findBindings: findWorktreeSessionBindings,
|
|
82
192
|
bindSession: (input) => manager.bindSession(input),
|
|
83
193
|
sessions: ctx.sessions.list,
|
|
84
194
|
});
|
|
@@ -87,8 +197,16 @@ export function apply(ctx) {
|
|
|
87
197
|
const reconcileForkChildren = () => {
|
|
88
198
|
void forkCoordinator.reconcile();
|
|
89
199
|
};
|
|
200
|
+
let lastWorkspaceMembershipSignature = workspaceMembershipSignature(ctx.workspaces.list.getSnapshot(), ctx.sessions.list.getSnapshot());
|
|
201
|
+
const reconcileForkChildrenForWorkspace = () => {
|
|
202
|
+
const nextSignature = workspaceMembershipSignature(ctx.workspaces.list.getSnapshot(), ctx.sessions.list.getSnapshot());
|
|
203
|
+
const changed = nextSignature !== undefined && nextSignature !== lastWorkspaceMembershipSignature;
|
|
204
|
+
if (nextSignature !== undefined)
|
|
205
|
+
lastWorkspaceMembershipSignature = nextSignature;
|
|
206
|
+
void forkCoordinator.reconcile({ force: changed });
|
|
207
|
+
};
|
|
90
208
|
const unsubscribeSessionList = ctx.sessions.list.subscribe(reconcileForkChildren);
|
|
91
|
-
const unsubscribeWorkspaceList = ctx.workspaces.list.subscribe(
|
|
209
|
+
const unsubscribeWorkspaceList = ctx.workspaces.list.subscribe(reconcileForkChildrenForWorkspace);
|
|
92
210
|
ctx.effect(() => () => {
|
|
93
211
|
unsubscribeSessionList();
|
|
94
212
|
unsubscribeWorkspaceList();
|
|
@@ -100,8 +218,7 @@ export function apply(ctx) {
|
|
|
100
218
|
const worktreeSessionConnector = createWorktreeSessionConnector({
|
|
101
219
|
manager,
|
|
102
220
|
sessions: ctx.sessions.list,
|
|
103
|
-
archivedSessionIds: () => ctx.workspaces.list.getSnapshot().archivedSessionIds
|
|
104
|
-
[],
|
|
221
|
+
archivedSessionIds: () => ctx.workspaces.list.getSnapshot().archivedSessionIds,
|
|
105
222
|
createSession: async (input) => String(await sessions.create(input)),
|
|
106
223
|
ensureSessionWorkspace,
|
|
107
224
|
permission: permissionManager,
|
|
@@ -114,21 +231,21 @@ export function apply(ctx) {
|
|
|
114
231
|
},
|
|
115
232
|
});
|
|
116
233
|
ctx.effect(() => () => worktreeSessionConnector.dispose(), 'clutch-dsh-worktree: Worktree Session connector cleanup');
|
|
117
|
-
|
|
234
|
+
slots.inject('conversation.session.header.actions', () => slots.register({
|
|
118
235
|
name: 'conversation.session.header.actions',
|
|
119
236
|
id: 'clutch-dsh-worktree-context-header',
|
|
120
237
|
order: -5,
|
|
121
238
|
locale: WORKTREE_NS,
|
|
122
239
|
inject: () => ({ hooks: { worktreeContext: contextProjection.store } }),
|
|
123
240
|
}, WorktreeHeaderContext));
|
|
124
|
-
|
|
241
|
+
slots.inject('sidebar.footer.action', () => slots.register({
|
|
125
242
|
name: 'sidebar.footer.action',
|
|
126
243
|
id: 'clutch-dsh-worktree-mode-action',
|
|
127
244
|
store: viewStore,
|
|
128
245
|
locale: WORKTREE_NS,
|
|
129
246
|
inject: () => ({ available: true }),
|
|
130
247
|
}, WorktreeModeAction));
|
|
131
|
-
|
|
248
|
+
slots.inject('shell.overlay', () => slots.register({
|
|
132
249
|
name: 'shell.overlay',
|
|
133
250
|
id: 'clutch-dsh-worktree-navigation',
|
|
134
251
|
store: viewStore,
|
|
@@ -139,6 +256,7 @@ export function apply(ctx) {
|
|
|
139
256
|
sessionOrder,
|
|
140
257
|
hooks: { worktreeContext: contextProjection.store },
|
|
141
258
|
manager,
|
|
259
|
+
viewReader,
|
|
142
260
|
permission: permissionManager,
|
|
143
261
|
confirmFullAccess: permissionManager === undefined
|
|
144
262
|
? undefined
|
|
@@ -150,14 +268,14 @@ export function apply(ctx) {
|
|
|
150
268
|
onPermissionNotice: reportPermissionNotice,
|
|
151
269
|
permissionNotice,
|
|
152
270
|
createWorkspace: async () => {
|
|
153
|
-
const workspacePath = await ctx.
|
|
271
|
+
const workspacePath = await ctx.uiWorkspace.pickDirectory();
|
|
154
272
|
if (workspacePath !== null)
|
|
155
273
|
await ctx.workspaces.create({ path: workspacePath });
|
|
156
274
|
},
|
|
157
275
|
createSessionForWorktree: (input) => worktreeSessionConnector.create(input),
|
|
158
276
|
invalidateWorktreeContext: (workspaceId) => contextProjection.invalidate(workspaceId),
|
|
159
277
|
createMainSession: (workspaceId) => {
|
|
160
|
-
ctx.
|
|
278
|
+
ctx.uiWorkspace.startSession(workspaceId);
|
|
161
279
|
},
|
|
162
280
|
renameWorkspace: async (workspaceId, title) => {
|
|
163
281
|
await ctx.workspaces.rename(workspaceId, title);
|
|
@@ -210,6 +328,18 @@ export function apply(ctx) {
|
|
|
210
328
|
openSession: (sessionId) => {
|
|
211
329
|
ctx.sessions.open(sessionId);
|
|
212
330
|
},
|
|
331
|
+
onWorktreeForgotten: (input) => {
|
|
332
|
+
forkCoordinator?.forgetWorktree(input);
|
|
333
|
+
for (const sessionId of input.sessionIds) {
|
|
334
|
+
virtualWorkspaceMembership.removeSession(sessionId);
|
|
335
|
+
}
|
|
336
|
+
const currentNotice = permissionNotice.getSnapshot();
|
|
337
|
+
if (currentNotice !== undefined &&
|
|
338
|
+
(currentNotice.worktreeId === input.worktreeId ||
|
|
339
|
+
(currentNotice.sessionId !== undefined && input.sessionIds.includes(currentNotice.sessionId)))) {
|
|
340
|
+
permissionNotice.set(undefined);
|
|
341
|
+
}
|
|
342
|
+
},
|
|
213
343
|
}),
|
|
214
344
|
}, WorktreeOverlay));
|
|
215
345
|
}
|
package/lib/client/entry.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entry.js","sourceRoot":"","sources":["../../src/client/entry.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,GAGpB,MAAM,wCAAwC,CAAC;AAOhD,OAAO,EAAE,WAAW,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EACL,gCAAgC,GAEjC,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,8BAA8B,GAE/B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,+BAA+B,CAAC;AAO9E,OAAO,EACL,oCAAoC,GAGrC,MAAM,4BAA4B,CAAC;AAepC,OAAO,EACL,2BAA2B,EAC3B,6BAA6B,EAC7B,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,0BAA0B,CAAC;AA4BlC,qFAAqF;AACrF,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAM,UAAU,KAAK,CAAC,GAAkB;IACtC,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE,CAAC;QACpC,GAAG,CAAC,MAAM,CACR,GAAG,EAAE,CAAC,6BAA6B,CAAC,QAAQ,CAAC,EAC7C,8CAA8C,CAC/C,CAAC;IACJ,CAAC;IACD,GAAG,CAAC,MAAM,CACR,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAClD,0CAA0C,CAC3C,CAAC;IACF,MAAM,OAAO,GAAG,+BAA+B,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;IACpE,MAAM,sBAAsB,GAAG,8CAA8C,EAAE,CAAC;IAChF,MAAM,gBAAgB,GAAG,mBAAmB,CAAuC,SAAS,CAAC,CAAC;IAC9F,MAAM,iBAAiB,GAAG,OAAO,QAAQ,KAAK,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;IAChF,MAAM,sBAAsB,GAAG,CAC7B,KAIC,EACD,MAAgC,EAC1B,EAAE;QACR,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,KAAK,0BAA0B;YAC1D,MAAM,CAAC,MAAM,KAAK,iBAAiB;YACnC,MAAM,CAAC,MAAM,KAAK,YAAY,CAAC;QACjC,gBAAgB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACnE,CAAC,CAAC;IACF,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAwD,CAAC;IAC9E,MAAM,0BAA0B,GAAG,gCAAgC,CACjE,GAAG,CAAC,UAAU,CAAC,IAA+D,CAC/E,CAAC;IACF,MAAM,iBAAiB,GAAG,+BAA+B,CAAC;QACxD,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC,IAAI;QAC3B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAC,IAAI;QAC/B,OAAO;QACP,YAAY,EAAE,mBAAmB;KAClC,CAAC,CAAC;IACH,GAAG,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,yCAAyC,CAAC,CAAC;IACrF,GAAG,CAAC,MAAM,CACR,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC,OAAO,EAAE,EAC5C,uDAAuD,CACxD,CAAC;IACF,GAAG,CAAC,MAAM,CACR,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,0BAA0B,CAAC,OAAO,EAAE,EAChD,mDAAmD,CACpD,CAAC;IACF,GAAG,CAAC,MAAM,CACR,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,OAAO,EAAE,EACvC,8CAA8C,CAC/C,CAAC;IACF,KAAK,iBAAiB,CAAC,OAAO,EAAE,CAAC;IACjC,MAAM,SAAS,GAAG,uBAAuB,EAAE,CAAC;IAC5C,MAAM,WAAW,GAAG,8BAA8B,CAAC,mBAAmB,CAAC,CAAC;IACxE,MAAM,YAAY,GAAG,+BAA+B,CAAC,mBAAmB,CAAC,CAAC;IAC1E,GAAG,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO,EAAE,EAAE,4CAA4C,CAAC,CAAC;IAE7F,MAAM,sBAAsB,GAAG,CAAC,WAAmB,EAAE,SAAiB,EAAQ,EAAE;QAC9E,0BAA0B,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC,CAAC;IAChE,CAAC,CAAC;IACF,MAAM,qBAAqB,GAAG,CAAC,QAA4C,EAAQ,EAAE;QACnF,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC5C,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,GAAG,CAAC,QAAuC,CAAC;IACrE,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC;IACzC,MAAM,0BAA0B,GAAG,KAAK,EAAE,SAAiB,EAAE,EAAE;QAC7D,MAAM,YAAY,GAAG,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAC9D,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,WAAW,CACrC,CAAC;QACF,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC,UAAU,CACtC,YAAY,CAAC,GAAG,CAAC,KAAK,EAAE,WAAW,EAAE,EAAE;YACrC,MAAM,QAAQ,GAAG,MAAM,OAAO,CAAC,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC;YAC7D,OAAO,QAAQ,CAAC,IAAI,CAClB,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,SAAS,KAAK,SAAS,IAAI,OAAO,CAAC,MAAM,KAAK,QAAQ,CAC5E,CAAC;QACJ,CAAC,CAAC,CACH,CAAC;QACF,MAAM,KAAK,GAAG,OAAO,CAAC,IAAI,CACxB,CAAC,MAAM,EAA0G,EAAE,CACjH,MAAM,CAAC,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,KAAK,KAAK,SAAS,CAC9D,CAAC;QACF,IAAI,KAAK,KAAK,SAAS;YAAE,OAAO,KAAK,CAAC,KAAK,CAAC;QAC5C,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,MAAM,EAAmC,EAAE,CAAC,MAAM,CAAC,MAAM,KAAK,UAAU,CAAC,CAAC;QACvG,IAAI,MAAM,KAAK,SAAS;YAAE,MAAM,MAAM,CAAC,MAAM,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC;IACF,MAAM,eAAe,GAAG,OAAO,UAAU,KAAK,UAAU;QACtD,CAAC,CAAC,SAAS;QACX,CAAC,CAAC,oCAAoC,CAAC;YACnC,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,KAAK,CAAC;YACrD,WAAW,EAAE,0BAA0B;YACvC,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,KAAK,CAAC;YAClD,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC,IAAgD;SACxE,CAAC,CAAC;IACP,IAAI,eAAe,KAAK,SAAS,EAAE,CAAC;QAClC,gBAAgB,CAAC,IAAI,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC/D,MAAM,qBAAqB,GAAG,GAAS,EAAE;YACvC,KAAK,eAAe,CAAC,SAAS,EAAE,CAAC;QACnC,CAAC,CAAC;QACF,MAAM,sBAAsB,GAAG,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,qBAAqB,CAAC,CAAC;QAClF,MAAM,wBAAwB,GAAG,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,qBAAqB,CAAC,CAAC;QACtF,GAAG,CAAC,MAAM,CACR,GAAG,EAAE,CAAC,GAAG,EAAE;YACT,sBAAsB,EAAE,CAAC;YACzB,wBAAwB,EAAE,CAAC;YAC3B,eAAe,CAAC,OAAO,EAAE,CAAC;YAC1B,gBAAgB,CAAC,IAAI,GAAG,UAAU,CAAC;QACrC,CAAC,EACD,2CAA2C,CAC5C,CAAC;QACF,KAAK,eAAe,CAAC,SAAS,EAAE,CAAC;IACnC,CAAC;IACD,MAAM,wBAAwB,GAAG,8BAA8B,CAAC;QAC9D,OAAO;QACP,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC,IAAgD;QACvE,kBAAkB,EAAE,GAAG,EAAE,CACtB,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,EAAuC,CAAC,kBAAkB;YAC1F,EAAE;QACJ,aAAa,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACpE,sBAAsB;QACtB,UAAU,EAAE,iBAAiB;QAC7B,iBAAiB,EAAE,iBAAiB,KAAK,SAAS;YAChD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,sBAAsB,CAAC,OAAO;QAClC,kBAAkB,EAAE,sBAAsB;QAC1C,WAAW,EAAE,CAAC,SAAS,EAAE,EAAE;YACzB,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAsB,CAAC,CAAC;QAC5C,CAAC;KACF,CAAC,CAAC;IACH,GAAG,CAAC,MAAM,CACR,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,wBAAwB,CAAC,OAAO,EAAE,EAC9C,yDAAyD,CAC1D,CAAC;IAEF,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,qCAAqC,EAAE,GAAG,EAAE,CAC3D,GAAG,CAAC,KAAK,CAAC,QAAQ,CAChB;QACE,IAAI,EAAE,qCAAqC;QAC3C,EAAE,EAAE,oCAAoC;QACxC,KAAK,EAAE,CAAC,CAAC;QACT,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,eAAe,EAAE,iBAAiB,CAAC,KAAK,EAAE,EAAE,CAAC;KACxE,EACD,qBAAqB,CACtB,CACF,CAAC;IAEF,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,uBAAuB,EAAE,GAAG,EAAE,CAC7C,GAAG,CAAC,KAAK,CAAC,QAAQ,CAChB;QACE,IAAI,EAAE,uBAAuB;QAC7B,EAAE,EAAE,iCAAiC;QACrC,KAAK,EAAE,SAAS;QAChB,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;KACpC,EACD,kBAAkB,CACnB,CACF,CAAC;IAEF,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,eAAe,EAAE,GAAG,EAAE,CACrC,GAAG,CAAC,KAAK,CAAC,QAAQ,CAChB;QACE,IAAI,EAAE,eAAe;QACrB,EAAE,EAAE,gCAAgC;QACpC,KAAK,EAAE,SAAS;QAChB,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;YACb,SAAS,EAAE,IAAI;YACf,WAAW;YACX,YAAY;YACZ,KAAK,EAAE,EAAE,eAAe,EAAE,iBAAiB,CAAC,KAAK,EAAE;YACnD,OAAO;YACP,UAAU,EAAE,iBAAiB;YAC7B,iBAAiB,EAAE,iBAAiB,KAAK,SAAS;gBAChD,CAAC,CAAC,SAAS;gBACX,CAAC,CAAC,sBAAsB,CAAC,OAAO;YAClC,sBAAsB,EAAE,OAAO,QAAQ,KAAK,WAAW;gBACrD,CAAC,CAAC,SAAS;gBACX,CAAC,CAAC,sBAAsB;YAC1B,kBAAkB,EAAE,sBAAsB;YAC1C,kBAAkB,EAAE,sBAAsB;YAC1C,gBAAgB;YAChB,eAAe,EAAE,KAAK,IAAI,EAAE;gBAC1B,MAAM,aAAa,GAAG,MAAM,GAAG,CAAC,UAAU,CAAC,aAAa,EAAE,CAAC;gBAC3D,IAAI,aAAa,KAAK,IAAI;oBAAE,MAAM,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC,CAAC;YACnF,CAAC;YACD,wBAAwB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,wBAAwB,CAAC,MAAM,CAAC,KAAK,CAAC;YAC3E,yBAAyB,EAAE,CAAC,WAAoB,EAAE,EAAE,CAClD,iBAAiB,CAAC,UAAU,CAAC,WAAW,CAAC;YAC3C,iBAAiB,EAAE,CAAC,WAAmB,EAAE,EAAE;gBACzC,GAAG,CAAC,UAAU,CAAC,YAAY,CACzB,WAAgE,CACjE,CAAC;YACJ,CAAC;YACD,eAAe,EAAE,KAAK,EAAE,WAAmB,EAAE,KAAa,EAAE,EAAE;gBAC5D,MAAM,GAAG,CAAC,UAAU,CAAC,MAAM,CACzB,WAA0D,EAC1D,KAAK,CACN,CAAC;YACJ,CAAC;YACD,eAAe,EAAE,KAAK,EAAE,WAAmB,EAAE,EAAE;gBAC7C,MAAM,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,WAA0D,CAAC,CAAC;YAC1F,CAAC;YACD,qBAAqB,EAAE,KAAK,EAAE,WAAmB,EAAE,iBAA0B,EAAE,EAAE;gBAC/E,MAAM,GAAG,CAAC,UAAU,CAAC,YAAY,CAC/B,WAAgE,EAChE,iBAAsE,CACvE,CAAC;YACJ,CAAC;YACD,mBAAmB,EAAE,KAAK,EACxB,WAAmB,EACnB,SAAiB,EACjB,eAAwB,EACxB,EAAE;gBACF,MAAM,GAAG,CAAC,UAAU,CAAC,mBAAmB,CACtC,WAAuE,EACvE,SAAqE,EACrE,eAA2E,CAC5E,CAAC;YACJ,CAAC;YACD,oBAAoB,EAAE,CACpB,WAAmB,EACnB,UAAkB,EAClB,gBAAyB,EACzB,EAAE,CACF,OAAO,CAAC,oBAAoB,CAAC;gBAC3B,WAAW;gBACX,UAAU;gBACV,gBAAgB;aACjB,CAAC;YACJ,aAAa,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAa,EAAE,EAAE;gBACxD,MAAM,OAAO,GAAG,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAsB,CAAC,EAAE,OAAO,CAAC;gBACtE,IAAI,OAAO,KAAK,SAAS;oBAAE,MAAM,IAAI,KAAK,CAAC,oBAAoB,SAAS,GAAG,CAAC,CAAC;gBAC7E,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;gBAC3C,IAAI,CAAC,MAAM,CAAC,EAAE;oBAAE,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YACxD,CAAC;YACD,WAAW,EAAE,CAAC,SAAiB,EAAE,EAAE;gBACjC,IAAI,gBAAgB,CAAC,IAAI,KAAK,SAAS;oBAAE,OAAO;gBAChD,KAAK,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC;oBACrB,SAAS,EAAE,SAAsB;oBACjC,aAAa,EAAE,IAAI;iBACpB,CAAC;qBACC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE;oBAChB,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC7B,CAAC,CAAC;qBACD,KAAK,CAAC,GAAG,EAAE;oBACV,6EAA6E;gBAC/E,CAAC,CAAC,CAAC;YACP,CAAC;YACD,cAAc,EAAE,CAAC,SAAiB,EAAE,EAAE,CACpC,GAAG,CAAC,UAAU,CAAC,cAAc,CAC3B,SAAgE,CACjE;YACH,sBAAsB;YACtB,qBAAqB;YACrB,YAAY,EAAE,eAAe,EAAE,QAAQ;YACvC,gBAAgB,EAAE,eAAe,KAAK,SAAS;gBAC7C,CAAC,CAAC,SAAS;gBACX,CAAC,CAAC,KAAK,EAAE,GAAW,EAAE,EAAE;oBACpB,MAAM,eAAe,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACnC,CAAC;YACL,WAAW,EAAE,CAAC,SAAiB,EAAE,EAAE;gBACjC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAsB,CAAC,CAAC;YAC5C,CAAC;SACF,CAAC;KACH,EACD,eAAe,CAChB,CACF,CAAC;AACJ,CAAC"}
|
|
1
|
+
{"version":3,"file":"entry.js","sourceRoot":"","sources":["../../src/client/entry.ts"],"names":[],"mappings":"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"}
|
package/lib/client/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export { WORKTREE_CONNECTION_CHANNEL, WORKTREE_CONNECTION_ENDPOINTS, WorktreeConnectionError, createWorktreeConnectionAdapter, } from './worktree-connection.js';
|
|
6
6
|
export type { WorktreeConnectionAdapter, WorktreeConnectionErrorOptions, WorktreeConnectionRpc, } from './worktree-connection.js';
|
|
7
|
-
export { createWorktreeFullAccessConfirmationController, worktreeFullAccessConfirmationMessage, } from './worktree-permission.js';
|
|
8
|
-
export type { WorktreeFullAccessConfirmationController, WorktreeFullAccessConfirmationInput, } from './worktree-permission.js';
|
|
9
|
-
export { WORKTREE_PERMISSION_ICON_ATTRIBUTE, decorateWorktreePermissionIcons, installWorktreePermissionIcon, } from './worktree-permission-icon.js';
|
|
7
|
+
export { createWorktreeFullAccessConfirmationController, worktreeFullAccessConfirmationMessage, } from './permission/worktree-permission.js';
|
|
8
|
+
export type { WorktreeFullAccessConfirmationController, WorktreeFullAccessConfirmationInput, } from './permission/worktree-permission.js';
|
|
9
|
+
export { WORKTREE_PERMISSION_ICON_ATTRIBUTE, decorateWorktreePermissionIcons, installWorktreePermissionIcon, } from './permission/worktree-permission-icon.js';
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/client/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EACL,2BAA2B,EAC3B,6BAA6B,EAC7B,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,0BAA0B,CAAC;AAClC,YAAY,EACV,yBAAyB,EACzB,8BAA8B,EAC9B,qBAAqB,GACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,8CAA8C,EAC9C,qCAAqC,GACtC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/client/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EACL,2BAA2B,EAC3B,6BAA6B,EAC7B,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,0BAA0B,CAAC;AAClC,YAAY,EACV,yBAAyB,EACzB,8BAA8B,EAC9B,qBAAqB,GACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,8CAA8C,EAC9C,qCAAqC,GACtC,MAAM,qCAAqC,CAAC;AAC7C,YAAY,EACV,wCAAwC,EACxC,mCAAmC,GACpC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,kCAAkC,EAClC,+BAA+B,EAC/B,6BAA6B,GAC9B,MAAM,0CAA0C,CAAC"}
|
package/lib/client/index.js
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* `worktree-connection.ts`; this barrel never imports Host, Manage or Provider.
|
|
4
4
|
*/
|
|
5
5
|
export { WORKTREE_CONNECTION_CHANNEL, WORKTREE_CONNECTION_ENDPOINTS, WorktreeConnectionError, createWorktreeConnectionAdapter, } from './worktree-connection.js';
|
|
6
|
-
export { createWorktreeFullAccessConfirmationController, worktreeFullAccessConfirmationMessage, } from './worktree-permission.js';
|
|
7
|
-
export { WORKTREE_PERMISSION_ICON_ATTRIBUTE, decorateWorktreePermissionIcons, installWorktreePermissionIcon, } from './worktree-permission-icon.js';
|
|
6
|
+
export { createWorktreeFullAccessConfirmationController, worktreeFullAccessConfirmationMessage, } from './permission/worktree-permission.js';
|
|
7
|
+
export { WORKTREE_PERMISSION_ICON_ATTRIBUTE, decorateWorktreePermissionIcons, installWorktreePermissionIcon, } from './permission/worktree-permission-icon.js';
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
package/lib/client/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/client/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EACL,2BAA2B,EAC3B,6BAA6B,EAC7B,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,0BAA0B,CAAC;AAMlC,OAAO,EACL,8CAA8C,EAC9C,qCAAqC,GACtC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/client/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EACL,2BAA2B,EAC3B,6BAA6B,EAC7B,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,0BAA0B,CAAC;AAMlC,OAAO,EACL,8CAA8C,EAC9C,qCAAqC,GACtC,MAAM,qCAAqC,CAAC;AAK7C,OAAO,EACL,kCAAkC,EAClC,+BAA+B,EAC/B,6BAA6B,GAC9B,MAAM,0CAA0C,CAAC"}
|
package/lib/client/locales.d.ts
CHANGED
|
@@ -10,10 +10,12 @@ export declare const zh: {
|
|
|
10
10
|
'workspace.delete': string;
|
|
11
11
|
'workspace.expand': string;
|
|
12
12
|
'workspace.collapse': string;
|
|
13
|
+
'workspace.collapseAll': string;
|
|
13
14
|
'workspace.options': string;
|
|
14
15
|
'workspace.addWorktree': string;
|
|
15
16
|
'workspace.add': string;
|
|
16
17
|
'workspace.search': string;
|
|
18
|
+
'search.clear': string;
|
|
17
19
|
'workspace.noMatches': string;
|
|
18
20
|
'workspace.renameTitle': string;
|
|
19
21
|
'workspace.name': string;
|
|
@@ -25,13 +27,37 @@ export declare const zh: {
|
|
|
25
27
|
'worktree.mainWithBranch': string;
|
|
26
28
|
'worktree.detached': string;
|
|
27
29
|
'worktree.repair': string;
|
|
30
|
+
'worktree.repairGuidance': string;
|
|
31
|
+
'worktree.recoveryGuidance': string;
|
|
32
|
+
'worktree.branchDriftGuidance': string;
|
|
33
|
+
'worktree.detachedGuidance': string;
|
|
34
|
+
'notice.details': string;
|
|
28
35
|
'worktree.recovery': string;
|
|
29
36
|
'worktree.ready': string;
|
|
37
|
+
'worktree.branchDrift': string;
|
|
38
|
+
'worktree.detachedHead': string;
|
|
39
|
+
'worktree.adoptBranch': string;
|
|
40
|
+
'worktree.retryRecovery': string;
|
|
41
|
+
'worktree.adoptDescription': string;
|
|
42
|
+
'worktree.adoptBeforeClean': string;
|
|
43
|
+
'worktree.cleaned': string;
|
|
44
|
+
'worktree.archivedGroup': string;
|
|
45
|
+
'worktree.cleanDisk': string;
|
|
46
|
+
'worktree.cleanDiskTitle': string;
|
|
47
|
+
'worktree.cleanDiskDescription': string;
|
|
48
|
+
'worktree.forget': string;
|
|
49
|
+
'worktree.forgetTitle': string;
|
|
50
|
+
'worktree.forgetDescription': string;
|
|
30
51
|
'worktree.expand': string;
|
|
31
52
|
'worktree.collapse': string;
|
|
32
53
|
'worktree.options': string;
|
|
33
54
|
'worktree.copyPath': string;
|
|
34
55
|
'worktree.createNew': string;
|
|
56
|
+
'worktree.archive': string;
|
|
57
|
+
'worktree.archiveDescription': string;
|
|
58
|
+
'worktree.unarchive': string;
|
|
59
|
+
'worktree.unarchiveDisabledRepair': string;
|
|
60
|
+
'worktree.archiveExternalDescription': string;
|
|
35
61
|
'worktree.remove': string;
|
|
36
62
|
'worktree.removeDescription': string;
|
|
37
63
|
'worktree.removeExternalDescription': string;
|
|
@@ -87,7 +113,12 @@ export declare const zh: {
|
|
|
87
113
|
'dialog.closeWorkspaceRename': string;
|
|
88
114
|
'dialog.closeWorkspaceDelete': string;
|
|
89
115
|
'dialog.closeWorktreeCreate': string;
|
|
116
|
+
'dialog.closeWorktreeArchive': string;
|
|
90
117
|
'dialog.closeWorktreeRemove': string;
|
|
118
|
+
'dialog.closeWorktreeCleanDisk': string;
|
|
119
|
+
'dialog.closeWorktreeForget': string;
|
|
120
|
+
'dialog.cleanDisk': string;
|
|
121
|
+
'dialog.forget': string;
|
|
91
122
|
'dialog.cancel': string;
|
|
92
123
|
'dialog.rename': string;
|
|
93
124
|
'dialog.delete': string;
|
|
@@ -120,6 +151,8 @@ export declare const zh: {
|
|
|
120
151
|
'error.worktreeStateConflict': string;
|
|
121
152
|
'error.worktreeRecoveryRequired': string;
|
|
122
153
|
'error.worktreeIdentityChanged': string;
|
|
154
|
+
'error.worktreeSessionBusy': string;
|
|
155
|
+
'error.worktreeActivityUnavailable': string;
|
|
123
156
|
'error.worktreeRegistrationSessionUnavailable': string;
|
|
124
157
|
'error.workspaceRenameUnavailable': string;
|
|
125
158
|
'error.workspaceDeleteUnavailable': string;
|
|
@@ -148,10 +181,12 @@ export declare const en: {
|
|
|
148
181
|
'workspace.delete': string;
|
|
149
182
|
'workspace.expand': string;
|
|
150
183
|
'workspace.collapse': string;
|
|
184
|
+
'workspace.collapseAll': string;
|
|
151
185
|
'workspace.options': string;
|
|
152
186
|
'workspace.addWorktree': string;
|
|
153
187
|
'workspace.add': string;
|
|
154
188
|
'workspace.search': string;
|
|
189
|
+
'search.clear': string;
|
|
155
190
|
'workspace.noMatches': string;
|
|
156
191
|
'workspace.renameTitle': string;
|
|
157
192
|
'workspace.name': string;
|
|
@@ -163,13 +198,37 @@ export declare const en: {
|
|
|
163
198
|
'worktree.mainWithBranch': string;
|
|
164
199
|
'worktree.detached': string;
|
|
165
200
|
'worktree.repair': string;
|
|
201
|
+
'worktree.repairGuidance': string;
|
|
202
|
+
'worktree.recoveryGuidance': string;
|
|
203
|
+
'worktree.branchDriftGuidance': string;
|
|
204
|
+
'worktree.detachedGuidance': string;
|
|
205
|
+
'notice.details': string;
|
|
166
206
|
'worktree.recovery': string;
|
|
167
207
|
'worktree.ready': string;
|
|
208
|
+
'worktree.branchDrift': string;
|
|
209
|
+
'worktree.detachedHead': string;
|
|
210
|
+
'worktree.adoptBranch': string;
|
|
211
|
+
'worktree.retryRecovery': string;
|
|
212
|
+
'worktree.adoptDescription': string;
|
|
213
|
+
'worktree.adoptBeforeClean': string;
|
|
214
|
+
'worktree.cleaned': string;
|
|
215
|
+
'worktree.archivedGroup': string;
|
|
216
|
+
'worktree.cleanDisk': string;
|
|
217
|
+
'worktree.cleanDiskTitle': string;
|
|
218
|
+
'worktree.cleanDiskDescription': string;
|
|
219
|
+
'worktree.forget': string;
|
|
220
|
+
'worktree.forgetTitle': string;
|
|
221
|
+
'worktree.forgetDescription': string;
|
|
168
222
|
'worktree.expand': string;
|
|
169
223
|
'worktree.collapse': string;
|
|
170
224
|
'worktree.options': string;
|
|
171
225
|
'worktree.copyPath': string;
|
|
172
226
|
'worktree.createNew': string;
|
|
227
|
+
'worktree.archive': string;
|
|
228
|
+
'worktree.archiveDescription': string;
|
|
229
|
+
'worktree.unarchive': string;
|
|
230
|
+
'worktree.unarchiveDisabledRepair': string;
|
|
231
|
+
'worktree.archiveExternalDescription': string;
|
|
173
232
|
'worktree.remove': string;
|
|
174
233
|
'worktree.removeDescription': string;
|
|
175
234
|
'worktree.removeExternalDescription': string;
|
|
@@ -225,7 +284,12 @@ export declare const en: {
|
|
|
225
284
|
'dialog.closeWorkspaceRename': string;
|
|
226
285
|
'dialog.closeWorkspaceDelete': string;
|
|
227
286
|
'dialog.closeWorktreeCreate': string;
|
|
287
|
+
'dialog.closeWorktreeArchive': string;
|
|
228
288
|
'dialog.closeWorktreeRemove': string;
|
|
289
|
+
'dialog.closeWorktreeCleanDisk': string;
|
|
290
|
+
'dialog.closeWorktreeForget': string;
|
|
291
|
+
'dialog.cleanDisk': string;
|
|
292
|
+
'dialog.forget': string;
|
|
229
293
|
'dialog.cancel': string;
|
|
230
294
|
'dialog.rename': string;
|
|
231
295
|
'dialog.delete': string;
|
|
@@ -258,6 +322,8 @@ export declare const en: {
|
|
|
258
322
|
'error.worktreeStateConflict': string;
|
|
259
323
|
'error.worktreeRecoveryRequired': string;
|
|
260
324
|
'error.worktreeIdentityChanged': string;
|
|
325
|
+
'error.worktreeSessionBusy': string;
|
|
326
|
+
'error.worktreeActivityUnavailable': string;
|
|
261
327
|
'error.worktreeRegistrationSessionUnavailable': string;
|
|
262
328
|
'error.workspaceRenameUnavailable': string;
|
|
263
329
|
'error.workspaceDeleteUnavailable': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../src/client/locales.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,EAAG,UAAmB,CAAC;AAE/C,eAAO,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../src/client/locales.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,EAAG,UAAmB,CAAC;AAE/C,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgLmB,CAAC;AAEnC,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,EAAE,CAAC;AAEhD,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgM8B,CAAC"}
|