@sideboard-ai/core 0.1.109 → 0.1.110
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/cursor-runner.cjs +87 -12
- package/dist/agents/cursor-runner.js +37 -11
- package/dist/{agents-XB332VUJ.js → agents-MQDW3YXL.js} +6 -6
- package/dist/{agents-YIMHDI46.js → agents-WK54VP7J.js} +7 -7
- package/dist/{app-settings-EBCVMFF6.js → app-settings-5XAGNDX7.js} +3 -1
- package/dist/{app-settings-IYSSVZHH.js → app-settings-J4LUWIRN.js} +3 -1
- package/dist/{chunk-WD2TARQS.js → chunk-3UOKB6VQ.js} +40 -0
- package/dist/{chunk-756EO4GK.js → chunk-4EWPKYOU.js} +4 -4
- package/dist/{chunk-4LKD3PGO.js → chunk-4NR5FL46.js} +10 -0
- package/dist/{chunk-FBV6NK62.js → chunk-7KWYXGIU.js} +2 -2
- package/dist/{chunk-KGSVLZV6.js → chunk-A4VZXJEJ.js} +2 -0
- package/dist/{chunk-VRTKGKUW.js → chunk-AROMOP3C.js} +2 -2
- package/dist/{chunk-EW7COXYE.js → chunk-C4KHDW3U.js} +2 -2
- package/dist/{chunk-Q6B3NRCT.js → chunk-EAAB4EK5.js} +154 -287
- package/dist/{chunk-I2OJ2YSP.js → chunk-KQBI5HNT.js} +2 -2
- package/dist/{chunk-P3BQ5DOL.js → chunk-KYOTBZ6S.js} +2 -0
- package/dist/{chunk-KKHDPV45.js → chunk-RSIWPLRG.js} +473 -37
- package/dist/{chunk-NE4TOOKS.js → chunk-SGEVS5SY.js} +10 -0
- package/dist/{chunk-TROJ3PVH.js → chunk-VOD3HFLP.js} +4 -4
- package/dist/{chunk-AY2EQI2P.js → chunk-VOJSO3RM.js} +472 -46
- package/dist/{chunk-MMI4RJ5I.js → chunk-WIHKHR5R.js} +14 -3
- package/dist/{chunk-LTPX5N6K.js → chunk-XOZDAVOP.js} +162 -276
- package/dist/{chunk-OQDIYVDD.js → chunk-YFAXVUY2.js} +2 -2
- package/dist/{chunk-JVIW55KT.js → chunk-YXDR43ZC.js} +2 -2
- package/dist/{coordinator-prompt-JKOU6BWV.js → coordinator-prompt-AR66L3N4.js} +4 -4
- package/dist/{coordinator-prompt-V66BYTUV.js → coordinator-prompt-BHMLWL64.js} +4 -4
- package/dist/{global-workspace-WBQWQQQY.js → global-workspace-SKFODUQQ.js} +5 -5
- package/dist/{global-workspace-NCTBE7G7.js → global-workspace-XSUFEIAQ.js} +5 -5
- package/dist/index.cjs +835 -489
- package/dist/index.d.cts +51 -3
- package/dist/index.d.ts +51 -3
- package/dist/index.js +44 -23
- package/dist/mcp/run-stdio.cjs +812 -487
- package/dist/mcp/run-stdio.js +17 -12
- package/dist/{orchestrator-6W7EKSPO.js → orchestrator-FCZVCKBK.js} +10 -10
- package/dist/{orchestrator-JVGVPKLI.js → orchestrator-SCATSB3O.js} +8 -8
- package/dist/{thread-store-DQJGDKIJ.js → thread-store-LPTBVW5C.js} +1 -1
- package/dist/{thread-store-4OUEQ2DB.js → thread-store-OEALWU7Y.js} +1 -1
- package/dist/{workspaces-SUBEDSGB.js → workspaces-HV3J4TTW.js} +6 -6
- package/dist/{workspaces-I3554R3F.js → workspaces-XAQVKTLO.js} +6 -6
- package/dist/{worktree-7H6HB6GW.js → worktree-N2EV24EE.js} +3 -3
- package/dist/{worktree-2UWO7VEK.js → worktree-XFJED3VU.js} +3 -3
- package/package.json +1 -1
package/dist/mcp/run-stdio.js
CHANGED
|
@@ -19,29 +19,29 @@ import {
|
|
|
19
19
|
slackApi,
|
|
20
20
|
slackTokenFor,
|
|
21
21
|
updateSchedule
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-XOZDAVOP.js";
|
|
23
23
|
import {
|
|
24
24
|
listModelsForAgent,
|
|
25
25
|
sideboardMcpProfile
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-VOJSO3RM.js";
|
|
27
27
|
import "../chunk-7YKXHBIW.js";
|
|
28
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-YFAXVUY2.js";
|
|
29
29
|
import "../chunk-N5PM7HGQ.js";
|
|
30
30
|
import "../chunk-KLBOWJ74.js";
|
|
31
31
|
import {
|
|
32
32
|
GLOBAL_WORKSPACE_ID,
|
|
33
33
|
isCloudCoordinatorThread
|
|
34
|
-
} from "../chunk-
|
|
35
|
-
import "../chunk-
|
|
34
|
+
} from "../chunk-VOD3HFLP.js";
|
|
35
|
+
import "../chunk-AROMOP3C.js";
|
|
36
36
|
import {
|
|
37
37
|
listBranches,
|
|
38
38
|
listPrs,
|
|
39
39
|
resolveGithubRepoSlug,
|
|
40
40
|
resolveRepoRoot,
|
|
41
41
|
warmGithubAgentAuth
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-YXDR43ZC.js";
|
|
43
43
|
import "../chunk-B3SJXYIJ.js";
|
|
44
|
-
import "../chunk-
|
|
44
|
+
import "../chunk-KYOTBZ6S.js";
|
|
45
45
|
import {
|
|
46
46
|
disconnectLinearConnection,
|
|
47
47
|
dropNestedElectronEnvFromProcess,
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
loadAppSettings,
|
|
50
50
|
resolveEffectiveIssueSource,
|
|
51
51
|
saveLinearOAuth
|
|
52
|
-
} from "../chunk-
|
|
52
|
+
} from "../chunk-SGEVS5SY.js";
|
|
53
53
|
import "../chunk-NSTQ6QKD.js";
|
|
54
54
|
import "../chunk-KGZBYWZ3.js";
|
|
55
55
|
import "../chunk-BD2ICC4D.js";
|
|
@@ -1342,7 +1342,7 @@ async function startMcpServer() {
|
|
|
1342
1342
|
);
|
|
1343
1343
|
}
|
|
1344
1344
|
try {
|
|
1345
|
-
const { maxConcurrentAgents } = await import("../app-settings-
|
|
1345
|
+
const { maxConcurrentAgents } = await import("../app-settings-5XAGNDX7.js");
|
|
1346
1346
|
orch.setMaxConcurrent(maxConcurrentAgents());
|
|
1347
1347
|
} catch {
|
|
1348
1348
|
}
|
|
@@ -1562,7 +1562,7 @@ async function startMcpServer() {
|
|
|
1562
1562
|
registerLinearTools(server);
|
|
1563
1563
|
registerScheduleTools(server);
|
|
1564
1564
|
const { getCaffeinateHold, setCaffeinateHold } = await import("../caffeinate-hold-NBRUWYXO.js");
|
|
1565
|
-
const { resolveNewThreadOptions, resolveThreadDefaults } = await import("../app-settings-
|
|
1565
|
+
const { resolveNewThreadOptions, resolveThreadDefaults } = await import("../app-settings-5XAGNDX7.js");
|
|
1566
1566
|
const accountDefaults = resolveThreadDefaults();
|
|
1567
1567
|
const accountDefaultsHint = `Account defaults: agent=${accountDefaults.agent}, model=${accountDefaults.model?.trim() || "Auto"}, effort=${accountDefaults.effort}`;
|
|
1568
1568
|
server.tool(
|
|
@@ -1605,7 +1605,7 @@ async function startMcpServer() {
|
|
|
1605
1605
|
);
|
|
1606
1606
|
server.tool(
|
|
1607
1607
|
"create_thread",
|
|
1608
|
-
`Create a new worktree thread (chat) from branch, pr, or ticket. Pass repoPath from list_workspaces. From an orchestration chat, omit parentThreadId (Sideboard binds the child to this chat) or pass the exact id from the turn reminder \u2014 never invent a uuid. Prefer omitting agent/model so Sideboard applies ${accountDefaultsHint}. Setup (settings.toml, .cursor/worktrees.json, or script/setup) runs in the background in parallel with the first turn. Then use send_to_thread to chat.`,
|
|
1608
|
+
`Create a new worktree thread (chat) from branch, pr, or ticket. Pass repoPath from list_workspaces. cowboy=true uses the project folder on the default branch (no isolated worktree; land is commit+push). From an orchestration chat, omit parentThreadId (Sideboard binds the child to this chat) or pass the exact id from the turn reminder \u2014 never invent a uuid. Prefer omitting agent/model so Sideboard applies ${accountDefaultsHint}. Setup (settings.toml, .cursor/worktrees.json, or script/setup) runs in the background in parallel with the first turn (skipped for cowboy). Then use send_to_thread to chat.`,
|
|
1609
1609
|
{
|
|
1610
1610
|
sourceType: z4.enum(["branch", "pr", "ticket"]),
|
|
1611
1611
|
sourceRef: z4.string(),
|
|
@@ -1615,6 +1615,9 @@ async function startMcpServer() {
|
|
|
1615
1615
|
),
|
|
1616
1616
|
repoPath: z4.string(),
|
|
1617
1617
|
title: z4.string().optional(),
|
|
1618
|
+
cowboy: z4.boolean().optional().describe(
|
|
1619
|
+
"If true, work in the project folder on the default branch (no thread/* worktree). Requires Settings \u2192 Advanced \u2192 Cowboy mode. Land is commit+push to that branch. Archive does not delete the folder."
|
|
1620
|
+
),
|
|
1618
1621
|
parentThreadId: z4.string().optional().describe(
|
|
1619
1622
|
"Orchestration: omit (preferred) or pass YOUR chat id from the turn reminder / AGENTS.md. Do not invent uuids."
|
|
1620
1623
|
)
|
|
@@ -1675,7 +1678,8 @@ async function startMcpServer() {
|
|
|
1675
1678
|
fast: opts.fast,
|
|
1676
1679
|
repoPath: args.repoPath,
|
|
1677
1680
|
title: args.title,
|
|
1678
|
-
parentThreadId: parentId || null
|
|
1681
|
+
parentThreadId: parentId || null,
|
|
1682
|
+
cowboy: args.cowboy || void 0
|
|
1679
1683
|
}),
|
|
1680
1684
|
CREATE_THREAD_TIMEOUT_MS,
|
|
1681
1685
|
"create_thread"
|
|
@@ -1693,6 +1697,7 @@ async function startMcpServer() {
|
|
|
1693
1697
|
agent: thread.agent,
|
|
1694
1698
|
model: thread.model,
|
|
1695
1699
|
status: thread.status,
|
|
1700
|
+
cowboy: Boolean(thread.cowboy),
|
|
1696
1701
|
link: `sideboard://thread/${thread.id}`,
|
|
1697
1702
|
parentThreadId: thread.parentThreadId,
|
|
1698
1703
|
...agentCoercedFrom ? {
|
|
@@ -4,22 +4,22 @@ import {
|
|
|
4
4
|
isPidAlive,
|
|
5
5
|
startOrchestration,
|
|
6
6
|
waitForPidExit
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-EAAB4EK5.js";
|
|
8
|
+
import "./chunk-RSIWPLRG.js";
|
|
9
9
|
import "./chunk-2GO3YKBA.js";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-7KWYXGIU.js";
|
|
11
|
+
import "./chunk-4EWPKYOU.js";
|
|
12
|
+
import "./chunk-KQBI5HNT.js";
|
|
13
13
|
import "./chunk-QTUESPAW.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-WIHKHR5R.js";
|
|
15
|
+
import "./chunk-3UOKB6VQ.js";
|
|
16
16
|
import "./chunk-DCOZABNT.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-C4KHDW3U.js";
|
|
18
18
|
import "./chunk-FKOIHGKV.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-4NR5FL46.js";
|
|
20
20
|
import "./chunk-4TR3HZFT.js";
|
|
21
21
|
import "./chunk-JT7R45JB.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-A4VZXJEJ.js";
|
|
23
23
|
import "./chunk-77WWLBCI.js";
|
|
24
24
|
import "./chunk-QZQEXME2.js";
|
|
25
25
|
import "./chunk-LGXBYZZA.js";
|
|
@@ -6,18 +6,18 @@ import {
|
|
|
6
6
|
isPidAlive,
|
|
7
7
|
startOrchestration,
|
|
8
8
|
waitForPidExit
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-XOZDAVOP.js";
|
|
10
|
+
import "./chunk-VOJSO3RM.js";
|
|
11
11
|
import "./chunk-7YKXHBIW.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-YFAXVUY2.js";
|
|
13
13
|
import "./chunk-N5PM7HGQ.js";
|
|
14
14
|
import "./chunk-KLBOWJ74.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-VOD3HFLP.js";
|
|
16
|
+
import "./chunk-AROMOP3C.js";
|
|
17
|
+
import "./chunk-YXDR43ZC.js";
|
|
18
18
|
import "./chunk-B3SJXYIJ.js";
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-KYOTBZ6S.js";
|
|
20
|
+
import "./chunk-SGEVS5SY.js";
|
|
21
21
|
import "./chunk-NSTQ6QKD.js";
|
|
22
22
|
import "./chunk-KGZBYWZ3.js";
|
|
23
23
|
import "./chunk-BD2ICC4D.js";
|
|
@@ -4,15 +4,15 @@ 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-7KWYXGIU.js";
|
|
8
|
+
import "./chunk-4EWPKYOU.js";
|
|
9
|
+
import "./chunk-KQBI5HNT.js";
|
|
10
|
+
import "./chunk-C4KHDW3U.js";
|
|
11
11
|
import "./chunk-FKOIHGKV.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-4NR5FL46.js";
|
|
13
13
|
import "./chunk-4TR3HZFT.js";
|
|
14
14
|
import "./chunk-JT7R45JB.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-A4VZXJEJ.js";
|
|
16
16
|
import "./chunk-77WWLBCI.js";
|
|
17
17
|
import "./chunk-QZQEXME2.js";
|
|
18
18
|
import "./chunk-LGXBYZZA.js";
|
|
@@ -6,13 +6,13 @@ import {
|
|
|
6
6
|
listWorkspaces,
|
|
7
7
|
removeWorkspace,
|
|
8
8
|
syncWorkspacesFromThreads
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-YFAXVUY2.js";
|
|
10
|
+
import "./chunk-VOD3HFLP.js";
|
|
11
|
+
import "./chunk-AROMOP3C.js";
|
|
12
|
+
import "./chunk-YXDR43ZC.js";
|
|
13
13
|
import "./chunk-B3SJXYIJ.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-KYOTBZ6S.js";
|
|
15
|
+
import "./chunk-SGEVS5SY.js";
|
|
16
16
|
import "./chunk-NSTQ6QKD.js";
|
|
17
17
|
import "./chunk-KGZBYWZ3.js";
|
|
18
18
|
import "./chunk-BD2ICC4D.js";
|
|
@@ -49,10 +49,10 @@ import {
|
|
|
49
49
|
worktreeDisplayLabel,
|
|
50
50
|
worktreeDisplayLabelForGroup,
|
|
51
51
|
worktreeNameFromPath
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-YXDR43ZC.js";
|
|
53
53
|
import "./chunk-B3SJXYIJ.js";
|
|
54
|
-
import "./chunk-
|
|
55
|
-
import "./chunk-
|
|
54
|
+
import "./chunk-KYOTBZ6S.js";
|
|
55
|
+
import "./chunk-SGEVS5SY.js";
|
|
56
56
|
import "./chunk-NSTQ6QKD.js";
|
|
57
57
|
import "./chunk-KGZBYWZ3.js";
|
|
58
58
|
import "./chunk-BD2ICC4D.js";
|
|
@@ -47,12 +47,12 @@ import {
|
|
|
47
47
|
worktreeDisplayLabel,
|
|
48
48
|
worktreeDisplayLabelForGroup,
|
|
49
49
|
worktreeNameFromPath
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-C4KHDW3U.js";
|
|
51
51
|
import "./chunk-FKOIHGKV.js";
|
|
52
|
-
import "./chunk-
|
|
52
|
+
import "./chunk-4NR5FL46.js";
|
|
53
53
|
import "./chunk-4TR3HZFT.js";
|
|
54
54
|
import "./chunk-JT7R45JB.js";
|
|
55
|
-
import "./chunk-
|
|
55
|
+
import "./chunk-A4VZXJEJ.js";
|
|
56
56
|
import "./chunk-77WWLBCI.js";
|
|
57
57
|
import "./chunk-QZQEXME2.js";
|
|
58
58
|
import "./chunk-LGXBYZZA.js";
|