@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/index.js CHANGED
@@ -93,14 +93,14 @@ import {
93
93
  withAgentInstructions,
94
94
  worktreeCleanupSettings,
95
95
  writeWorktreeFile
96
- } from "./chunk-MAWKQA2Y.js";
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-MGSJQMJA.js";
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-3OJG4LP4.js";
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-TNIAXABV.js";
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-MEI4AXV4.js";
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-L44AX7IG.js";
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,