@sideboard-ai/core 0.1.125 → 0.1.130
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-DPR2TDNF.js → agents-7BUQY2WX.js} +6 -6
- package/dist/{agents-DCXXLTXF.js → agents-X2I3RNCY.js} +6 -6
- package/dist/{app-settings-YFWV7MOG.js → app-settings-6RPALX4J.js} +7 -1
- package/dist/{app-settings-IKFWZDUK.js → app-settings-E7NEQY7D.js} +7 -1
- package/dist/{chunk-GKY2GR2J.js → chunk-FMBLOOAO.js} +484 -37
- package/dist/{chunk-RG737OWT.js → chunk-G6X6UFJO.js} +2 -0
- package/dist/{chunk-HPAWHIZ3.js → chunk-HLJUNJBF.js} +2 -0
- package/dist/{chunk-OHEFHIG3.js → chunk-HRSBZIXS.js} +14 -6
- package/dist/{chunk-KWGP6RZM.js → chunk-HULESWLI.js} +4 -4
- package/dist/{chunk-FXQPY2KU.js → chunk-HUYEU4GS.js} +26 -4
- package/dist/{chunk-2X7I6MDW.js → chunk-HZPO3SSZ.js} +11 -8
- package/dist/{chunk-O43IRQ2Y.js → chunk-MNL4FSKY.js} +4 -4
- package/dist/{chunk-7Y3AYQWT.js → chunk-NV73AO7Q.js} +4 -4
- package/dist/{chunk-TRTWH6C2.js → chunk-RSFCB23A.js} +11 -8
- package/dist/{chunk-RBVVWBVB.js → chunk-SYLTXDRF.js} +2 -2
- package/dist/{chunk-UAVZ2JSO.js → chunk-UDQI3N47.js} +14 -6
- package/dist/{chunk-HZLE6LJJ.js → chunk-VE22NWBD.js} +2 -2
- package/dist/{chunk-ED27HCPV.js → chunk-YALVX3UE.js} +496 -37
- package/dist/{chunk-JNAIKICO.js → chunk-ZMUOPTKZ.js} +4 -4
- package/dist/{chunk-BMIRX64H.js → chunk-ZND6XV6J.js} +26 -4
- package/dist/{coordinator-prompt-AZ3WRDNC.js → coordinator-prompt-MEEUOEF2.js} +4 -4
- package/dist/{coordinator-prompt-LEU62W25.js → coordinator-prompt-SPJSGAQS.js} +4 -4
- package/dist/{global-workspace-U5UOVXKQ.js → global-workspace-BMWP7YZC.js} +5 -5
- package/dist/{global-workspace-4YNYDMLQ.js → global-workspace-KNESLWKG.js} +5 -5
- package/dist/index.cjs +1233 -170
- package/dist/index.d.cts +233 -10
- package/dist/index.d.ts +233 -10
- package/dist/index.js +695 -131
- package/dist/mcp/run-stdio.cjs +1081 -149
- package/dist/mcp/run-stdio.js +579 -123
- package/dist/{orchestrator-FZYM7I42.js → orchestrator-3ZSFTG72.js} +8 -8
- package/dist/{orchestrator-HN3LYHFN.js → orchestrator-G6DU3AF3.js} +8 -8
- package/dist/{thread-store-JR235AWK.js → thread-store-5MLYY35S.js} +1 -1
- package/dist/{thread-store-PMH3BMB6.js → thread-store-F6BCARQG.js} +1 -1
- package/dist/{workspaces-ICK433ZV.js → workspaces-HSYRYJYV.js} +6 -6
- package/dist/{workspaces-POWKTH2D.js → workspaces-O4QZOASB.js} +6 -6
- package/dist/{worktree-CMGBTVN4.js → worktree-ERHC7Q4F.js} +5 -3
- package/dist/{worktree-T57RD7BQ.js → worktree-JVGSLSLJ.js} +5 -3
- package/package.json +1 -1
|
@@ -34,18 +34,18 @@ import {
|
|
|
34
34
|
resolveLoginCommand,
|
|
35
35
|
resolveQuotaFallbackAgent,
|
|
36
36
|
turnCostUsdFromCursorUsage
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-ZMUOPTKZ.js";
|
|
38
38
|
import "./chunk-YMRT2DU6.js";
|
|
39
39
|
import {
|
|
40
40
|
ORCHESTRATOR_AGENT_KINDS,
|
|
41
41
|
assertOrchestratorCapableAgent,
|
|
42
42
|
coerceOrchestratorAgent,
|
|
43
43
|
isOrchestratorCapableAgent
|
|
44
|
-
} from "./chunk-
|
|
45
|
-
import "./chunk-
|
|
46
|
-
import "./chunk-
|
|
44
|
+
} from "./chunk-MNL4FSKY.js";
|
|
45
|
+
import "./chunk-RSFCB23A.js";
|
|
46
|
+
import "./chunk-HRSBZIXS.js";
|
|
47
47
|
import "./chunk-B3SJXYIJ.js";
|
|
48
|
-
import "./chunk-
|
|
48
|
+
import "./chunk-G6X6UFJO.js";
|
|
49
49
|
import {
|
|
50
50
|
conductorBundledBinDir,
|
|
51
51
|
enrichPathWithNpmGlobalBin,
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
resolveCommandBinarySync,
|
|
56
56
|
withExportedPath
|
|
57
57
|
} from "./chunk-KPIYENTF.js";
|
|
58
|
-
import "./chunk-
|
|
58
|
+
import "./chunk-ZND6XV6J.js";
|
|
59
59
|
import "./chunk-NSTQ6QKD.js";
|
|
60
60
|
import "./chunk-KGZBYWZ3.js";
|
|
61
61
|
import "./chunk-BD2ICC4D.js";
|
|
@@ -28,27 +28,27 @@ import {
|
|
|
28
28
|
resolveCursorModelId,
|
|
29
29
|
resolveLoginCommand,
|
|
30
30
|
resolveQuotaFallbackAgent
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-NV73AO7Q.js";
|
|
32
32
|
import "./chunk-EKIDHL2T.js";
|
|
33
33
|
import {
|
|
34
34
|
ORCHESTRATOR_AGENT_KINDS,
|
|
35
35
|
assertOrchestratorCapableAgent,
|
|
36
36
|
coerceOrchestratorAgent,
|
|
37
37
|
isOrchestratorCapableAgent
|
|
38
|
-
} from "./chunk-
|
|
39
|
-
import "./chunk-
|
|
38
|
+
} from "./chunk-HULESWLI.js";
|
|
39
|
+
import "./chunk-HZPO3SSZ.js";
|
|
40
40
|
import {
|
|
41
41
|
cursorSdkMessageToEvents,
|
|
42
42
|
parseCursorRunnerLine,
|
|
43
43
|
preferredCursorCostCents,
|
|
44
44
|
turnCostUsdFromCursorUsage
|
|
45
45
|
} from "./chunk-IUJOI7KK.js";
|
|
46
|
-
import "./chunk-
|
|
46
|
+
import "./chunk-UDQI3N47.js";
|
|
47
47
|
import "./chunk-FKOIHGKV.js";
|
|
48
|
-
import "./chunk-
|
|
48
|
+
import "./chunk-HUYEU4GS.js";
|
|
49
49
|
import "./chunk-4TR3HZFT.js";
|
|
50
50
|
import "./chunk-JT7R45JB.js";
|
|
51
|
-
import "./chunk-
|
|
51
|
+
import "./chunk-HLJUNJBF.js";
|
|
52
52
|
import "./chunk-77WWLBCI.js";
|
|
53
53
|
import "./chunk-QZQEXME2.js";
|
|
54
54
|
import {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GITHUB_GIT_AUTH_MODES,
|
|
3
3
|
HARNESS_ENV_KEYS,
|
|
4
|
+
ISSUE_SOURCE_LABELS,
|
|
4
5
|
appSettingsPath,
|
|
5
6
|
applyAppEnvironment,
|
|
6
7
|
autoArchiveOnMergeEnabled,
|
|
@@ -30,7 +31,9 @@ import {
|
|
|
30
31
|
getIssueSource,
|
|
31
32
|
getLinearApiKey,
|
|
32
33
|
harnessEnvKey,
|
|
34
|
+
isIssueSourceConnected,
|
|
33
35
|
isLinearConnected,
|
|
36
|
+
issueSourceLabel,
|
|
34
37
|
loadAppSettings,
|
|
35
38
|
maxConcurrentAgents,
|
|
36
39
|
orchestrationQuotaFallbackAgent,
|
|
@@ -55,7 +58,7 @@ import {
|
|
|
55
58
|
updateDefaultsSettings,
|
|
56
59
|
updateIntegrationsSettings,
|
|
57
60
|
updateOpencodeSettings
|
|
58
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-HUYEU4GS.js";
|
|
59
62
|
import "./chunk-4TR3HZFT.js";
|
|
60
63
|
import "./chunk-JT7R45JB.js";
|
|
61
64
|
import "./chunk-77WWLBCI.js";
|
|
@@ -63,6 +66,7 @@ import "./chunk-QZQEXME2.js";
|
|
|
63
66
|
export {
|
|
64
67
|
GITHUB_GIT_AUTH_MODES,
|
|
65
68
|
HARNESS_ENV_KEYS,
|
|
69
|
+
ISSUE_SOURCE_LABELS,
|
|
66
70
|
appSettingsPath,
|
|
67
71
|
applyAppEnvironment,
|
|
68
72
|
autoArchiveOnMergeEnabled,
|
|
@@ -92,7 +96,9 @@ export {
|
|
|
92
96
|
getIssueSource,
|
|
93
97
|
getLinearApiKey,
|
|
94
98
|
harnessEnvKey,
|
|
99
|
+
isIssueSourceConnected,
|
|
95
100
|
isLinearConnected,
|
|
101
|
+
issueSourceLabel,
|
|
96
102
|
loadAppSettings,
|
|
97
103
|
maxConcurrentAgents,
|
|
98
104
|
orchestrationQuotaFallbackAgent,
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import {
|
|
4
4
|
GITHUB_GIT_AUTH_MODES,
|
|
5
5
|
HARNESS_ENV_KEYS,
|
|
6
|
+
ISSUE_SOURCE_LABELS,
|
|
6
7
|
appSettingsPath,
|
|
7
8
|
applyAppEnvironment,
|
|
8
9
|
autoArchiveOnMergeEnabled,
|
|
@@ -32,7 +33,9 @@ import {
|
|
|
32
33
|
getIssueSource,
|
|
33
34
|
getLinearApiKey,
|
|
34
35
|
harnessEnvKey,
|
|
36
|
+
isIssueSourceConnected,
|
|
35
37
|
isLinearConnected,
|
|
38
|
+
issueSourceLabel,
|
|
36
39
|
loadAppSettings,
|
|
37
40
|
maxConcurrentAgents,
|
|
38
41
|
orchestrationQuotaFallbackAgent,
|
|
@@ -57,13 +60,14 @@ import {
|
|
|
57
60
|
updateDefaultsSettings,
|
|
58
61
|
updateIntegrationsSettings,
|
|
59
62
|
updateOpencodeSettings
|
|
60
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-ZND6XV6J.js";
|
|
61
64
|
import "./chunk-NSTQ6QKD.js";
|
|
62
65
|
import "./chunk-KGZBYWZ3.js";
|
|
63
66
|
import "./chunk-BD2ICC4D.js";
|
|
64
67
|
export {
|
|
65
68
|
GITHUB_GIT_AUTH_MODES,
|
|
66
69
|
HARNESS_ENV_KEYS,
|
|
70
|
+
ISSUE_SOURCE_LABELS,
|
|
67
71
|
appSettingsPath,
|
|
68
72
|
applyAppEnvironment,
|
|
69
73
|
autoArchiveOnMergeEnabled,
|
|
@@ -93,7 +97,9 @@ export {
|
|
|
93
97
|
getIssueSource,
|
|
94
98
|
getLinearApiKey,
|
|
95
99
|
harnessEnvKey,
|
|
100
|
+
isIssueSourceConnected,
|
|
96
101
|
isLinearConnected,
|
|
102
|
+
issueSourceLabel,
|
|
97
103
|
loadAppSettings,
|
|
98
104
|
maxConcurrentAgents,
|
|
99
105
|
orchestrationQuotaFallbackAgent,
|