@sideboard-ai/core 0.1.68 → 0.1.71
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-PE3RHQS5.js → agents-GB7XL2LI.js} +6 -5
- package/dist/{agents-JBD7IAGK.js → agents-TCAK3MXN.js} +6 -5
- package/dist/{app-settings-ONKMFSEJ.js → app-settings-3TLA2EJ7.js} +16 -1
- package/dist/{app-settings-GJVZGU3M.js → app-settings-P42Z3VOB.js} +16 -1
- package/dist/caffeinate-hold-BEJIYPJ7.js +107 -0
- package/dist/caffeinate-hold-KLC6SABD.js +14 -0
- package/dist/{chunk-DPDGMMGI.js → chunk-3CY6WJ7O.js} +2 -2
- package/dist/{chunk-ROXEENBT.js → chunk-57ROTAFD.js} +62 -3
- package/dist/{chunk-N5LMEP65.js → chunk-7NCIHRAU.js} +22 -4
- package/dist/{chunk-OICHV4DH.js → chunk-DGPUAZA4.js} +62 -3
- package/dist/{chunk-VX6ACNXS.js → chunk-H2IXNFQ2.js} +22 -4
- package/dist/chunk-JAWEDVVA.js +106 -0
- package/dist/chunk-JT7R45JB.js +20 -0
- package/dist/{chunk-EEBDVLDK.js → chunk-MF2YMEGD.js} +61 -9
- package/dist/{chunk-47RBLBRK.js → chunk-NG7S3OPX.js} +10 -4
- package/dist/chunk-NSTQ6QKD.js +23 -0
- package/dist/{chunk-REKGFVUX.js → chunk-OE7YBB5X.js} +61 -9
- package/dist/{chunk-BPOTVI5J.js → chunk-PTJJIQK7.js} +472 -18
- package/dist/{chunk-6Q7H6SMX.js → chunk-S25IHL5H.js} +10 -4
- package/dist/{chunk-QQC2D4MY.js → chunk-UH57WVFP.js} +2 -2
- package/dist/{chunk-MHR4OGZ4.js → chunk-W7YOTDVO.js} +493 -18
- package/dist/{coordinator-prompt-YZYZ5P6P.js → coordinator-prompt-2J4PIMUF.js} +6 -3
- package/dist/{coordinator-prompt-HD6IMCKS.js → coordinator-prompt-QYYG2IBB.js} +6 -3
- package/dist/{global-workspace-Z6GF7D2K.js → global-workspace-KHIFQUUM.js} +11 -4
- package/dist/{global-workspace-7P5NG3JZ.js → global-workspace-SVRYNJZA.js} +11 -4
- package/dist/index.cjs +4184 -850
- package/dist/index.d.cts +543 -21
- package/dist/index.d.ts +543 -21
- package/dist/index.js +3285 -748
- package/dist/mcp/run-stdio.cjs +1995 -482
- package/dist/mcp/run-stdio.js +943 -151
- package/dist/{workspaces-BWJNGEE6.js → workspaces-AHFTHVBT.js} +6 -5
- package/dist/{workspaces-O6EZGKQK.js → workspaces-SVQIEVIZ.js} +6 -5
- package/dist/{worktree-VDXLUOWR.js → worktree-KWXHMKRN.js} +1 -1
- package/dist/{worktree-ZPSKEZFE.js → worktree-VOCH3WS3.js} +1 -1
- package/package.json +3 -1
|
@@ -4,22 +4,26 @@ import {
|
|
|
4
4
|
GLOBAL_WORKSPACE_ID,
|
|
5
5
|
createGlobalChat,
|
|
6
6
|
ensureCloudCoordinator,
|
|
7
|
+
ensureSlackCoordinator,
|
|
7
8
|
healOrchestrationSoccerTitles,
|
|
8
9
|
isCloudCoordinatorThread,
|
|
9
10
|
isGlobalRepoPath,
|
|
10
11
|
isGlobalThread,
|
|
11
12
|
isOrchestratorThread,
|
|
13
|
+
isSlackCoordinatorThread,
|
|
12
14
|
listGlobalThreads,
|
|
13
15
|
orchestrationTitleNeedsSoccerNickname,
|
|
14
16
|
orchestratorSessionPoisonedByBuiltins,
|
|
17
|
+
slackCoordinatorSourceRef,
|
|
15
18
|
takenTeamSlugsForOrchestration
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-DGPUAZA4.js";
|
|
20
|
+
import "./chunk-7NCIHRAU.js";
|
|
21
|
+
import "./chunk-OE7YBB5X.js";
|
|
19
22
|
import "./chunk-B3SJXYIJ.js";
|
|
20
23
|
import "./chunk-7FD7COKE.js";
|
|
21
24
|
import "./chunk-AE5VBOFE.js";
|
|
22
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-PTJJIQK7.js";
|
|
26
|
+
import "./chunk-NSTQ6QKD.js";
|
|
23
27
|
import "./chunk-KGZBYWZ3.js";
|
|
24
28
|
import {
|
|
25
29
|
globalAgentCwd
|
|
@@ -28,14 +32,17 @@ export {
|
|
|
28
32
|
GLOBAL_WORKSPACE_ID,
|
|
29
33
|
createGlobalChat,
|
|
30
34
|
ensureCloudCoordinator,
|
|
35
|
+
ensureSlackCoordinator,
|
|
31
36
|
globalAgentCwd,
|
|
32
37
|
healOrchestrationSoccerTitles,
|
|
33
38
|
isCloudCoordinatorThread,
|
|
34
39
|
isGlobalRepoPath,
|
|
35
40
|
isGlobalThread,
|
|
36
41
|
isOrchestratorThread,
|
|
42
|
+
isSlackCoordinatorThread,
|
|
37
43
|
listGlobalThreads,
|
|
38
44
|
orchestrationTitleNeedsSoccerNickname,
|
|
39
45
|
orchestratorSessionPoisonedByBuiltins,
|
|
46
|
+
slackCoordinatorSourceRef,
|
|
40
47
|
takenTeamSlugsForOrchestration
|
|
41
48
|
};
|
|
@@ -2,19 +2,23 @@ import {
|
|
|
2
2
|
GLOBAL_WORKSPACE_ID,
|
|
3
3
|
createGlobalChat,
|
|
4
4
|
ensureCloudCoordinator,
|
|
5
|
+
ensureSlackCoordinator,
|
|
5
6
|
healOrchestrationSoccerTitles,
|
|
6
7
|
isCloudCoordinatorThread,
|
|
7
8
|
isGlobalRepoPath,
|
|
8
9
|
isGlobalThread,
|
|
9
10
|
isOrchestratorThread,
|
|
11
|
+
isSlackCoordinatorThread,
|
|
10
12
|
listGlobalThreads,
|
|
11
13
|
orchestrationTitleNeedsSoccerNickname,
|
|
12
14
|
orchestratorSessionPoisonedByBuiltins,
|
|
15
|
+
slackCoordinatorSourceRef,
|
|
13
16
|
takenTeamSlugsForOrchestration
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
17
|
+
} from "./chunk-57ROTAFD.js";
|
|
18
|
+
import "./chunk-H2IXNFQ2.js";
|
|
19
|
+
import "./chunk-W7YOTDVO.js";
|
|
20
|
+
import "./chunk-JT7R45JB.js";
|
|
21
|
+
import "./chunk-MF2YMEGD.js";
|
|
18
22
|
import "./chunk-FKOIHGKV.js";
|
|
19
23
|
import "./chunk-FWJYLBO6.js";
|
|
20
24
|
import "./chunk-77WWLBCI.js";
|
|
@@ -26,14 +30,17 @@ export {
|
|
|
26
30
|
GLOBAL_WORKSPACE_ID,
|
|
27
31
|
createGlobalChat,
|
|
28
32
|
ensureCloudCoordinator,
|
|
33
|
+
ensureSlackCoordinator,
|
|
29
34
|
globalAgentCwd,
|
|
30
35
|
healOrchestrationSoccerTitles,
|
|
31
36
|
isCloudCoordinatorThread,
|
|
32
37
|
isGlobalRepoPath,
|
|
33
38
|
isGlobalThread,
|
|
34
39
|
isOrchestratorThread,
|
|
40
|
+
isSlackCoordinatorThread,
|
|
35
41
|
listGlobalThreads,
|
|
36
42
|
orchestrationTitleNeedsSoccerNickname,
|
|
37
43
|
orchestratorSessionPoisonedByBuiltins,
|
|
44
|
+
slackCoordinatorSourceRef,
|
|
38
45
|
takenTeamSlugsForOrchestration
|
|
39
46
|
};
|