@sideboard-ai/core 0.1.15 → 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-RO3AJ76Q.js → agents-2XMZO3CY.js} +1 -1
- package/dist/{chunk-3OJG4LP4.js → chunk-5263JXQY.js} +2 -2
- package/dist/{chunk-MEI4AXV4.js → chunk-JQJZTL2Q.js} +1 -1
- package/dist/{chunk-MGSJQMJA.js → chunk-LIUV5ONW.js} +7 -3
- package/dist/{chunk-L44AX7IG.js → chunk-LXHSRNJJ.js} +116 -28
- package/dist/{chunk-TNIAXABV.js → chunk-SNHWAARD.js} +6 -5
- package/dist/{chunk-MAWKQA2Y.js → chunk-WWBC56EL.js} +37 -17
- package/dist/{coordinator-prompt-G6T7ORT3.js → coordinator-prompt-QPTX6YCW.js} +2 -2
- package/dist/{global-workspace-H642B5OI.js → global-workspace-IV6LIDTO.js} +3 -3
- package/dist/index.cjs +160 -39
- package/dist/index.d.cts +24 -3
- package/dist/index.d.ts +24 -3
- package/dist/index.js +14 -6
- package/dist/mcp/run-stdio.cjs +2680 -2567
- package/dist/mcp/run-stdio.js +6 -6
- package/dist/{workspaces-4EREGLB7.js → workspaces-JBWIRU55.js} +4 -4
- package/dist/{worktree-ZDHZMLSJ.js → worktree-TYI2SANE.js} +9 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -93,14 +93,14 @@ import {
|
|
|
93
93
|
withAgentInstructions,
|
|
94
94
|
worktreeCleanupSettings,
|
|
95
95
|
writeWorktreeFile
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-WWBC56EL.js";
|
|
97
97
|
import {
|
|
98
98
|
addWorkspace,
|
|
99
99
|
ensureWorkspace,
|
|
100
100
|
listWorkspaces,
|
|
101
101
|
removeWorkspace,
|
|
102
102
|
syncWorkspacesFromThreads
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-LIUV5ONW.js";
|
|
104
104
|
import {
|
|
105
105
|
CLOUD_COORDINATOR_BUSY_REPLY,
|
|
106
106
|
CLOUD_COORDINATOR_STOPPED_REPLY,
|
|
@@ -120,7 +120,7 @@ import {
|
|
|
120
120
|
orchestratorSessionPoisonedByBuiltins,
|
|
121
121
|
parseForceStopMessage,
|
|
122
122
|
takenTeamSlugsForOrchestration
|
|
123
|
-
} from "./chunk-
|
|
123
|
+
} from "./chunk-5263JXQY.js";
|
|
124
124
|
import {
|
|
125
125
|
COORDINATOR_TOOL_PLAYBOOK,
|
|
126
126
|
coordinatorSystemPrompt,
|
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
enrichWorkspacesWithGithub,
|
|
129
129
|
ensureGlobalCoordinatorCwd,
|
|
130
130
|
formatWorkspaceInventory
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-SNHWAARD.js";
|
|
132
132
|
import {
|
|
133
133
|
BRIGHTSY_MCP_ALLOWED_TOOLS,
|
|
134
134
|
MAX_ANTHROPIC_CACHE_CONTROL_BLOCKS,
|
|
@@ -158,7 +158,7 @@ import {
|
|
|
158
158
|
permissionMode,
|
|
159
159
|
sanitizeMcpServerName,
|
|
160
160
|
writeInjectedMcpConfig
|
|
161
|
-
} from "./chunk-
|
|
161
|
+
} from "./chunk-JQJZTL2Q.js";
|
|
162
162
|
import {
|
|
163
163
|
brightsyConfigPath,
|
|
164
164
|
brightsyMcpServerName,
|
|
@@ -216,6 +216,7 @@ import {
|
|
|
216
216
|
createThreadWorktree,
|
|
217
217
|
currentBranch,
|
|
218
218
|
detectLocalMergeConflicts,
|
|
219
|
+
ensureGhPreferOrigin,
|
|
219
220
|
extractGhErrorDetail,
|
|
220
221
|
fetchPrHead,
|
|
221
222
|
formatGhLandError,
|
|
@@ -225,6 +226,8 @@ import {
|
|
|
225
226
|
getPrChecks,
|
|
226
227
|
getPrDetails,
|
|
227
228
|
getPrMeta,
|
|
229
|
+
ghHeadRef,
|
|
230
|
+
ghRepoSelectArgs,
|
|
228
231
|
isDirty,
|
|
229
232
|
isGhRateLimitError,
|
|
230
233
|
isPlaceholderBranch,
|
|
@@ -233,6 +236,7 @@ import {
|
|
|
233
236
|
listWorktrees,
|
|
234
237
|
mergePr,
|
|
235
238
|
normalizeWorktreePath,
|
|
239
|
+
originGhRepoEnv,
|
|
236
240
|
parseGithubSlugFromRemoteUrl,
|
|
237
241
|
pushBranch,
|
|
238
242
|
removeWorktree,
|
|
@@ -248,7 +252,7 @@ import {
|
|
|
248
252
|
worktreeDisplayLabel,
|
|
249
253
|
worktreeDisplayLabelForGroup,
|
|
250
254
|
worktreeNameFromPath
|
|
251
|
-
} from "./chunk-
|
|
255
|
+
} from "./chunk-LXHSRNJJ.js";
|
|
252
256
|
import {
|
|
253
257
|
appendMessage,
|
|
254
258
|
createEmptyThread,
|
|
@@ -753,6 +757,7 @@ export {
|
|
|
753
757
|
enrichWorkspacesWithGithub,
|
|
754
758
|
ensureAgentPath,
|
|
755
759
|
ensureCloudCoordinator,
|
|
760
|
+
ensureGhPreferOrigin,
|
|
756
761
|
ensureGlobalCoordinatorCwd,
|
|
757
762
|
ensureWorkspace,
|
|
758
763
|
estimateMessageChars,
|
|
@@ -796,6 +801,8 @@ export {
|
|
|
796
801
|
getRunMode,
|
|
797
802
|
getRunScript,
|
|
798
803
|
gh,
|
|
804
|
+
ghHeadRef,
|
|
805
|
+
ghRepoSelectArgs,
|
|
799
806
|
git,
|
|
800
807
|
globalAgentCwd,
|
|
801
808
|
harnessEnvKey,
|
|
@@ -855,6 +862,7 @@ export {
|
|
|
855
862
|
opencodeAdapter,
|
|
856
863
|
orchestrationTitleNeedsSoccerNickname,
|
|
857
864
|
orchestratorSessionPoisonedByBuiltins,
|
|
865
|
+
originGhRepoEnv,
|
|
858
866
|
parseCursorRunnerLine,
|
|
859
867
|
parseForceStopMessage,
|
|
860
868
|
parseGithubSlugFromRemoteUrl,
|