@sideboard-ai/core 0.1.10 → 0.1.19
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/dist/{agents-OAX7XPKX.js → agents-2XMZO3CY.js} +1 -1
- package/dist/{chunk-2M4OHXYX.js → chunk-5263JXQY.js} +2 -2
- package/dist/{chunk-WMCPLDW3.js → chunk-JQJZTL2Q.js} +1 -1
- package/dist/{chunk-TLJH3L2C.js → chunk-LIUV5ONW.js} +44 -4
- package/dist/{chunk-LL7DTZ5B.js → chunk-LXHSRNJJ.js} +225 -48
- package/dist/{chunk-2R5VV4BA.js → chunk-SNHWAARD.js} +6 -5
- package/dist/{chunk-E4PWXO2C.js → chunk-WWBC56EL.js} +78 -29
- package/dist/{coordinator-prompt-6R2TX4WQ.js → coordinator-prompt-QPTX6YCW.js} +2 -2
- package/dist/{global-workspace-R44HGBU6.js → global-workspace-IV6LIDTO.js} +3 -3
- package/dist/index.cjs +360 -72
- package/dist/index.d.cts +93 -5
- package/dist/index.d.ts +93 -5
- package/dist/index.js +26 -6
- package/dist/mcp/run-stdio.cjs +2761 -2501
- package/dist/mcp/run-stdio.js +6 -6
- package/dist/{workspaces-TCJFYI35.js → workspaces-JBWIRU55.js} +4 -4
- package/dist/{worktree-NGFDN3J4.js → worktree-TYI2SANE.js} +11 -1
- package/package.json +1 -1
package/dist/mcp/run-stdio.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
startMcpServer
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-WWBC56EL.js";
|
|
5
|
+
import "../chunk-LIUV5ONW.js";
|
|
6
|
+
import "../chunk-5263JXQY.js";
|
|
7
|
+
import "../chunk-SNHWAARD.js";
|
|
8
|
+
import "../chunk-JQJZTL2Q.js";
|
|
9
9
|
import "../chunk-ILQK4P5R.js";
|
|
10
10
|
import "../chunk-3DKGI32Q.js";
|
|
11
11
|
import "../chunk-3WF3X46L.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-LXHSRNJJ.js";
|
|
13
13
|
import "../chunk-HYRHI3QU.js";
|
|
14
14
|
import "../chunk-M37RITA6.js";
|
|
15
15
|
import "../chunk-AJ6ROGD7.js";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
listWorkspaces,
|
|
5
5
|
removeWorkspace,
|
|
6
6
|
syncWorkspacesFromThreads
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-LIUV5ONW.js";
|
|
8
|
+
import "./chunk-5263JXQY.js";
|
|
9
|
+
import "./chunk-SNHWAARD.js";
|
|
10
|
+
import "./chunk-LXHSRNJJ.js";
|
|
11
11
|
import "./chunk-HYRHI3QU.js";
|
|
12
12
|
import "./chunk-M37RITA6.js";
|
|
13
13
|
import "./chunk-AJ6ROGD7.js";
|
|
@@ -9,10 +9,14 @@ import {
|
|
|
9
9
|
createThreadWorktree,
|
|
10
10
|
currentBranch,
|
|
11
11
|
detectLocalMergeConflicts,
|
|
12
|
+
ensureGhPreferOrigin,
|
|
12
13
|
fetchPrHead,
|
|
13
14
|
getPr,
|
|
14
15
|
getPrChecks,
|
|
15
16
|
getPrDetails,
|
|
17
|
+
getPrMeta,
|
|
18
|
+
ghHeadRef,
|
|
19
|
+
ghRepoSelectArgs,
|
|
16
20
|
isDirty,
|
|
17
21
|
isPlaceholderBranch,
|
|
18
22
|
listBranches,
|
|
@@ -20,6 +24,7 @@ import {
|
|
|
20
24
|
listWorktrees,
|
|
21
25
|
mergePr,
|
|
22
26
|
normalizeWorktreePath,
|
|
27
|
+
originGhRepoEnv,
|
|
23
28
|
parseGithubSlugFromRemoteUrl,
|
|
24
29
|
pushBranch,
|
|
25
30
|
removeWorktree,
|
|
@@ -35,7 +40,7 @@ import {
|
|
|
35
40
|
worktreeDisplayLabel,
|
|
36
41
|
worktreeDisplayLabelForGroup,
|
|
37
42
|
worktreeNameFromPath
|
|
38
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-LXHSRNJJ.js";
|
|
39
44
|
import "./chunk-HYRHI3QU.js";
|
|
40
45
|
import "./chunk-M37RITA6.js";
|
|
41
46
|
import "./chunk-AJ6ROGD7.js";
|
|
@@ -50,10 +55,14 @@ export {
|
|
|
50
55
|
createThreadWorktree,
|
|
51
56
|
currentBranch,
|
|
52
57
|
detectLocalMergeConflicts,
|
|
58
|
+
ensureGhPreferOrigin,
|
|
53
59
|
fetchPrHead,
|
|
54
60
|
getPr,
|
|
55
61
|
getPrChecks,
|
|
56
62
|
getPrDetails,
|
|
63
|
+
getPrMeta,
|
|
64
|
+
ghHeadRef,
|
|
65
|
+
ghRepoSelectArgs,
|
|
57
66
|
isDirty,
|
|
58
67
|
isPlaceholderBranch,
|
|
59
68
|
listBranches,
|
|
@@ -61,6 +70,7 @@ export {
|
|
|
61
70
|
listWorktrees,
|
|
62
71
|
mergePr,
|
|
63
72
|
normalizeWorktreePath,
|
|
73
|
+
originGhRepoEnv,
|
|
64
74
|
parseGithubSlugFromRemoteUrl,
|
|
65
75
|
pushBranch,
|
|
66
76
|
removeWorktree,
|