@sideboard-ai/core 0.1.42 → 0.1.44
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 +14 -5
- package/dist/agents/cursor-runner.js +14 -5
- package/dist/{agents-T6XHC5OV.js → agents-PP3URTSF.js} +3 -2
- package/dist/{app-settings-RSKDEMUI.js → app-settings-ZKVZHJPQ.js} +6 -1
- package/dist/chunk-77WWLBCI.js +50 -0
- package/dist/{chunk-VA2U5EQH.js → chunk-7PCTK4WO.js} +1 -1
- package/dist/{chunk-5UIKSPDD.js → chunk-ENSD62HW.js} +12 -0
- package/dist/{chunk-YZ23S32T.js → chunk-FSIK442J.js} +35 -1
- package/dist/{chunk-6TZSJMXF.js → chunk-I3PKMLFW.js} +4 -3
- package/dist/{chunk-UPMGXM4X.js → chunk-JM2TVGNW.js} +3 -2
- package/dist/{chunk-44LYDJFB.js → chunk-TXFJEXFB.js} +2 -2
- package/dist/{chunk-FZH2SL5I.js → chunk-V3S4NF5F.js} +121 -22
- package/dist/{chunk-SX2R2PCE.js → chunk-XX26NCB6.js} +5 -5
- package/dist/{coordinator-prompt-FAILHO4J.js → coordinator-prompt-I5YNS27B.js} +4 -3
- package/dist/{global-workspace-4GVWSCEX.js → global-workspace-FU6UIPDY.js} +5 -4
- package/dist/index.cjs +237 -17
- package/dist/index.d.cts +105 -5
- package/dist/index.d.ts +105 -5
- package/dist/index.js +40 -8
- package/dist/mcp/run-stdio.cjs +274 -115
- package/dist/mcp/run-stdio.js +9 -8
- package/dist/{thread-store-WPLT3IXM.js → thread-store-EHROA3VZ.js} +4 -1
- package/dist/{workspaces-Z7CSL4O6.js → workspaces-RSEDTBGJ.js} +6 -5
- package/dist/{worktree-M3DTPYBW.js → worktree-N4PRV4V3.js} +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4,6 +4,9 @@ import {
|
|
|
4
4
|
CONTEXT_KEEP_RECENT_MESSAGES,
|
|
5
5
|
CONTEXT_MIN_MESSAGES,
|
|
6
6
|
Orchestrator,
|
|
7
|
+
REVIEW_REQUEST_NAME,
|
|
8
|
+
REVIEW_REQUEST_PATH,
|
|
9
|
+
REVIEW_REQUEST_PREFILL,
|
|
7
10
|
adoptThread,
|
|
8
11
|
allocatePort,
|
|
9
12
|
allocatePortRange,
|
|
@@ -14,6 +17,7 @@ import {
|
|
|
14
17
|
attachmentsFromBuffers,
|
|
15
18
|
attachmentsFromWorktreePaths,
|
|
16
19
|
buildForkTranscriptAttachment,
|
|
20
|
+
buildReviewRequestAttachment,
|
|
17
21
|
buildSessionSeed,
|
|
18
22
|
buildWorkspaceScriptEnv,
|
|
19
23
|
captureLoginEnv,
|
|
@@ -70,10 +74,12 @@ import {
|
|
|
70
74
|
normalizeParseResult,
|
|
71
75
|
partsToAssistantText,
|
|
72
76
|
previewLand,
|
|
77
|
+
readExistingReviewRequestFile,
|
|
73
78
|
readSkillBody,
|
|
74
79
|
readWorktreeFile,
|
|
75
80
|
readWorktreeFileForUpload,
|
|
76
81
|
readWorktreeInclude,
|
|
82
|
+
requestReview,
|
|
77
83
|
requireAgent,
|
|
78
84
|
resolveConductorCursorAgentId,
|
|
79
85
|
resolveFilesToCopy,
|
|
@@ -102,14 +108,14 @@ import {
|
|
|
102
108
|
withAgentInstructions,
|
|
103
109
|
worktreeCleanupSettings,
|
|
104
110
|
writeWorktreeFile
|
|
105
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-V3S4NF5F.js";
|
|
106
112
|
import {
|
|
107
113
|
addWorkspace,
|
|
108
114
|
ensureWorkspace,
|
|
109
115
|
listWorkspaces,
|
|
110
116
|
removeWorkspace,
|
|
111
117
|
syncWorkspacesFromThreads
|
|
112
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-TXFJEXFB.js";
|
|
113
119
|
import {
|
|
114
120
|
CLOUD_COORDINATOR_BUSY_REPLY,
|
|
115
121
|
CLOUD_COORDINATOR_STOPPED_REPLY,
|
|
@@ -129,7 +135,7 @@ import {
|
|
|
129
135
|
orchestratorSessionPoisonedByBuiltins,
|
|
130
136
|
parseForceStopMessage,
|
|
131
137
|
takenTeamSlugsForOrchestration
|
|
132
|
-
} from "./chunk-
|
|
138
|
+
} from "./chunk-I3PKMLFW.js";
|
|
133
139
|
import {
|
|
134
140
|
COORDINATOR_TOOL_PLAYBOOK,
|
|
135
141
|
coordinatorSystemPrompt,
|
|
@@ -137,7 +143,7 @@ import {
|
|
|
137
143
|
enrichWorkspacesWithGithub,
|
|
138
144
|
ensureGlobalCoordinatorCwd,
|
|
139
145
|
formatWorkspaceInventory
|
|
140
|
-
} from "./chunk-
|
|
146
|
+
} from "./chunk-JM2TVGNW.js";
|
|
141
147
|
import {
|
|
142
148
|
BRIGHTSY_MCP_ALLOWED_TOOLS,
|
|
143
149
|
MAX_ANTHROPIC_CACHE_CONTROL_BLOCKS,
|
|
@@ -177,7 +183,7 @@ import {
|
|
|
177
183
|
resolveCursorModelId,
|
|
178
184
|
sanitizeMcpServerName,
|
|
179
185
|
writeInjectedMcpConfig
|
|
180
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-XX26NCB6.js";
|
|
181
187
|
import {
|
|
182
188
|
brightsyConfigPath,
|
|
183
189
|
brightsyMcpServerName,
|
|
@@ -210,6 +216,8 @@ import {
|
|
|
210
216
|
claudeUserSettingsPath,
|
|
211
217
|
deleteBranchOnPurgeEnabled,
|
|
212
218
|
getDefaultAgent,
|
|
219
|
+
getDefaultEffort,
|
|
220
|
+
getDefaultFast,
|
|
213
221
|
getDefaultModel,
|
|
214
222
|
getIssueSource,
|
|
215
223
|
getLinearApiKey,
|
|
@@ -227,7 +235,7 @@ import {
|
|
|
227
235
|
updateClaudeSettings,
|
|
228
236
|
updateDefaultsSettings,
|
|
229
237
|
updateIntegrationsSettings
|
|
230
|
-
} from "./chunk-
|
|
238
|
+
} from "./chunk-FSIK442J.js";
|
|
231
239
|
import {
|
|
232
240
|
FAMOUS_SOCCER_TEAMS,
|
|
233
241
|
allocateTeamName,
|
|
@@ -276,7 +284,7 @@ import {
|
|
|
276
284
|
worktreeDisplayLabel,
|
|
277
285
|
worktreeDisplayLabelForGroup,
|
|
278
286
|
worktreeNameFromPath
|
|
279
|
-
} from "./chunk-
|
|
287
|
+
} from "./chunk-7PCTK4WO.js";
|
|
280
288
|
import {
|
|
281
289
|
appendMessage,
|
|
282
290
|
createEmptyThread,
|
|
@@ -285,11 +293,20 @@ import {
|
|
|
285
293
|
listThreads,
|
|
286
294
|
normalizeThread,
|
|
287
295
|
readThread,
|
|
296
|
+
resolveThreadEffort,
|
|
288
297
|
setStatus,
|
|
289
298
|
updateThread,
|
|
290
299
|
withThreadLock,
|
|
291
300
|
writeThread
|
|
292
|
-
} from "./chunk-
|
|
301
|
+
} from "./chunk-ENSD62HW.js";
|
|
302
|
+
import {
|
|
303
|
+
THINKING_EFFORTS,
|
|
304
|
+
isThinkingEffort,
|
|
305
|
+
nextThinkingEffort,
|
|
306
|
+
normalizeThinkingEffort,
|
|
307
|
+
thinkingEffortBars,
|
|
308
|
+
thinkingEffortLabel
|
|
309
|
+
} from "./chunk-77WWLBCI.js";
|
|
293
310
|
import {
|
|
294
311
|
appDataDir,
|
|
295
312
|
getRepoSetupInfo,
|
|
@@ -796,8 +813,12 @@ export {
|
|
|
796
813
|
PASTE_ATTACH_MIN_CHARS,
|
|
797
814
|
PASTE_ATTACH_MIN_LINES,
|
|
798
815
|
PLAN_MODE_INSTRUCTION,
|
|
816
|
+
REVIEW_REQUEST_NAME,
|
|
817
|
+
REVIEW_REQUEST_PATH,
|
|
818
|
+
REVIEW_REQUEST_PREFILL,
|
|
799
819
|
SIDEBOARD_FORCE_STOP,
|
|
800
820
|
SIDEBOARD_MCP_ALLOWED_TOOLS,
|
|
821
|
+
THINKING_EFFORTS,
|
|
801
822
|
addWorkspace,
|
|
802
823
|
adoptThread,
|
|
803
824
|
allAdapters,
|
|
@@ -830,6 +851,7 @@ export {
|
|
|
830
851
|
buildDiffCommentAttachment,
|
|
831
852
|
buildForkTranscriptAttachment,
|
|
832
853
|
buildPastedTextAttachment,
|
|
854
|
+
buildReviewRequestAttachment,
|
|
833
855
|
buildSessionSeed,
|
|
834
856
|
buildWorkspaceScriptEnv,
|
|
835
857
|
caffeinateWhileCloudConnectEnabled,
|
|
@@ -904,6 +926,8 @@ export {
|
|
|
904
926
|
getAgentSetupInfo,
|
|
905
927
|
getBrightsySession,
|
|
906
928
|
getDefaultAgent,
|
|
929
|
+
getDefaultEffort,
|
|
930
|
+
getDefaultFast,
|
|
907
931
|
getDefaultModel,
|
|
908
932
|
getDefaultRunScript,
|
|
909
933
|
getDiff,
|
|
@@ -948,6 +972,7 @@ export {
|
|
|
948
972
|
isOrchestratorThread,
|
|
949
973
|
isPidAlive,
|
|
950
974
|
isPlaceholderBranch,
|
|
975
|
+
isThinkingEffort,
|
|
951
976
|
listAgentSetupInfo,
|
|
952
977
|
listBranchCommits,
|
|
953
978
|
listBranches,
|
|
@@ -985,7 +1010,9 @@ export {
|
|
|
985
1010
|
mergePr,
|
|
986
1011
|
mergeUsage,
|
|
987
1012
|
nextPastedTextName,
|
|
1013
|
+
nextThinkingEffort,
|
|
988
1014
|
normalizeParseResult,
|
|
1015
|
+
normalizeThinkingEffort,
|
|
989
1016
|
normalizeThread,
|
|
990
1017
|
normalizeTurnInput,
|
|
991
1018
|
normalizeWorktreePath,
|
|
@@ -1003,6 +1030,7 @@ export {
|
|
|
1003
1030
|
permissionMode,
|
|
1004
1031
|
previewLand,
|
|
1005
1032
|
pushBranch,
|
|
1033
|
+
readExistingReviewRequestFile,
|
|
1006
1034
|
readSkillBody,
|
|
1007
1035
|
readThread,
|
|
1008
1036
|
readWorktreeFile,
|
|
@@ -1012,6 +1040,7 @@ export {
|
|
|
1012
1040
|
removeWorkspace,
|
|
1013
1041
|
removeWorktree,
|
|
1014
1042
|
repoSlug,
|
|
1043
|
+
requestReview,
|
|
1015
1044
|
requireAgent,
|
|
1016
1045
|
resolveClaudeExecutable,
|
|
1017
1046
|
resolveConductorCursorAgentId,
|
|
@@ -1024,6 +1053,7 @@ export {
|
|
|
1024
1053
|
resolvePrSelector,
|
|
1025
1054
|
resolveRepoRoot,
|
|
1026
1055
|
resolveThreadDefaults,
|
|
1056
|
+
resolveThreadEffort,
|
|
1027
1057
|
resolveWorktreeStartPoint,
|
|
1028
1058
|
run,
|
|
1029
1059
|
runArchiveScript,
|
|
@@ -1057,6 +1087,8 @@ export {
|
|
|
1057
1087
|
takenTeamSlugsForChatTab,
|
|
1058
1088
|
takenTeamSlugsForOrchestration,
|
|
1059
1089
|
taskMessageText,
|
|
1090
|
+
thinkingEffortBars,
|
|
1091
|
+
thinkingEffortLabel,
|
|
1060
1092
|
threadDisplayLabel,
|
|
1061
1093
|
threadFilePath,
|
|
1062
1094
|
threadLockPath,
|