@sideboard-ai/core 0.1.100 → 0.1.107
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.js +1 -1
- package/dist/{agents-OXZDMPSE.js → agents-4XQANGFO.js} +8 -8
- package/dist/{agents-CLP5BG4O.js → agents-T4RHL5UX.js} +8 -8
- package/dist/{app-settings-ZXPAB3QN.js → app-settings-2WH6DVOW.js} +4 -2
- package/dist/{app-settings-BRF7VKTQ.js → app-settings-6AXBWM3K.js} +4 -2
- package/dist/{caffeinate-hold-U3QJBV67.js → caffeinate-hold-NBRUWYXO.js} +2 -2
- package/dist/{caffeinate-hold-I7SG6UQR.js → caffeinate-hold-X3JNPR42.js} +2 -2
- package/dist/{chunk-QSLE4VEM.js → chunk-2GO3YKBA.js} +4 -4
- package/dist/chunk-3SIFRHJ3.js +7309 -0
- package/dist/{chunk-IFHKPZHA.js → chunk-5XUKY2JY.js} +14 -13
- package/dist/{chunk-OXC3MEFI.js → chunk-6HRR4T4P.js} +8 -8
- package/dist/{chunk-R7BQBSDT.js → chunk-6JJTMI7G.js} +55 -28
- package/dist/{chunk-DKHGWYWR.js → chunk-7YKXHBIW.js} +1 -1
- package/dist/{chunk-FT2SQOL4.js → chunk-7ZTQHC2Q.js} +11 -1
- package/dist/{chunk-JL4SJ6V7.js → chunk-BD2ICC4D.js} +4 -0
- package/dist/{chunk-NZPGMNFC.js → chunk-DCOZABNT.js} +1 -1
- package/dist/{chunk-6LFV4VFI.js → chunk-EX4NZN3O.js} +11 -1
- package/dist/{chunk-HYKZEP5A.js → chunk-GYFNFU62.js} +14 -13
- package/dist/{chunk-3WA37BRI.js → chunk-KGSVLZV6.js} +11 -4
- package/dist/{chunk-7KDBDMNC.js → chunk-KLBOWJ74.js} +1 -1
- package/dist/{chunk-MRBKGFTL.js → chunk-LRO7YVLJ.js} +3 -3
- package/dist/{chunk-JOF3XIEM.js → chunk-P3BQ5DOL.js} +11 -4
- package/dist/{chunk-CIRXAYWS.js → chunk-PZVA2VDF.js} +55 -28
- package/dist/{chunk-B4R2VB2A.js → chunk-QZQEXME2.js} +4 -0
- package/dist/{chunk-GR4JKWR4.js → chunk-SMWVSSE5.js} +9 -9
- package/dist/{chunk-WQTTUC4N.js → chunk-THXSFETX.js} +5 -5
- package/dist/{chunk-MHJV4WS3.js → chunk-VTTTV2LM.js} +3 -3
- package/dist/chunk-XEFHG6VG.js +6946 -0
- package/dist/{chunk-EQPQTLW6.js → chunk-XOYH3OMI.js} +6 -6
- package/dist/{connected-teams-SWHJWK2A.js → connected-teams-J4I5AKMR.js} +2 -2
- package/dist/{connected-teams-TLVKZPJP.js → connected-teams-M5XNXRI5.js} +2 -2
- package/dist/{coordinator-prompt-HHRKQWCX.js → coordinator-prompt-4TUQUEHY.js} +5 -5
- package/dist/{coordinator-prompt-OOBSQCWQ.js → coordinator-prompt-YQWRXCPX.js} +5 -5
- package/dist/{cursor-recover-S5ORPW34.js → cursor-recover-JBTIDARH.js} +1 -1
- package/dist/{cursor-recover-G34BYKL2.js → cursor-recover-ZUJG6XRQ.js} +1 -1
- package/dist/{global-workspace-YZWYHLQY.js → global-workspace-H37LFFXI.js} +6 -6
- package/dist/{global-workspace-KYEBFWKB.js → global-workspace-V6TMECDU.js} +6 -6
- package/dist/index.cjs +12180 -10835
- package/dist/index.d.cts +134 -16
- package/dist/index.d.ts +134 -16
- package/dist/index.js +899 -6769
- package/dist/mcp/run-stdio.cjs +7658 -6525
- package/dist/mcp/run-stdio.js +373 -6479
- package/dist/orchestrator-2P7DX44Q.js +31 -0
- package/dist/orchestrator-DEHSKERK.js +32 -0
- package/dist/{paths-TZX4L5X7.js → paths-QCI3MTO5.js} +3 -1
- package/dist/{paths-JQM2XRAD.js → paths-UMEDHOS5.js} +3 -1
- package/dist/{thread-store-XAKWCV2E.js → thread-store-4OUEQ2DB.js} +2 -2
- package/dist/{thread-store-V7NOOXKE.js → thread-store-DQJGDKIJ.js} +2 -2
- package/dist/{workspaces-ENVUDK6C.js → workspaces-JU3P6FHB.js} +7 -7
- package/dist/{workspaces-NNPD7QVV.js → workspaces-UPEVANU4.js} +7 -7
- package/dist/{worktree-EO5QAGJU.js → worktree-6MFKE465.js} +4 -4
- package/dist/{worktree-DA4BOV7G.js → worktree-NR5YJG2E.js} +4 -4
- package/package.json +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -574,6 +574,8 @@ declare function repoSlug(repoPath: string): string;
|
|
|
574
574
|
*/
|
|
575
575
|
declare function worktreesRoot(repoPath: string): string;
|
|
576
576
|
declare function threadFilePath(id: string): string;
|
|
577
|
+
/** Live in-flight turn snapshot (tools/thinking) — not the full thread JSON. */
|
|
578
|
+
declare function threadLivePath(id: string): string;
|
|
577
579
|
declare function threadLockPath(id: string): string;
|
|
578
580
|
/** Empty synthetic cwd for global orchestration agents (not a git worktree). */
|
|
579
581
|
declare function globalAgentCwd(): string;
|
|
@@ -724,6 +726,12 @@ interface AdvancedAppSettings {
|
|
|
724
726
|
* (so Personal/Work stay reachable with the lid closed on AC). Default off.
|
|
725
727
|
*/
|
|
726
728
|
caffeinateWhileSlackListen?: boolean;
|
|
729
|
+
/**
|
|
730
|
+
* Keep the Mac awake with `caffeinate` while any local schedule is enabled
|
|
731
|
+
* (so a due job can fire). Default off — a 9am cron should not pin the Mac
|
|
732
|
+
* awake 24/7 unless the user opts in.
|
|
733
|
+
*/
|
|
734
|
+
caffeinateWhileSchedules?: boolean;
|
|
727
735
|
/**
|
|
728
736
|
* @deprecated Prefer `caffeinateWhileSlackListen`. Still read on load for migration.
|
|
729
737
|
*/
|
|
@@ -922,6 +930,7 @@ declare function autoRenameBranchEnabled(settings?: AppSettings): boolean;
|
|
|
922
930
|
declare function autoRunAfterSetupEnabled(settings?: AppSettings): boolean;
|
|
923
931
|
declare function caffeinateWhileRunningEnabled(settings?: AppSettings): boolean;
|
|
924
932
|
declare function caffeinateWhileSlackListenEnabled(settings?: AppSettings): boolean;
|
|
933
|
+
declare function caffeinateWhileSchedulesEnabled(settings?: AppSettings): boolean;
|
|
925
934
|
/** @deprecated Use caffeinateWhileSlackListenEnabled. */
|
|
926
935
|
declare function caffeinateWhileCloudConnectEnabled(settings?: AppSettings): boolean;
|
|
927
936
|
declare function deleteBranchOnPurgeEnabled(settings?: AppSettings): boolean;
|
|
@@ -1015,6 +1024,90 @@ declare function appendMessage(id: string, message: ThreadMessage): Thread;
|
|
|
1015
1024
|
declare function setStatus(id: string, status: ThreadStatus, lastError?: string | null): Thread;
|
|
1016
1025
|
declare function findThreadByRef(ref: string): Thread | null;
|
|
1017
1026
|
|
|
1027
|
+
/**
|
|
1028
|
+
* Agents that Sideboard can inject Sideboard MCP into for fleet orchestration.
|
|
1029
|
+
* Brightsy CLI has no local MCP injection — it cannot be an orchestrator.
|
|
1030
|
+
*/
|
|
1031
|
+
declare const ORCHESTRATOR_AGENT_KINDS: readonly ["claude", "codex", "opencode", "cursor"];
|
|
1032
|
+
type OrchestratorAgentKind = (typeof ORCHESTRATOR_AGENT_KINDS)[number];
|
|
1033
|
+
declare function isOrchestratorCapableAgent(agent: AgentKind | null | undefined): agent is OrchestratorAgentKind;
|
|
1034
|
+
declare function assertOrchestratorCapableAgent(agent: AgentKind, context?: string): OrchestratorAgentKind;
|
|
1035
|
+
/** Prefer a capable agent; fall back to Claude when the choice is unsupported. */
|
|
1036
|
+
declare function coerceOrchestratorAgent(agent: AgentKind | null | undefined, fallback?: OrchestratorAgentKind): OrchestratorAgentKind;
|
|
1037
|
+
|
|
1038
|
+
type ScheduleCreatedBy = 'mcp' | 'cli' | 'ui';
|
|
1039
|
+
type ScheduleWhen = {
|
|
1040
|
+
kind: 'once';
|
|
1041
|
+
at: string;
|
|
1042
|
+
} | {
|
|
1043
|
+
kind: 'every';
|
|
1044
|
+
every: string;
|
|
1045
|
+
} | {
|
|
1046
|
+
kind: 'cron';
|
|
1047
|
+
expr: string;
|
|
1048
|
+
tz?: string;
|
|
1049
|
+
};
|
|
1050
|
+
interface ScheduledTask {
|
|
1051
|
+
id: string;
|
|
1052
|
+
name: string;
|
|
1053
|
+
prompt: string;
|
|
1054
|
+
enabled: boolean;
|
|
1055
|
+
when: ScheduleWhen;
|
|
1056
|
+
/** Existing orchestration chat. Null = create a new Global chat on fire. */
|
|
1057
|
+
threadId: string | null;
|
|
1058
|
+
agent: OrchestratorAgentKind | null;
|
|
1059
|
+
model: string | null;
|
|
1060
|
+
nextRunAt: string;
|
|
1061
|
+
lastRunAt: string | null;
|
|
1062
|
+
lastThreadId: string | null;
|
|
1063
|
+
lastError: string | null;
|
|
1064
|
+
createdBy: ScheduleCreatedBy;
|
|
1065
|
+
createdAt: string;
|
|
1066
|
+
updatedAt: string;
|
|
1067
|
+
}
|
|
1068
|
+
interface CreateScheduledTaskInput {
|
|
1069
|
+
name?: string;
|
|
1070
|
+
prompt: string;
|
|
1071
|
+
when: ScheduleWhen;
|
|
1072
|
+
threadId?: string | null;
|
|
1073
|
+
agent?: AgentKind | null;
|
|
1074
|
+
model?: string | null;
|
|
1075
|
+
enabled?: boolean;
|
|
1076
|
+
createdBy: ScheduleCreatedBy;
|
|
1077
|
+
}
|
|
1078
|
+
type UpdateScheduledTaskPatch = Partial<Pick<ScheduledTask, 'name' | 'prompt' | 'enabled' | 'when' | 'threadId' | 'agent' | 'model'>>;
|
|
1079
|
+
declare function schedulesPath(): string;
|
|
1080
|
+
declare function parseDurationMs(every: string): number | null;
|
|
1081
|
+
declare function defaultScheduleName(prompt: string): string;
|
|
1082
|
+
/** `self` → SIDEBOARD_ORCHESTRATOR_THREAD_ID. Empty / missing → null (new chat). */
|
|
1083
|
+
declare function resolveScheduleThreadId(raw: string | null | undefined, env?: NodeJS.ProcessEnv): string | null;
|
|
1084
|
+
declare function computeNextRunAt(when: ScheduleWhen, from?: Date): Date;
|
|
1085
|
+
declare function formatScheduleWhen(when: ScheduleWhen): string;
|
|
1086
|
+
declare function listSchedules(): ScheduledTask[];
|
|
1087
|
+
/** True when at least one schedule is enabled (desktop caffeinate source). */
|
|
1088
|
+
declare function hasEnabledSchedules(): boolean;
|
|
1089
|
+
declare function getSchedule(id: string): ScheduledTask | null;
|
|
1090
|
+
declare function createSchedule(input: CreateScheduledTaskInput): ScheduledTask;
|
|
1091
|
+
declare function updateSchedule(id: string, patch: UpdateScheduledTaskPatch): ScheduledTask;
|
|
1092
|
+
declare function deleteSchedule(id: string): void;
|
|
1093
|
+
declare function recordScheduleRun(id: string, result: {
|
|
1094
|
+
lastThreadId?: string | null;
|
|
1095
|
+
lastError?: string | null;
|
|
1096
|
+
firedAt?: Date;
|
|
1097
|
+
}): ScheduledTask;
|
|
1098
|
+
|
|
1099
|
+
declare function formatScheduledPrompt(name: string, prompt: string): string;
|
|
1100
|
+
/**
|
|
1101
|
+
* Fire a schedule now (Run now / due timer). `send` still defers drain to the
|
|
1102
|
+
* desktop host when it is alive.
|
|
1103
|
+
*/
|
|
1104
|
+
declare function fireSchedule(id: string): Promise<ScheduledTask>;
|
|
1105
|
+
/**
|
|
1106
|
+
* Arm (or catch-up) enabled schedules. Only the desktop host holds timers;
|
|
1107
|
+
* MCP/CLI persist the store and the desktop watcher re-arms.
|
|
1108
|
+
*/
|
|
1109
|
+
declare function armSchedules(): void;
|
|
1110
|
+
|
|
1018
1111
|
/** Written by the desktop Electron process so MCP/CLI can defer drain to it. */
|
|
1019
1112
|
declare function desktopHostPidPath(): string;
|
|
1020
1113
|
declare function claimDesktopHost(pid?: number): void;
|
|
@@ -1956,17 +2049,6 @@ declare function parseSessionQuotaResetAt(text: string, now?: Date): Date | null
|
|
|
1956
2049
|
/** Pick a different orchestrator-capable agent for quota failover. */
|
|
1957
2050
|
declare function resolveQuotaFallbackAgent(current: AgentKind, preferred?: AgentKind | null): AgentKind;
|
|
1958
2051
|
|
|
1959
|
-
/**
|
|
1960
|
-
* Agents that Sideboard can inject Sideboard MCP into for fleet orchestration.
|
|
1961
|
-
* Brightsy CLI has no local MCP injection — it cannot be an orchestrator.
|
|
1962
|
-
*/
|
|
1963
|
-
declare const ORCHESTRATOR_AGENT_KINDS: readonly ["claude", "codex", "opencode", "cursor"];
|
|
1964
|
-
type OrchestratorAgentKind = (typeof ORCHESTRATOR_AGENT_KINDS)[number];
|
|
1965
|
-
declare function isOrchestratorCapableAgent(agent: AgentKind | null | undefined): agent is OrchestratorAgentKind;
|
|
1966
|
-
declare function assertOrchestratorCapableAgent(agent: AgentKind, context?: string): OrchestratorAgentKind;
|
|
1967
|
-
/** Prefer a capable agent; fall back to Claude when the choice is unsupported. */
|
|
1968
|
-
declare function coerceOrchestratorAgent(agent: AgentKind | null | undefined, fallback?: OrchestratorAgentKind): OrchestratorAgentKind;
|
|
1969
|
-
|
|
1970
2052
|
/** Conductor-bundled Claude/Codex live here (not on a typical GUI PATH). */
|
|
1971
2053
|
declare function conductorBundledBinDir(home?: string): string;
|
|
1972
2054
|
declare function isConductorBundledCli(filePath: string | null | undefined): boolean;
|
|
@@ -2802,7 +2884,8 @@ declare function applyThreadIntoMain(thread: Pick<Thread, 'repoPath' | 'worktree
|
|
|
2802
2884
|
|
|
2803
2885
|
/** True when `kill(pid, 0)` succeeds (process exists and is signalable). */
|
|
2804
2886
|
declare function isPidAlive(pid: number): boolean;
|
|
2805
|
-
|
|
2887
|
+
/** Wait until pid exits, or `timeoutMs` elapses. */
|
|
2888
|
+
declare function waitForPidExit(pid: number, timeoutMs: number): Promise<boolean>;
|
|
2806
2889
|
declare class Orchestrator {
|
|
2807
2890
|
readonly events: EventEmitter<[never]>;
|
|
2808
2891
|
private readonly processes;
|
|
@@ -2948,12 +3031,17 @@ declare class Orchestrator {
|
|
|
2948
3031
|
sourceRef?: string;
|
|
2949
3032
|
title?: string;
|
|
2950
3033
|
}): Promise<Thread[]>;
|
|
2951
|
-
waitForTurn(threadRef: string, timeoutMs?: number
|
|
3034
|
+
waitForTurn(threadRef: string, timeoutMs?: number, opts?: {
|
|
3035
|
+
resolveIfStillRunning?: boolean;
|
|
3036
|
+
}): Promise<Thread>;
|
|
2952
3037
|
getTurnResult(threadRef: string): {
|
|
2953
3038
|
text: string;
|
|
2954
3039
|
status: string;
|
|
2955
3040
|
sessionId: string | null;
|
|
2956
3041
|
lastError: string | null;
|
|
3042
|
+
stillRunning: boolean;
|
|
3043
|
+
progress: string | null;
|
|
3044
|
+
lastActivityAt: string | null;
|
|
2957
3045
|
};
|
|
2958
3046
|
private assertNotGlobal;
|
|
2959
3047
|
/** MCP set_caffeinate is a detached hold — closing the chat must not leave the Mac awake. */
|
|
@@ -3107,10 +3195,17 @@ declare class Orchestrator {
|
|
|
3107
3195
|
buffers?: ComposerFileBuffer[];
|
|
3108
3196
|
}): ThreadAttachment[];
|
|
3109
3197
|
listWorktreeChats(threadRef: string): Thread[];
|
|
3198
|
+
/**
|
|
3199
|
+
* Last-tab teardown must see siblings already archived. Serialize per
|
|
3200
|
+
* worktree so parallel archive/purge of sibling tabs still removes once.
|
|
3201
|
+
*/
|
|
3202
|
+
private enqueueWorktreeTeardown;
|
|
3110
3203
|
archive(threadRef: string): Promise<Thread>;
|
|
3204
|
+
private archiveUnlocked;
|
|
3111
3205
|
purge(threadRef: string, opts?: {
|
|
3112
3206
|
deleteBranch?: boolean;
|
|
3113
3207
|
}): Promise<void>;
|
|
3208
|
+
private purgeUnlocked;
|
|
3114
3209
|
restore(threadRef: string): Promise<Thread>;
|
|
3115
3210
|
attachCommand(threadRef: string): Promise<AttachCommand>;
|
|
3116
3211
|
setMaxConcurrent(n: number): void;
|
|
@@ -3728,6 +3823,12 @@ interface IpcApi {
|
|
|
3728
3823
|
planMode?: boolean;
|
|
3729
3824
|
attachments?: ThreadAttachment[];
|
|
3730
3825
|
}): Promise<Thread>;
|
|
3826
|
+
listSchedules(): Promise<ScheduledTask[]>;
|
|
3827
|
+
createSchedule(input: Omit<CreateScheduledTaskInput, 'createdBy'>): Promise<ScheduledTask>;
|
|
3828
|
+
updateSchedule(id: string, patch: UpdateScheduledTaskPatch): Promise<ScheduledTask>;
|
|
3829
|
+
deleteSchedule(id: string): Promise<void>;
|
|
3830
|
+
runSchedule(id: string): Promise<ScheduledTask>;
|
|
3831
|
+
onSchedulesChanged(listener: () => void): () => void;
|
|
3731
3832
|
createGlobalChat(opts: {
|
|
3732
3833
|
title?: string;
|
|
3733
3834
|
agent: AgentKind;
|
|
@@ -4273,8 +4374,17 @@ interface SlackListenOptions {
|
|
|
4273
4374
|
relayUrl?: string;
|
|
4274
4375
|
fetchImpl?: typeof fetch;
|
|
4275
4376
|
WebSocketImpl?: SlackSocketModeOptions['WebSocketImpl'];
|
|
4276
|
-
/** Tests: handle without talking to Slack Web API. */
|
|
4277
|
-
postReply?: (msg: SlackInboundMessage, text: string) => Promise<
|
|
4377
|
+
/** Tests: handle without talking to Slack Web API. Return `{ ts }` to allow chat.update. */
|
|
4378
|
+
postReply?: (msg: SlackInboundMessage, text: string) => Promise<{
|
|
4379
|
+
ts?: string;
|
|
4380
|
+
} | void>;
|
|
4381
|
+
/** Tests: edit a previously posted reply (chat.update). */
|
|
4382
|
+
updateReply?: (msg: SlackInboundMessage, ts: string, text: string) => Promise<void>;
|
|
4383
|
+
/** Tests: delete a previously posted reply (chat.delete). */
|
|
4384
|
+
deleteReply?: (msg: SlackInboundMessage, ts: string) => Promise<void>;
|
|
4385
|
+
/** Tests: override Working… delay / edit cadence. */
|
|
4386
|
+
progressDelayMs?: number;
|
|
4387
|
+
progressEditMs?: number;
|
|
4278
4388
|
/** Tests: ack reactions without talking to Slack Web API. */
|
|
4279
4389
|
addReaction?: (msg: SlackInboundMessage, name: string) => Promise<void>;
|
|
4280
4390
|
/**
|
|
@@ -4298,6 +4408,11 @@ declare function formatSlackInboundPrompt(msg: SlackInboundMessage): string;
|
|
|
4298
4408
|
* more than one device can see who answered and address follow-ups the same way.
|
|
4299
4409
|
*/
|
|
4300
4410
|
declare function formatSlackSignedReply(deviceLabel: string, text: string): string;
|
|
4411
|
+
/** First Working… post after the turn is still running this long. */
|
|
4412
|
+
declare const SLACK_PROGRESS_DELAY_MS = 20000;
|
|
4413
|
+
/** Edit the Working… message at most this often. */
|
|
4414
|
+
declare const SLACK_PROGRESS_EDIT_MS = 15000;
|
|
4415
|
+
declare function formatSlackWorkingText(summary?: string | null): string;
|
|
4301
4416
|
/** Slack emoji short name for “seen / looking at this”. */
|
|
4302
4417
|
declare const SLACK_SEEN_REACTION = "eyes";
|
|
4303
4418
|
/** Eyes-react the inbound message so Slack shows the bot saw it. */
|
|
@@ -4478,6 +4593,9 @@ interface SlackRelayClientOptions {
|
|
|
4478
4593
|
onEvent: (msg: SlackInboundMessage) => void | Promise<void>;
|
|
4479
4594
|
onLog?: (line: string) => void;
|
|
4480
4595
|
WebSocketImpl?: SlackWebSocketCtor;
|
|
4596
|
+
/** Tests: override keepalive cadence. */
|
|
4597
|
+
pingIntervalMs?: number;
|
|
4598
|
+
pongTimeoutMs?: number;
|
|
4481
4599
|
}
|
|
4482
4600
|
/**
|
|
4483
4601
|
* Desktop client: connect to the hosted Slack relay, register this Mac as a
|
|
@@ -4485,4 +4603,4 @@ interface SlackRelayClientOptions {
|
|
|
4485
4603
|
*/
|
|
4486
4604
|
declare function runSlackRelayClient(opts: SlackRelayClientOptions): Promise<void>;
|
|
4487
4605
|
|
|
4488
|
-
export { AGENT_GIT_ACTIONS, ATTACHMENTS_DIR, type ActiveRun, type AddStackLayerInput, type AdoptInput, type AdvancedAppSettings, type AgentAdapter, type AgentEvent, type AgentGitAction, type AgentInstructionFile, type AgentKind, type AgentModelCatalog, type AgentModelInfo, type AgentSetupActionResult, type AgentSetupInfo, type AgentSetupKind, type AgentStatus, type AgentTurnInput, type AnthropicCacheControl, type AppSettings, type ApplyIntoMainResult, type AttachCommand, type Autonomy, BAKED_SLACK_RELAY_URL, BRIGHTSY_MCP_ALLOWED_TOOLS, type BranchInfo, type BrightsyAccount, type BrightsyChatTarget, type BrightsyChatTargets, type BrightsyCloudConnectAgent, type BrightsyHarnessSettings, type BrightsySession, BrightsySideboardApi, type BrightsyTeamTargets, CLAUDE_MODEL_CATALOG, CLOUD_COORDINATOR_BUSY_REPLY, CLOUD_COORDINATOR_STOPPED_REPLY, CLOUD_COORDINATOR_TIMEOUT_REPLY, CLOUD_ORCHESTRATOR_GOAL, CONTEXT_COMPACT_CHARS, CONTEXT_KEEP_RECENT_CHARS, CONTEXT_KEEP_RECENT_MESSAGES, CONTEXT_MIN_MESSAGES, CONVENTION_SETUP_RELPATHS, COORDINATOR_TOOL_PLAYBOOK, type CaffeinateHoldState, type ClaudeHarnessSettings, type CleanupOrphansResult, type CliAgentKind, type CliExecutableSettings, type CloudConnectAgent, type CloudConnectOptions, type CloudConnectStatus, type CompactResult, type CompactThresholds, type ComposerFileBuffer, type ConductorSettings, type ConductorWorkspace, type ConnectedBrightsyTeamInfo, type ConventionSetupFile, type CreateChatTabInput, type CreateGlobalChatOpts, type CreateStackInput, type CreateThreadInput, type CreateWorktreeResult, type CursorModelInfo, type CursorSdkStreamMessage, type CursorTurnRequest, type CursorWorktreesConfig, type DefaultsAppSettings, type DevServerHandle, type DiffCommentInput, type DiffCommentLine, type DiffCommit, type DiffFile, type DiffResult, type DiffScope, type DiffScopeStat, type ExpandResult, FAMOUS_SOCCER_TEAMS, type ForkChatTabInput, type ForkThreadWorktreeInput, type FormatGhLandErrorOptions, GITHUB_GIT_AUTH_MODES, GLOBAL_WORKSPACE_ID, type GetDiffOptions, type GhStackStatus, type GitHubStatus, type GitWorktreeStatus, type GithubGitAuthMode, HARNESS_ENV_KEYS, type HarnessId, type InitStackFromThreadInput, type IntegrationsSettings, type IpcApi, type IssueInfo, type IssueSource, LEGACY_ATTACHMENTS_DIR, LEGACY_PLAN_FILE_REL, LEGACY_REVIEW_REQUEST_PATH, LINEAR_OAUTH_CANCELLED, LINEAR_OAUTH_PORT, LINEAR_OAUTH_REDIRECT, LINEAR_OAUTH_SCOPES, type LandPreview, type LandResult, type LinearComment, type LinearIssue, LinearOAuthCancelledError, type LinearTeam, type LinearTeamsResult, type LinearWorkflowState, type ListIssuesResult, MAX_ANTHROPIC_CACHE_CONTROL_BLOCKS, type McpServerStatus, type MessagePart, ORCHESTRATOR_AGENT_KINDS, type OpenPrStackLayersInput, type OpenStackLayerInput, type OpenStackLayerResult, type OrchestrationQuotaOnLimit, Orchestrator, type OrchestratorAgentKind, type OrchestratorEvent, type OrchestratorRuntime, type OrphanWorktree, PASTE_ATTACH_MIN_CHARS, PASTE_ATTACH_MIN_LINES, PLAN_FILE_NAME, PLAN_FILE_REL, PLAN_MODE_INSTRUCTION, type PendingPlanQuestions, type PlanQuestion, type PlanQuestionAnswer, type PlanQuestionOption, type PlanToolPartLike, type PrActor, type PrCheckRun, type PrCommentInfo, type PrCommitInfo, type PrDetails, type PrInfo, type PrMeta, type PrReviewInfo, type PrStack, type PrStackLayer, type PresentedPlan, type PublicAppSettings, type PublicIntegrationsSettings, REPO_REVIEW_NAME, REPO_REVIEW_PATH, REVIEW_REQUEST_NAME, REVIEW_REQUEST_PATH, REVIEW_REQUEST_PREFILL, REVIEW_REQUEST_TEMPLATE, type RepoSettings, type RepoSetupInfo, type RequestReviewResult, type ResolvedReviewGuidelines, type ReviewGuidelinesSource, type RunMode, type RunScript, SIDEBOARD_FORCE_STOP, SIDEBOARD_MCP_ALLOWED_TOOLS, SIDEBOARD_MCP_PROFILE_ENV, SLACK_LISTEN_STOPPED_REPLY, SLACK_LISTEN_TIMEOUT_REPLY, SLACK_OAUTH_CANCELLED, SLACK_OAUTH_REDIRECT, SLACK_REPLY_FORMATTING, SLACK_SEEN_REACTION, type ScriptHandle, type SetupRunResult, type SideboardMcpProfile, type SkillInfo, type SlackInboundMessage, type SlackListenOptions, type SlackListenStatus, SlackOAuthCancelledError, type SlackOutboundReply, type SlackOutboundWatch, type SlackRelayClientMessage, type SlackRelayClientOptions, SlackRelayHub, type SlackRelayServerHandle, type SlackRelayServerMessage, type SlackRelayServerOptions, type SlackReplyBadge, type SlackWorkspaceInfo, type SourceType, type SpawnTurnHandle, type SummarizeResult, THINKING_EFFORTS, type TeamName, type ThinkingEffort, type Thread, type ThreadAttachment, type ThreadMessage, type ThreadOptionsPatch, type ThreadStatus, type TokenUsage, type ToolPartLike, type TranscriptToolDetail, type TurnCommand, type UsageScope, type Workspace, type WorkspaceInventoryEntry, type WorkspaceScriptEnvOpts, ackSlackInboundSeen, addPrStackLayer, addStackLayerFromThread, addWorkspace, adoptThread, agentGitPrompt, allAdapters, allocatePort, allocatePortRange, allocateTeamName, allocateTeamSlug, appDataDir, appSettingsPath, appendIndexedGitConfig, appendMessage, applyAgentEvent, applyAppEnvironment, applyCompaction, applyGithubGitAuthEnv, applyThreadIntoMain, applyTurnUsage, assertOrchestratorCapableAgent, attachmentFromAbsolutePath, attachmentsFromBuffers, attachmentsFromWorktreePaths, attachmentsGitignoreBody, autoArchiveOnMergeEnabled, autoCleanupOrphansEnabled, autoRenameBranchEnabled, autoRunAfterSetupEnabled, branchDisplayLabel, brightsyAdapter, brightsyCloudConnectAgent, brightsyCloudConnectEnabled, brightsyConfigPath, brightsyInjectWorktreeMcpEnabled, brightsyMcpAllowedTools, brightsyMcpServerName, buildCachedUserContent, buildClaudeStreamJsonUserMessage, buildDiffCommentAttachment, buildForkTranscriptAttachment, buildPastedTextAttachment, buildReviewRequestAttachment, buildSessionSeed, buildWorkspaceScriptEnv, caffeinateHoldPath, caffeinateWhileCloudConnectEnabled, caffeinateWhileRunningEnabled, caffeinateWhileSlackListenEnabled, captureLoginEnv, captureTurnBaseline, checkoutPrStackLayer, childEnvWithAppSettings, claimDesktopHost, claudeAdapter, claudeChromeEnabled, claudeUserSettingsPath, cleanupOrphanWorktrees, cloneRepoIntoSideboard, codexAdapter, codexSandboxWritableRootsArgs, codexUnattendedGitConfigArgs, coerceOrchestratorAgent, collectTakenTeamSlugs, commentLinearIssue, commitAll, conductorBundledBinDir, conductorDbPath, confirmLand, connectBrightsyTeam, connectSlackToken, contextTokens, coordinatorSystemPrompt, coordinatorTurnReminder, copyConfiguredFiles, countCacheControlBlocks, createChatTab, createEmptyThread, createExistingBranchWorktree, createGlobalChat, createLinearIssue, createLinearPkce, createOrUpdatePr, createPrStack, createThread, createThreadWorktree, currentBranch, cursorAdapter, cursorSdkMessageToEvents, decodeBrightsyTarget, deleteBranchOnPurgeEnabled, deleteThreadRecord, desktopHostPidPath, detectAgents, detectGhStack, detectLocalMergeConflicts, disconnectBrightsyTeam, disconnectLinear, disconnectLinearConnection, disconnectSlackWorkspace, discoverSkills, dismissSlackReplyBadge, dropCachedPrefixOnResume, encodeBrightsyTarget, enrichPathWithNpmGlobalBin, enrichWorkspacesWithGithub, ensureAgentPath, ensureCloudCoordinator, ensureGhPreferOrigin, ensureGlobalCoordinatorCwd, ensureReviewRequestFile, ensureSlackCoordinator, ensureSlackDeviceIdentity, ensureWorkspace, estimateMessageChars, estimateThreadChars, expandComposerPrompt, extractGhErrorDetail, extractPendingPlanQuestions, extractPresentedPlan, extractiveSummary, fetchPrHead, finalizeParts, findConventionSetup, findInvalidCacheControlTtlOrder, findOrphanWorktrees, findSlackCoordinator, findThreadByRef, findThreadForStackLayer, flattenTurnInput, forkChatTab, forkMessageSlice, forkThreadWorktree, formatAgentInstructions, formatArtifactDirective, formatBrightsyFetchError, formatFetchError, formatGhLandError, formatGitAuthModeDirective, formatIpcInvokeError, formatMergePrError, formatMessagesAsTranscript, formatPlanQuestionAnswers, formatPlanQuestionsForChat, formatProcessGuideDirective, formatRateLimitResetHint, formatRenameBranchDirective, formatSlackExternalReplyPrompt, formatSlackInboundPrompt, formatSlackRepliesForTurn, formatSlackSignedReply, formatTranscriptMarkdown, formatUiReminder, formatWorkspaceInventory, formatWorktreeDirective, formatWorktreeReminder, fromInclusiveInputUsage, getAdapter, getAgentSetupInfo, getBrightsySession, getCaffeinateHold, getDefaultAgent, getDefaultEffort, getDefaultFast, getDefaultModel, getDefaultRunScript, getDiff, getDiffSummary, getGitHubStatus, getGithubGitAuthMode, getGithubPat, getIssueSource, getLinearApiKey, getLinearAuthToken, getLinearIssue, getOrchestrator, getPr, getPrChecks, getPrDetails, getPrForHeadBranch, getPrMeta, getPrStack, getRepoSetupInfo, getRunMode, getRunScript, getSlackWorkspace, gh, ghHeadRef, ghRepoSelectArgs, git, githubAgentGitEnv, globalAgentCwd, handleSlackInbound, harnessEnvKey, hasBakedLinearOAuth, hasBakedSlackOAuth, hasConductorHook, hasConventionSetup, hasCursorWorktreeSetup, hasRepoHook, hasWorkspaceHook, healOrchestrationSoccerTitles, httpFetch, importConductorWorkspace, importConductorWorkspaceAsync, initPrStack, initStackFromThread, initializeGitRepository, inspectGitWorktree, installAgent, interruptSlackCoordinatorForInbound, isAskUserToolName, isBrightsyConnected, isBrightsyNdjsonLine, isCloudCoordinatorThread, isConductorBundledCli, isCursorAutoModel, isDefaultishSourceRef, isDesktopHostAlive, isDirty, isGhRateLimitError, isGlobalRepoPath, isGlobalThread, isImageFilePath, isInPrStack, isInboundForThisDesktop, isLinearConnected, isLinearOAuthCancelled, isOrchestratorCapableAgent, isOrchestratorThread, isPidAlive, isPlaceholderBranch, isPrNotMergeableError, isPresentPlanToolName, isSessionQuotaLimit, isSideboardScratchPath, isSlackCoordinatorThread, isSlackExternalReplyPrompt, isSlackOAuthCancelled, isThinkingEffort, isThisProcessDesktopHost, isThreadCaffeinated, isWorkspaceScratchPath, linearAuthorizationHeader, linearGraphql, linearOAuthAuthorizeUrl, linearOAuthCredentials, listAgentSetupInfo, listBranchCommits, listBranches, listBrightsyAccounts, listBrightsyChatTargets, listCodexModels, listConductorWorkspaces, listConnectedBrightsyTeams, listCursorModels, listGitHubIssues, listGlobalThreads, listIssues, listLinearIssues, listLinearIssuesDirect, listLinearTeams, listModelsForAgent, listOpencodeModels, listPrs, listRunScripts, listSlackOutboundWatches, listSlackReplyBadges, listSlackWorkspaces, listThreads, listWorkspaces, listWorktreeFiles, listWorktrees, loadAgentInstructions, loadAppSettings, loadBrightsyConfig, loadConductorSettings, loadRepoSettings, loadWorkspaceSettings, locksDir, loginAgent, lookupSoccerTeam, maxConcurrentAgents, maybeCompactContext, mcpAllowTools, mcpAuthWarnings, mergeAgentGitAuthEnv, mergePr, mergePrStack, mergeSideboardIntoMcpServersJson, mergeUsage, nextPastedTextName, nextThinkingEffort, nonInteractiveGitProcessEnv, normalizeParseResult, normalizeThinkingEffort, normalizeThread, normalizeTurnInput, normalizeWorktreePath, openInSystemTerminal, openPrStackLayers, openStackLayer, opencodeAdapter, orchestrationQuotaFallbackAgent, orchestrationQuotaOnLimit, orchestrationTitleNeedsSoccerNickname, orchestratorSessionPoisonedByBuiltins, originGhRepoEnv, parseCursorRunnerLine, parseForceStopMessage, parseGhStackViewJson, parseGithubSlugFromRemoteUrl, parseMcpList, parsePlanQuestionsInput, parseSessionQuotaResetAt, parseSlackRelayClientMessage, parseSlackRelayServerMessage, partsToAssistantText, pastedTextStats, pendingSlackExternalReplies, permalinkForSlackReplyBadge, permissionMode, persistVaultKeyInKeychain, planFileAbs, posixShellSingleQuote, prepareTerminalCommand, previewLand, promptMentionsBrightsy, pushBranch, readExistingReviewRequestFile, readKeychainVaultKey, readPlanFile, readSkillBody, readThread, readWorktreeFile, readWorktreeFileForUpload, readWorktreeInclude, recordSlackOutboundWatch, refreshGitHubAuth, refreshSlackReplyBadges, registerPackagedUserMcpClients, releaseCaffeinateHoldForThread, releaseDesktopHost, removeWorkspace, removeWorktree, repoSlug, requestOccupancy, requestReview, requireAgent, resetGhStackDetectCache, resetGithubAgentTokenMemo, resolveAgentExecutable, resolveAgentGitAuthEnv, resolveClaudeExecutable, resolveCodexGitWritableRoots, resolveCommandBinarySync, resolveConductorCursorAgentId, resolveCursorModelId, resolveDefaultBranch, resolveDiffBaseRef, resolveEffectiveIssueSource, resolveFilesToCopy, resolveGhAuthToken, resolveGithubAgentToken, resolveGithubRepoSlug, resolveLinearState, resolveLinearTeam, resolveLoginCommand, resolveNewThreadOptions, resolvePlanMarkdown, resolvePrSelector, resolvePrSelectors, resolveQuotaFallbackAgent, resolveRepoRoot, resolveReviewGuidelines, resolveSlackListenMode, resolveThreadDefaults, resolveThreadEffort, resolveVaultKey, resolveWorktreeStartPoint, rewriteLinearError, run, runArchiveScript, runCloudConnect, runConventionSetup, runCursorWorktreeSetup, runSetupScript, runSlackListen, runSlackRelayClient, runWorkspaceSetup, sameWorktreePath, sanitizeMcpServerName, saveAppSettings, saveLinearOAuth, scrubGithubTokensFromChildEnv, secureFileUnlocksWith, setCaffeinateHold, setHttpFetchImpl, setStatus, setVaultMasterKey, settingsSourceLabel, shouldAttachPastedText, shouldCompactContext, shouldInjectBrightsyMcp, shouldRefreshReviewRequestTemplate, shouldRunWorktreeCleanup, sideboardHomeDir, sideboardMcpProfile, sideboardReposDir, sideboardWorkspacesDir, slackAppLevelToken, slackArchiveUrl, slackCoordinatorSourceRef, slackListenEnabled, slackOAuthCredentials, slackOAuthResultUrl, slackRelayUrl, slugify, spawnAgentTurn, splitForCompaction, stackAgentDefaultsFrom, stackIdFrom, stackMergeReadiness, stageAbsolutePathsAsAttachments, stageBuffersAsAttachments, startDevServer, startLinearOAuth, startMcpServer, startOrchestration, startSlackOAuth, startSlackRelayServer, stripBrightsyNdjsonNoise, stripNestedElectronEnv, submitPrStack, suggestSlug, summarizeConversation, switchBrightsyAccount, syncWorkspacesFromThreads, takenTeamSlugsForChatTab, takenTeamSlugsForOrchestration, taskMessageText, thinkingEffortBars, thinkingEffortLabel, thisProcessShouldDrainAgentQueues, threadDisplayLabel, threadFilePath, threadLockPath, threadRequestsBrightsyMcp, threadsDir, threadsSharingWorktree, toPublicAppSettings, toolDescription, toolDetail, toolFilePath, totalTokens, updateAdvancedSettings, updateAgentExecutable, updateAppEnvironment, updateBrightsySettings, updateClaudeSettings, updateCodexSettings, updateDefaultsSettings, updateIntegrationsSettings, updateLinearIssue, updateOpencodeSettings, updateThread, userClaudeMcpConfigPath, userCursorMcpConfigPath, validateLinearApiKey, warmGithubAgentAuth, withAgentInstructions, withExportedPath, withThreadLock, workspaceSettingsSourceLabel, worktreeCleanupSettings, worktreeDisplayLabel, worktreeDisplayLabelForGroup, worktreeNameFromPath, worktreesRoot, writeInjectedMcpConfig, writePlanFile, writeThread, writeWorktreeFile };
|
|
4606
|
+
export { AGENT_GIT_ACTIONS, ATTACHMENTS_DIR, type ActiveRun, type AddStackLayerInput, type AdoptInput, type AdvancedAppSettings, type AgentAdapter, type AgentEvent, type AgentGitAction, type AgentInstructionFile, type AgentKind, type AgentModelCatalog, type AgentModelInfo, type AgentSetupActionResult, type AgentSetupInfo, type AgentSetupKind, type AgentStatus, type AgentTurnInput, type AnthropicCacheControl, type AppSettings, type ApplyIntoMainResult, type AttachCommand, type Autonomy, BAKED_SLACK_RELAY_URL, BRIGHTSY_MCP_ALLOWED_TOOLS, type BranchInfo, type BrightsyAccount, type BrightsyChatTarget, type BrightsyChatTargets, type BrightsyCloudConnectAgent, type BrightsyHarnessSettings, type BrightsySession, BrightsySideboardApi, type BrightsyTeamTargets, CLAUDE_MODEL_CATALOG, CLOUD_COORDINATOR_BUSY_REPLY, CLOUD_COORDINATOR_STOPPED_REPLY, CLOUD_COORDINATOR_TIMEOUT_REPLY, CLOUD_ORCHESTRATOR_GOAL, CONTEXT_COMPACT_CHARS, CONTEXT_KEEP_RECENT_CHARS, CONTEXT_KEEP_RECENT_MESSAGES, CONTEXT_MIN_MESSAGES, CONVENTION_SETUP_RELPATHS, COORDINATOR_TOOL_PLAYBOOK, type CaffeinateHoldState, type ClaudeHarnessSettings, type CleanupOrphansResult, type CliAgentKind, type CliExecutableSettings, type CloudConnectAgent, type CloudConnectOptions, type CloudConnectStatus, type CompactResult, type CompactThresholds, type ComposerFileBuffer, type ConductorSettings, type ConductorWorkspace, type ConnectedBrightsyTeamInfo, type ConventionSetupFile, type CreateChatTabInput, type CreateGlobalChatOpts, type CreateScheduledTaskInput, type CreateStackInput, type CreateThreadInput, type CreateWorktreeResult, type CursorModelInfo, type CursorSdkStreamMessage, type CursorTurnRequest, type CursorWorktreesConfig, type DefaultsAppSettings, type DevServerHandle, type DiffCommentInput, type DiffCommentLine, type DiffCommit, type DiffFile, type DiffResult, type DiffScope, type DiffScopeStat, type ExpandResult, FAMOUS_SOCCER_TEAMS, type ForkChatTabInput, type ForkThreadWorktreeInput, type FormatGhLandErrorOptions, GITHUB_GIT_AUTH_MODES, GLOBAL_WORKSPACE_ID, type GetDiffOptions, type GhStackStatus, type GitHubStatus, type GitWorktreeStatus, type GithubGitAuthMode, HARNESS_ENV_KEYS, type HarnessId, type InitStackFromThreadInput, type IntegrationsSettings, type IpcApi, type IssueInfo, type IssueSource, LEGACY_ATTACHMENTS_DIR, LEGACY_PLAN_FILE_REL, LEGACY_REVIEW_REQUEST_PATH, LINEAR_OAUTH_CANCELLED, LINEAR_OAUTH_PORT, LINEAR_OAUTH_REDIRECT, LINEAR_OAUTH_SCOPES, type LandPreview, type LandResult, type LinearComment, type LinearIssue, LinearOAuthCancelledError, type LinearTeam, type LinearTeamsResult, type LinearWorkflowState, type ListIssuesResult, MAX_ANTHROPIC_CACHE_CONTROL_BLOCKS, type McpServerStatus, type MessagePart, ORCHESTRATOR_AGENT_KINDS, type OpenPrStackLayersInput, type OpenStackLayerInput, type OpenStackLayerResult, type OrchestrationQuotaOnLimit, Orchestrator, type OrchestratorAgentKind, type OrchestratorEvent, type OrchestratorRuntime, type OrphanWorktree, PASTE_ATTACH_MIN_CHARS, PASTE_ATTACH_MIN_LINES, PLAN_FILE_NAME, PLAN_FILE_REL, PLAN_MODE_INSTRUCTION, type PendingPlanQuestions, type PlanQuestion, type PlanQuestionAnswer, type PlanQuestionOption, type PlanToolPartLike, type PrActor, type PrCheckRun, type PrCommentInfo, type PrCommitInfo, type PrDetails, type PrInfo, type PrMeta, type PrReviewInfo, type PrStack, type PrStackLayer, type PresentedPlan, type PublicAppSettings, type PublicIntegrationsSettings, REPO_REVIEW_NAME, REPO_REVIEW_PATH, REVIEW_REQUEST_NAME, REVIEW_REQUEST_PATH, REVIEW_REQUEST_PREFILL, REVIEW_REQUEST_TEMPLATE, type RepoSettings, type RepoSetupInfo, type RequestReviewResult, type ResolvedReviewGuidelines, type ReviewGuidelinesSource, type RunMode, type RunScript, SIDEBOARD_FORCE_STOP, SIDEBOARD_MCP_ALLOWED_TOOLS, SIDEBOARD_MCP_PROFILE_ENV, SLACK_LISTEN_STOPPED_REPLY, SLACK_LISTEN_TIMEOUT_REPLY, SLACK_OAUTH_CANCELLED, SLACK_OAUTH_REDIRECT, SLACK_PROGRESS_DELAY_MS, SLACK_PROGRESS_EDIT_MS, SLACK_REPLY_FORMATTING, SLACK_SEEN_REACTION, type ScheduleCreatedBy, type ScheduleWhen, type ScheduledTask, type ScriptHandle, type SetupRunResult, type SideboardMcpProfile, type SkillInfo, type SlackInboundMessage, type SlackListenOptions, type SlackListenStatus, SlackOAuthCancelledError, type SlackOutboundReply, type SlackOutboundWatch, type SlackRelayClientMessage, type SlackRelayClientOptions, SlackRelayHub, type SlackRelayServerHandle, type SlackRelayServerMessage, type SlackRelayServerOptions, type SlackReplyBadge, type SlackWorkspaceInfo, type SourceType, type SpawnTurnHandle, type SummarizeResult, THINKING_EFFORTS, type TeamName, type ThinkingEffort, type Thread, type ThreadAttachment, type ThreadMessage, type ThreadOptionsPatch, type ThreadStatus, type TokenUsage, type ToolPartLike, type TranscriptToolDetail, type TurnCommand, type UpdateScheduledTaskPatch, type UsageScope, type Workspace, type WorkspaceInventoryEntry, type WorkspaceScriptEnvOpts, ackSlackInboundSeen, addPrStackLayer, addStackLayerFromThread, addWorkspace, adoptThread, agentGitPrompt, allAdapters, allocatePort, allocatePortRange, allocateTeamName, allocateTeamSlug, appDataDir, appSettingsPath, appendIndexedGitConfig, appendMessage, applyAgentEvent, applyAppEnvironment, applyCompaction, applyGithubGitAuthEnv, applyThreadIntoMain, applyTurnUsage, armSchedules, assertOrchestratorCapableAgent, attachmentFromAbsolutePath, attachmentsFromBuffers, attachmentsFromWorktreePaths, attachmentsGitignoreBody, autoArchiveOnMergeEnabled, autoCleanupOrphansEnabled, autoRenameBranchEnabled, autoRunAfterSetupEnabled, branchDisplayLabel, brightsyAdapter, brightsyCloudConnectAgent, brightsyCloudConnectEnabled, brightsyConfigPath, brightsyInjectWorktreeMcpEnabled, brightsyMcpAllowedTools, brightsyMcpServerName, buildCachedUserContent, buildClaudeStreamJsonUserMessage, buildDiffCommentAttachment, buildForkTranscriptAttachment, buildPastedTextAttachment, buildReviewRequestAttachment, buildSessionSeed, buildWorkspaceScriptEnv, caffeinateHoldPath, caffeinateWhileCloudConnectEnabled, caffeinateWhileRunningEnabled, caffeinateWhileSchedulesEnabled, caffeinateWhileSlackListenEnabled, captureLoginEnv, captureTurnBaseline, checkoutPrStackLayer, childEnvWithAppSettings, claimDesktopHost, claudeAdapter, claudeChromeEnabled, claudeUserSettingsPath, cleanupOrphanWorktrees, cloneRepoIntoSideboard, codexAdapter, codexSandboxWritableRootsArgs, codexUnattendedGitConfigArgs, coerceOrchestratorAgent, collectTakenTeamSlugs, commentLinearIssue, commitAll, computeNextRunAt, conductorBundledBinDir, conductorDbPath, confirmLand, connectBrightsyTeam, connectSlackToken, contextTokens, coordinatorSystemPrompt, coordinatorTurnReminder, copyConfiguredFiles, countCacheControlBlocks, createChatTab, createEmptyThread, createExistingBranchWorktree, createGlobalChat, createLinearIssue, createLinearPkce, createOrUpdatePr, createPrStack, createSchedule, createThread, createThreadWorktree, currentBranch, cursorAdapter, cursorSdkMessageToEvents, decodeBrightsyTarget, defaultScheduleName, deleteBranchOnPurgeEnabled, deleteSchedule, deleteThreadRecord, desktopHostPidPath, detectAgents, detectGhStack, detectLocalMergeConflicts, disconnectBrightsyTeam, disconnectLinear, disconnectLinearConnection, disconnectSlackWorkspace, discoverSkills, dismissSlackReplyBadge, dropCachedPrefixOnResume, encodeBrightsyTarget, enrichPathWithNpmGlobalBin, enrichWorkspacesWithGithub, ensureAgentPath, ensureCloudCoordinator, ensureGhPreferOrigin, ensureGlobalCoordinatorCwd, ensureReviewRequestFile, ensureSlackCoordinator, ensureSlackDeviceIdentity, ensureWorkspace, estimateMessageChars, estimateThreadChars, expandComposerPrompt, extractGhErrorDetail, extractPendingPlanQuestions, extractPresentedPlan, extractiveSummary, fetchPrHead, finalizeParts, findConventionSetup, findInvalidCacheControlTtlOrder, findOrphanWorktrees, findSlackCoordinator, findThreadByRef, findThreadForStackLayer, fireSchedule, flattenTurnInput, forkChatTab, forkMessageSlice, forkThreadWorktree, formatAgentInstructions, formatArtifactDirective, formatBrightsyFetchError, formatFetchError, formatGhLandError, formatGitAuthModeDirective, formatIpcInvokeError, formatMergePrError, formatMessagesAsTranscript, formatPlanQuestionAnswers, formatPlanQuestionsForChat, formatProcessGuideDirective, formatRateLimitResetHint, formatRenameBranchDirective, formatScheduleWhen, formatScheduledPrompt, formatSlackExternalReplyPrompt, formatSlackInboundPrompt, formatSlackRepliesForTurn, formatSlackSignedReply, formatSlackWorkingText, formatTranscriptMarkdown, formatUiReminder, formatWorkspaceInventory, formatWorktreeDirective, formatWorktreeReminder, fromInclusiveInputUsage, getAdapter, getAgentSetupInfo, getBrightsySession, getCaffeinateHold, getDefaultAgent, getDefaultEffort, getDefaultFast, getDefaultModel, getDefaultRunScript, getDiff, getDiffSummary, getGitHubStatus, getGithubGitAuthMode, getGithubPat, getIssueSource, getLinearApiKey, getLinearAuthToken, getLinearIssue, getOrchestrator, getPr, getPrChecks, getPrDetails, getPrForHeadBranch, getPrMeta, getPrStack, getRepoSetupInfo, getRunMode, getRunScript, getSchedule, getSlackWorkspace, gh, ghHeadRef, ghRepoSelectArgs, git, githubAgentGitEnv, globalAgentCwd, handleSlackInbound, harnessEnvKey, hasBakedLinearOAuth, hasBakedSlackOAuth, hasConductorHook, hasConventionSetup, hasCursorWorktreeSetup, hasEnabledSchedules, hasRepoHook, hasWorkspaceHook, healOrchestrationSoccerTitles, httpFetch, importConductorWorkspace, importConductorWorkspaceAsync, initPrStack, initStackFromThread, initializeGitRepository, inspectGitWorktree, installAgent, interruptSlackCoordinatorForInbound, isAskUserToolName, isBrightsyConnected, isBrightsyNdjsonLine, isCloudCoordinatorThread, isConductorBundledCli, isCursorAutoModel, isDefaultishSourceRef, isDesktopHostAlive, isDirty, isGhRateLimitError, isGlobalRepoPath, isGlobalThread, isImageFilePath, isInPrStack, isInboundForThisDesktop, isLinearConnected, isLinearOAuthCancelled, isOrchestratorCapableAgent, isOrchestratorThread, isPidAlive, isPlaceholderBranch, isPrNotMergeableError, isPresentPlanToolName, isSessionQuotaLimit, isSideboardScratchPath, isSlackCoordinatorThread, isSlackExternalReplyPrompt, isSlackOAuthCancelled, isThinkingEffort, isThisProcessDesktopHost, isThreadCaffeinated, isWorkspaceScratchPath, linearAuthorizationHeader, linearGraphql, linearOAuthAuthorizeUrl, linearOAuthCredentials, listAgentSetupInfo, listBranchCommits, listBranches, listBrightsyAccounts, listBrightsyChatTargets, listCodexModels, listConductorWorkspaces, listConnectedBrightsyTeams, listCursorModels, listGitHubIssues, listGlobalThreads, listIssues, listLinearIssues, listLinearIssuesDirect, listLinearTeams, listModelsForAgent, listOpencodeModels, listPrs, listRunScripts, listSchedules, listSlackOutboundWatches, listSlackReplyBadges, listSlackWorkspaces, listThreads, listWorkspaces, listWorktreeFiles, listWorktrees, loadAgentInstructions, loadAppSettings, loadBrightsyConfig, loadConductorSettings, loadRepoSettings, loadWorkspaceSettings, locksDir, loginAgent, lookupSoccerTeam, maxConcurrentAgents, maybeCompactContext, mcpAllowTools, mcpAuthWarnings, mergeAgentGitAuthEnv, mergePr, mergePrStack, mergeSideboardIntoMcpServersJson, mergeUsage, nextPastedTextName, nextThinkingEffort, nonInteractiveGitProcessEnv, normalizeParseResult, normalizeThinkingEffort, normalizeThread, normalizeTurnInput, normalizeWorktreePath, openInSystemTerminal, openPrStackLayers, openStackLayer, opencodeAdapter, orchestrationQuotaFallbackAgent, orchestrationQuotaOnLimit, orchestrationTitleNeedsSoccerNickname, orchestratorSessionPoisonedByBuiltins, originGhRepoEnv, parseCursorRunnerLine, parseDurationMs, parseForceStopMessage, parseGhStackViewJson, parseGithubSlugFromRemoteUrl, parseMcpList, parsePlanQuestionsInput, parseSessionQuotaResetAt, parseSlackRelayClientMessage, parseSlackRelayServerMessage, partsToAssistantText, pastedTextStats, pendingSlackExternalReplies, permalinkForSlackReplyBadge, permissionMode, persistVaultKeyInKeychain, planFileAbs, posixShellSingleQuote, prepareTerminalCommand, previewLand, promptMentionsBrightsy, pushBranch, readExistingReviewRequestFile, readKeychainVaultKey, readPlanFile, readSkillBody, readThread, readWorktreeFile, readWorktreeFileForUpload, readWorktreeInclude, recordScheduleRun, recordSlackOutboundWatch, refreshGitHubAuth, refreshSlackReplyBadges, registerPackagedUserMcpClients, releaseCaffeinateHoldForThread, releaseDesktopHost, removeWorkspace, removeWorktree, repoSlug, requestOccupancy, requestReview, requireAgent, resetGhStackDetectCache, resetGithubAgentTokenMemo, resolveAgentExecutable, resolveAgentGitAuthEnv, resolveClaudeExecutable, resolveCodexGitWritableRoots, resolveCommandBinarySync, resolveConductorCursorAgentId, resolveCursorModelId, resolveDefaultBranch, resolveDiffBaseRef, resolveEffectiveIssueSource, resolveFilesToCopy, resolveGhAuthToken, resolveGithubAgentToken, resolveGithubRepoSlug, resolveLinearState, resolveLinearTeam, resolveLoginCommand, resolveNewThreadOptions, resolvePlanMarkdown, resolvePrSelector, resolvePrSelectors, resolveQuotaFallbackAgent, resolveRepoRoot, resolveReviewGuidelines, resolveScheduleThreadId, resolveSlackListenMode, resolveThreadDefaults, resolveThreadEffort, resolveVaultKey, resolveWorktreeStartPoint, rewriteLinearError, run, runArchiveScript, runCloudConnect, runConventionSetup, runCursorWorktreeSetup, runSetupScript, runSlackListen, runSlackRelayClient, runWorkspaceSetup, sameWorktreePath, sanitizeMcpServerName, saveAppSettings, saveLinearOAuth, schedulesPath, scrubGithubTokensFromChildEnv, secureFileUnlocksWith, setCaffeinateHold, setHttpFetchImpl, setStatus, setVaultMasterKey, settingsSourceLabel, shouldAttachPastedText, shouldCompactContext, shouldInjectBrightsyMcp, shouldRefreshReviewRequestTemplate, shouldRunWorktreeCleanup, sideboardHomeDir, sideboardMcpProfile, sideboardReposDir, sideboardWorkspacesDir, slackAppLevelToken, slackArchiveUrl, slackCoordinatorSourceRef, slackListenEnabled, slackOAuthCredentials, slackOAuthResultUrl, slackRelayUrl, slugify, spawnAgentTurn, splitForCompaction, stackAgentDefaultsFrom, stackIdFrom, stackMergeReadiness, stageAbsolutePathsAsAttachments, stageBuffersAsAttachments, startDevServer, startLinearOAuth, startMcpServer, startOrchestration, startSlackOAuth, startSlackRelayServer, stripBrightsyNdjsonNoise, stripNestedElectronEnv, submitPrStack, suggestSlug, summarizeConversation, switchBrightsyAccount, syncWorkspacesFromThreads, takenTeamSlugsForChatTab, takenTeamSlugsForOrchestration, taskMessageText, thinkingEffortBars, thinkingEffortLabel, thisProcessShouldDrainAgentQueues, threadDisplayLabel, threadFilePath, threadLivePath, threadLockPath, threadRequestsBrightsyMcp, threadsDir, threadsSharingWorktree, toPublicAppSettings, toolDescription, toolDetail, toolFilePath, totalTokens, updateAdvancedSettings, updateAgentExecutable, updateAppEnvironment, updateBrightsySettings, updateClaudeSettings, updateCodexSettings, updateDefaultsSettings, updateIntegrationsSettings, updateLinearIssue, updateOpencodeSettings, updateSchedule, updateThread, userClaudeMcpConfigPath, userCursorMcpConfigPath, validateLinearApiKey, waitForPidExit, warmGithubAgentAuth, withAgentInstructions, withExportedPath, withThreadLock, workspaceSettingsSourceLabel, worktreeCleanupSettings, worktreeDisplayLabel, worktreeDisplayLabelForGroup, worktreeNameFromPath, worktreesRoot, writeInjectedMcpConfig, writePlanFile, writeThread, writeWorktreeFile };
|
package/dist/index.d.ts
CHANGED
|
@@ -574,6 +574,8 @@ declare function repoSlug(repoPath: string): string;
|
|
|
574
574
|
*/
|
|
575
575
|
declare function worktreesRoot(repoPath: string): string;
|
|
576
576
|
declare function threadFilePath(id: string): string;
|
|
577
|
+
/** Live in-flight turn snapshot (tools/thinking) — not the full thread JSON. */
|
|
578
|
+
declare function threadLivePath(id: string): string;
|
|
577
579
|
declare function threadLockPath(id: string): string;
|
|
578
580
|
/** Empty synthetic cwd for global orchestration agents (not a git worktree). */
|
|
579
581
|
declare function globalAgentCwd(): string;
|
|
@@ -724,6 +726,12 @@ interface AdvancedAppSettings {
|
|
|
724
726
|
* (so Personal/Work stay reachable with the lid closed on AC). Default off.
|
|
725
727
|
*/
|
|
726
728
|
caffeinateWhileSlackListen?: boolean;
|
|
729
|
+
/**
|
|
730
|
+
* Keep the Mac awake with `caffeinate` while any local schedule is enabled
|
|
731
|
+
* (so a due job can fire). Default off — a 9am cron should not pin the Mac
|
|
732
|
+
* awake 24/7 unless the user opts in.
|
|
733
|
+
*/
|
|
734
|
+
caffeinateWhileSchedules?: boolean;
|
|
727
735
|
/**
|
|
728
736
|
* @deprecated Prefer `caffeinateWhileSlackListen`. Still read on load for migration.
|
|
729
737
|
*/
|
|
@@ -922,6 +930,7 @@ declare function autoRenameBranchEnabled(settings?: AppSettings): boolean;
|
|
|
922
930
|
declare function autoRunAfterSetupEnabled(settings?: AppSettings): boolean;
|
|
923
931
|
declare function caffeinateWhileRunningEnabled(settings?: AppSettings): boolean;
|
|
924
932
|
declare function caffeinateWhileSlackListenEnabled(settings?: AppSettings): boolean;
|
|
933
|
+
declare function caffeinateWhileSchedulesEnabled(settings?: AppSettings): boolean;
|
|
925
934
|
/** @deprecated Use caffeinateWhileSlackListenEnabled. */
|
|
926
935
|
declare function caffeinateWhileCloudConnectEnabled(settings?: AppSettings): boolean;
|
|
927
936
|
declare function deleteBranchOnPurgeEnabled(settings?: AppSettings): boolean;
|
|
@@ -1015,6 +1024,90 @@ declare function appendMessage(id: string, message: ThreadMessage): Thread;
|
|
|
1015
1024
|
declare function setStatus(id: string, status: ThreadStatus, lastError?: string | null): Thread;
|
|
1016
1025
|
declare function findThreadByRef(ref: string): Thread | null;
|
|
1017
1026
|
|
|
1027
|
+
/**
|
|
1028
|
+
* Agents that Sideboard can inject Sideboard MCP into for fleet orchestration.
|
|
1029
|
+
* Brightsy CLI has no local MCP injection — it cannot be an orchestrator.
|
|
1030
|
+
*/
|
|
1031
|
+
declare const ORCHESTRATOR_AGENT_KINDS: readonly ["claude", "codex", "opencode", "cursor"];
|
|
1032
|
+
type OrchestratorAgentKind = (typeof ORCHESTRATOR_AGENT_KINDS)[number];
|
|
1033
|
+
declare function isOrchestratorCapableAgent(agent: AgentKind | null | undefined): agent is OrchestratorAgentKind;
|
|
1034
|
+
declare function assertOrchestratorCapableAgent(agent: AgentKind, context?: string): OrchestratorAgentKind;
|
|
1035
|
+
/** Prefer a capable agent; fall back to Claude when the choice is unsupported. */
|
|
1036
|
+
declare function coerceOrchestratorAgent(agent: AgentKind | null | undefined, fallback?: OrchestratorAgentKind): OrchestratorAgentKind;
|
|
1037
|
+
|
|
1038
|
+
type ScheduleCreatedBy = 'mcp' | 'cli' | 'ui';
|
|
1039
|
+
type ScheduleWhen = {
|
|
1040
|
+
kind: 'once';
|
|
1041
|
+
at: string;
|
|
1042
|
+
} | {
|
|
1043
|
+
kind: 'every';
|
|
1044
|
+
every: string;
|
|
1045
|
+
} | {
|
|
1046
|
+
kind: 'cron';
|
|
1047
|
+
expr: string;
|
|
1048
|
+
tz?: string;
|
|
1049
|
+
};
|
|
1050
|
+
interface ScheduledTask {
|
|
1051
|
+
id: string;
|
|
1052
|
+
name: string;
|
|
1053
|
+
prompt: string;
|
|
1054
|
+
enabled: boolean;
|
|
1055
|
+
when: ScheduleWhen;
|
|
1056
|
+
/** Existing orchestration chat. Null = create a new Global chat on fire. */
|
|
1057
|
+
threadId: string | null;
|
|
1058
|
+
agent: OrchestratorAgentKind | null;
|
|
1059
|
+
model: string | null;
|
|
1060
|
+
nextRunAt: string;
|
|
1061
|
+
lastRunAt: string | null;
|
|
1062
|
+
lastThreadId: string | null;
|
|
1063
|
+
lastError: string | null;
|
|
1064
|
+
createdBy: ScheduleCreatedBy;
|
|
1065
|
+
createdAt: string;
|
|
1066
|
+
updatedAt: string;
|
|
1067
|
+
}
|
|
1068
|
+
interface CreateScheduledTaskInput {
|
|
1069
|
+
name?: string;
|
|
1070
|
+
prompt: string;
|
|
1071
|
+
when: ScheduleWhen;
|
|
1072
|
+
threadId?: string | null;
|
|
1073
|
+
agent?: AgentKind | null;
|
|
1074
|
+
model?: string | null;
|
|
1075
|
+
enabled?: boolean;
|
|
1076
|
+
createdBy: ScheduleCreatedBy;
|
|
1077
|
+
}
|
|
1078
|
+
type UpdateScheduledTaskPatch = Partial<Pick<ScheduledTask, 'name' | 'prompt' | 'enabled' | 'when' | 'threadId' | 'agent' | 'model'>>;
|
|
1079
|
+
declare function schedulesPath(): string;
|
|
1080
|
+
declare function parseDurationMs(every: string): number | null;
|
|
1081
|
+
declare function defaultScheduleName(prompt: string): string;
|
|
1082
|
+
/** `self` → SIDEBOARD_ORCHESTRATOR_THREAD_ID. Empty / missing → null (new chat). */
|
|
1083
|
+
declare function resolveScheduleThreadId(raw: string | null | undefined, env?: NodeJS.ProcessEnv): string | null;
|
|
1084
|
+
declare function computeNextRunAt(when: ScheduleWhen, from?: Date): Date;
|
|
1085
|
+
declare function formatScheduleWhen(when: ScheduleWhen): string;
|
|
1086
|
+
declare function listSchedules(): ScheduledTask[];
|
|
1087
|
+
/** True when at least one schedule is enabled (desktop caffeinate source). */
|
|
1088
|
+
declare function hasEnabledSchedules(): boolean;
|
|
1089
|
+
declare function getSchedule(id: string): ScheduledTask | null;
|
|
1090
|
+
declare function createSchedule(input: CreateScheduledTaskInput): ScheduledTask;
|
|
1091
|
+
declare function updateSchedule(id: string, patch: UpdateScheduledTaskPatch): ScheduledTask;
|
|
1092
|
+
declare function deleteSchedule(id: string): void;
|
|
1093
|
+
declare function recordScheduleRun(id: string, result: {
|
|
1094
|
+
lastThreadId?: string | null;
|
|
1095
|
+
lastError?: string | null;
|
|
1096
|
+
firedAt?: Date;
|
|
1097
|
+
}): ScheduledTask;
|
|
1098
|
+
|
|
1099
|
+
declare function formatScheduledPrompt(name: string, prompt: string): string;
|
|
1100
|
+
/**
|
|
1101
|
+
* Fire a schedule now (Run now / due timer). `send` still defers drain to the
|
|
1102
|
+
* desktop host when it is alive.
|
|
1103
|
+
*/
|
|
1104
|
+
declare function fireSchedule(id: string): Promise<ScheduledTask>;
|
|
1105
|
+
/**
|
|
1106
|
+
* Arm (or catch-up) enabled schedules. Only the desktop host holds timers;
|
|
1107
|
+
* MCP/CLI persist the store and the desktop watcher re-arms.
|
|
1108
|
+
*/
|
|
1109
|
+
declare function armSchedules(): void;
|
|
1110
|
+
|
|
1018
1111
|
/** Written by the desktop Electron process so MCP/CLI can defer drain to it. */
|
|
1019
1112
|
declare function desktopHostPidPath(): string;
|
|
1020
1113
|
declare function claimDesktopHost(pid?: number): void;
|
|
@@ -1956,17 +2049,6 @@ declare function parseSessionQuotaResetAt(text: string, now?: Date): Date | null
|
|
|
1956
2049
|
/** Pick a different orchestrator-capable agent for quota failover. */
|
|
1957
2050
|
declare function resolveQuotaFallbackAgent(current: AgentKind, preferred?: AgentKind | null): AgentKind;
|
|
1958
2051
|
|
|
1959
|
-
/**
|
|
1960
|
-
* Agents that Sideboard can inject Sideboard MCP into for fleet orchestration.
|
|
1961
|
-
* Brightsy CLI has no local MCP injection — it cannot be an orchestrator.
|
|
1962
|
-
*/
|
|
1963
|
-
declare const ORCHESTRATOR_AGENT_KINDS: readonly ["claude", "codex", "opencode", "cursor"];
|
|
1964
|
-
type OrchestratorAgentKind = (typeof ORCHESTRATOR_AGENT_KINDS)[number];
|
|
1965
|
-
declare function isOrchestratorCapableAgent(agent: AgentKind | null | undefined): agent is OrchestratorAgentKind;
|
|
1966
|
-
declare function assertOrchestratorCapableAgent(agent: AgentKind, context?: string): OrchestratorAgentKind;
|
|
1967
|
-
/** Prefer a capable agent; fall back to Claude when the choice is unsupported. */
|
|
1968
|
-
declare function coerceOrchestratorAgent(agent: AgentKind | null | undefined, fallback?: OrchestratorAgentKind): OrchestratorAgentKind;
|
|
1969
|
-
|
|
1970
2052
|
/** Conductor-bundled Claude/Codex live here (not on a typical GUI PATH). */
|
|
1971
2053
|
declare function conductorBundledBinDir(home?: string): string;
|
|
1972
2054
|
declare function isConductorBundledCli(filePath: string | null | undefined): boolean;
|
|
@@ -2802,7 +2884,8 @@ declare function applyThreadIntoMain(thread: Pick<Thread, 'repoPath' | 'worktree
|
|
|
2802
2884
|
|
|
2803
2885
|
/** True when `kill(pid, 0)` succeeds (process exists and is signalable). */
|
|
2804
2886
|
declare function isPidAlive(pid: number): boolean;
|
|
2805
|
-
|
|
2887
|
+
/** Wait until pid exits, or `timeoutMs` elapses. */
|
|
2888
|
+
declare function waitForPidExit(pid: number, timeoutMs: number): Promise<boolean>;
|
|
2806
2889
|
declare class Orchestrator {
|
|
2807
2890
|
readonly events: EventEmitter<[never]>;
|
|
2808
2891
|
private readonly processes;
|
|
@@ -2948,12 +3031,17 @@ declare class Orchestrator {
|
|
|
2948
3031
|
sourceRef?: string;
|
|
2949
3032
|
title?: string;
|
|
2950
3033
|
}): Promise<Thread[]>;
|
|
2951
|
-
waitForTurn(threadRef: string, timeoutMs?: number
|
|
3034
|
+
waitForTurn(threadRef: string, timeoutMs?: number, opts?: {
|
|
3035
|
+
resolveIfStillRunning?: boolean;
|
|
3036
|
+
}): Promise<Thread>;
|
|
2952
3037
|
getTurnResult(threadRef: string): {
|
|
2953
3038
|
text: string;
|
|
2954
3039
|
status: string;
|
|
2955
3040
|
sessionId: string | null;
|
|
2956
3041
|
lastError: string | null;
|
|
3042
|
+
stillRunning: boolean;
|
|
3043
|
+
progress: string | null;
|
|
3044
|
+
lastActivityAt: string | null;
|
|
2957
3045
|
};
|
|
2958
3046
|
private assertNotGlobal;
|
|
2959
3047
|
/** MCP set_caffeinate is a detached hold — closing the chat must not leave the Mac awake. */
|
|
@@ -3107,10 +3195,17 @@ declare class Orchestrator {
|
|
|
3107
3195
|
buffers?: ComposerFileBuffer[];
|
|
3108
3196
|
}): ThreadAttachment[];
|
|
3109
3197
|
listWorktreeChats(threadRef: string): Thread[];
|
|
3198
|
+
/**
|
|
3199
|
+
* Last-tab teardown must see siblings already archived. Serialize per
|
|
3200
|
+
* worktree so parallel archive/purge of sibling tabs still removes once.
|
|
3201
|
+
*/
|
|
3202
|
+
private enqueueWorktreeTeardown;
|
|
3110
3203
|
archive(threadRef: string): Promise<Thread>;
|
|
3204
|
+
private archiveUnlocked;
|
|
3111
3205
|
purge(threadRef: string, opts?: {
|
|
3112
3206
|
deleteBranch?: boolean;
|
|
3113
3207
|
}): Promise<void>;
|
|
3208
|
+
private purgeUnlocked;
|
|
3114
3209
|
restore(threadRef: string): Promise<Thread>;
|
|
3115
3210
|
attachCommand(threadRef: string): Promise<AttachCommand>;
|
|
3116
3211
|
setMaxConcurrent(n: number): void;
|
|
@@ -3728,6 +3823,12 @@ interface IpcApi {
|
|
|
3728
3823
|
planMode?: boolean;
|
|
3729
3824
|
attachments?: ThreadAttachment[];
|
|
3730
3825
|
}): Promise<Thread>;
|
|
3826
|
+
listSchedules(): Promise<ScheduledTask[]>;
|
|
3827
|
+
createSchedule(input: Omit<CreateScheduledTaskInput, 'createdBy'>): Promise<ScheduledTask>;
|
|
3828
|
+
updateSchedule(id: string, patch: UpdateScheduledTaskPatch): Promise<ScheduledTask>;
|
|
3829
|
+
deleteSchedule(id: string): Promise<void>;
|
|
3830
|
+
runSchedule(id: string): Promise<ScheduledTask>;
|
|
3831
|
+
onSchedulesChanged(listener: () => void): () => void;
|
|
3731
3832
|
createGlobalChat(opts: {
|
|
3732
3833
|
title?: string;
|
|
3733
3834
|
agent: AgentKind;
|
|
@@ -4273,8 +4374,17 @@ interface SlackListenOptions {
|
|
|
4273
4374
|
relayUrl?: string;
|
|
4274
4375
|
fetchImpl?: typeof fetch;
|
|
4275
4376
|
WebSocketImpl?: SlackSocketModeOptions['WebSocketImpl'];
|
|
4276
|
-
/** Tests: handle without talking to Slack Web API. */
|
|
4277
|
-
postReply?: (msg: SlackInboundMessage, text: string) => Promise<
|
|
4377
|
+
/** Tests: handle without talking to Slack Web API. Return `{ ts }` to allow chat.update. */
|
|
4378
|
+
postReply?: (msg: SlackInboundMessage, text: string) => Promise<{
|
|
4379
|
+
ts?: string;
|
|
4380
|
+
} | void>;
|
|
4381
|
+
/** Tests: edit a previously posted reply (chat.update). */
|
|
4382
|
+
updateReply?: (msg: SlackInboundMessage, ts: string, text: string) => Promise<void>;
|
|
4383
|
+
/** Tests: delete a previously posted reply (chat.delete). */
|
|
4384
|
+
deleteReply?: (msg: SlackInboundMessage, ts: string) => Promise<void>;
|
|
4385
|
+
/** Tests: override Working… delay / edit cadence. */
|
|
4386
|
+
progressDelayMs?: number;
|
|
4387
|
+
progressEditMs?: number;
|
|
4278
4388
|
/** Tests: ack reactions without talking to Slack Web API. */
|
|
4279
4389
|
addReaction?: (msg: SlackInboundMessage, name: string) => Promise<void>;
|
|
4280
4390
|
/**
|
|
@@ -4298,6 +4408,11 @@ declare function formatSlackInboundPrompt(msg: SlackInboundMessage): string;
|
|
|
4298
4408
|
* more than one device can see who answered and address follow-ups the same way.
|
|
4299
4409
|
*/
|
|
4300
4410
|
declare function formatSlackSignedReply(deviceLabel: string, text: string): string;
|
|
4411
|
+
/** First Working… post after the turn is still running this long. */
|
|
4412
|
+
declare const SLACK_PROGRESS_DELAY_MS = 20000;
|
|
4413
|
+
/** Edit the Working… message at most this often. */
|
|
4414
|
+
declare const SLACK_PROGRESS_EDIT_MS = 15000;
|
|
4415
|
+
declare function formatSlackWorkingText(summary?: string | null): string;
|
|
4301
4416
|
/** Slack emoji short name for “seen / looking at this”. */
|
|
4302
4417
|
declare const SLACK_SEEN_REACTION = "eyes";
|
|
4303
4418
|
/** Eyes-react the inbound message so Slack shows the bot saw it. */
|
|
@@ -4478,6 +4593,9 @@ interface SlackRelayClientOptions {
|
|
|
4478
4593
|
onEvent: (msg: SlackInboundMessage) => void | Promise<void>;
|
|
4479
4594
|
onLog?: (line: string) => void;
|
|
4480
4595
|
WebSocketImpl?: SlackWebSocketCtor;
|
|
4596
|
+
/** Tests: override keepalive cadence. */
|
|
4597
|
+
pingIntervalMs?: number;
|
|
4598
|
+
pongTimeoutMs?: number;
|
|
4481
4599
|
}
|
|
4482
4600
|
/**
|
|
4483
4601
|
* Desktop client: connect to the hosted Slack relay, register this Mac as a
|
|
@@ -4485,4 +4603,4 @@ interface SlackRelayClientOptions {
|
|
|
4485
4603
|
*/
|
|
4486
4604
|
declare function runSlackRelayClient(opts: SlackRelayClientOptions): Promise<void>;
|
|
4487
4605
|
|
|
4488
|
-
export { AGENT_GIT_ACTIONS, ATTACHMENTS_DIR, type ActiveRun, type AddStackLayerInput, type AdoptInput, type AdvancedAppSettings, type AgentAdapter, type AgentEvent, type AgentGitAction, type AgentInstructionFile, type AgentKind, type AgentModelCatalog, type AgentModelInfo, type AgentSetupActionResult, type AgentSetupInfo, type AgentSetupKind, type AgentStatus, type AgentTurnInput, type AnthropicCacheControl, type AppSettings, type ApplyIntoMainResult, type AttachCommand, type Autonomy, BAKED_SLACK_RELAY_URL, BRIGHTSY_MCP_ALLOWED_TOOLS, type BranchInfo, type BrightsyAccount, type BrightsyChatTarget, type BrightsyChatTargets, type BrightsyCloudConnectAgent, type BrightsyHarnessSettings, type BrightsySession, BrightsySideboardApi, type BrightsyTeamTargets, CLAUDE_MODEL_CATALOG, CLOUD_COORDINATOR_BUSY_REPLY, CLOUD_COORDINATOR_STOPPED_REPLY, CLOUD_COORDINATOR_TIMEOUT_REPLY, CLOUD_ORCHESTRATOR_GOAL, CONTEXT_COMPACT_CHARS, CONTEXT_KEEP_RECENT_CHARS, CONTEXT_KEEP_RECENT_MESSAGES, CONTEXT_MIN_MESSAGES, CONVENTION_SETUP_RELPATHS, COORDINATOR_TOOL_PLAYBOOK, type CaffeinateHoldState, type ClaudeHarnessSettings, type CleanupOrphansResult, type CliAgentKind, type CliExecutableSettings, type CloudConnectAgent, type CloudConnectOptions, type CloudConnectStatus, type CompactResult, type CompactThresholds, type ComposerFileBuffer, type ConductorSettings, type ConductorWorkspace, type ConnectedBrightsyTeamInfo, type ConventionSetupFile, type CreateChatTabInput, type CreateGlobalChatOpts, type CreateStackInput, type CreateThreadInput, type CreateWorktreeResult, type CursorModelInfo, type CursorSdkStreamMessage, type CursorTurnRequest, type CursorWorktreesConfig, type DefaultsAppSettings, type DevServerHandle, type DiffCommentInput, type DiffCommentLine, type DiffCommit, type DiffFile, type DiffResult, type DiffScope, type DiffScopeStat, type ExpandResult, FAMOUS_SOCCER_TEAMS, type ForkChatTabInput, type ForkThreadWorktreeInput, type FormatGhLandErrorOptions, GITHUB_GIT_AUTH_MODES, GLOBAL_WORKSPACE_ID, type GetDiffOptions, type GhStackStatus, type GitHubStatus, type GitWorktreeStatus, type GithubGitAuthMode, HARNESS_ENV_KEYS, type HarnessId, type InitStackFromThreadInput, type IntegrationsSettings, type IpcApi, type IssueInfo, type IssueSource, LEGACY_ATTACHMENTS_DIR, LEGACY_PLAN_FILE_REL, LEGACY_REVIEW_REQUEST_PATH, LINEAR_OAUTH_CANCELLED, LINEAR_OAUTH_PORT, LINEAR_OAUTH_REDIRECT, LINEAR_OAUTH_SCOPES, type LandPreview, type LandResult, type LinearComment, type LinearIssue, LinearOAuthCancelledError, type LinearTeam, type LinearTeamsResult, type LinearWorkflowState, type ListIssuesResult, MAX_ANTHROPIC_CACHE_CONTROL_BLOCKS, type McpServerStatus, type MessagePart, ORCHESTRATOR_AGENT_KINDS, type OpenPrStackLayersInput, type OpenStackLayerInput, type OpenStackLayerResult, type OrchestrationQuotaOnLimit, Orchestrator, type OrchestratorAgentKind, type OrchestratorEvent, type OrchestratorRuntime, type OrphanWorktree, PASTE_ATTACH_MIN_CHARS, PASTE_ATTACH_MIN_LINES, PLAN_FILE_NAME, PLAN_FILE_REL, PLAN_MODE_INSTRUCTION, type PendingPlanQuestions, type PlanQuestion, type PlanQuestionAnswer, type PlanQuestionOption, type PlanToolPartLike, type PrActor, type PrCheckRun, type PrCommentInfo, type PrCommitInfo, type PrDetails, type PrInfo, type PrMeta, type PrReviewInfo, type PrStack, type PrStackLayer, type PresentedPlan, type PublicAppSettings, type PublicIntegrationsSettings, REPO_REVIEW_NAME, REPO_REVIEW_PATH, REVIEW_REQUEST_NAME, REVIEW_REQUEST_PATH, REVIEW_REQUEST_PREFILL, REVIEW_REQUEST_TEMPLATE, type RepoSettings, type RepoSetupInfo, type RequestReviewResult, type ResolvedReviewGuidelines, type ReviewGuidelinesSource, type RunMode, type RunScript, SIDEBOARD_FORCE_STOP, SIDEBOARD_MCP_ALLOWED_TOOLS, SIDEBOARD_MCP_PROFILE_ENV, SLACK_LISTEN_STOPPED_REPLY, SLACK_LISTEN_TIMEOUT_REPLY, SLACK_OAUTH_CANCELLED, SLACK_OAUTH_REDIRECT, SLACK_REPLY_FORMATTING, SLACK_SEEN_REACTION, type ScriptHandle, type SetupRunResult, type SideboardMcpProfile, type SkillInfo, type SlackInboundMessage, type SlackListenOptions, type SlackListenStatus, SlackOAuthCancelledError, type SlackOutboundReply, type SlackOutboundWatch, type SlackRelayClientMessage, type SlackRelayClientOptions, SlackRelayHub, type SlackRelayServerHandle, type SlackRelayServerMessage, type SlackRelayServerOptions, type SlackReplyBadge, type SlackWorkspaceInfo, type SourceType, type SpawnTurnHandle, type SummarizeResult, THINKING_EFFORTS, type TeamName, type ThinkingEffort, type Thread, type ThreadAttachment, type ThreadMessage, type ThreadOptionsPatch, type ThreadStatus, type TokenUsage, type ToolPartLike, type TranscriptToolDetail, type TurnCommand, type UsageScope, type Workspace, type WorkspaceInventoryEntry, type WorkspaceScriptEnvOpts, ackSlackInboundSeen, addPrStackLayer, addStackLayerFromThread, addWorkspace, adoptThread, agentGitPrompt, allAdapters, allocatePort, allocatePortRange, allocateTeamName, allocateTeamSlug, appDataDir, appSettingsPath, appendIndexedGitConfig, appendMessage, applyAgentEvent, applyAppEnvironment, applyCompaction, applyGithubGitAuthEnv, applyThreadIntoMain, applyTurnUsage, assertOrchestratorCapableAgent, attachmentFromAbsolutePath, attachmentsFromBuffers, attachmentsFromWorktreePaths, attachmentsGitignoreBody, autoArchiveOnMergeEnabled, autoCleanupOrphansEnabled, autoRenameBranchEnabled, autoRunAfterSetupEnabled, branchDisplayLabel, brightsyAdapter, brightsyCloudConnectAgent, brightsyCloudConnectEnabled, brightsyConfigPath, brightsyInjectWorktreeMcpEnabled, brightsyMcpAllowedTools, brightsyMcpServerName, buildCachedUserContent, buildClaudeStreamJsonUserMessage, buildDiffCommentAttachment, buildForkTranscriptAttachment, buildPastedTextAttachment, buildReviewRequestAttachment, buildSessionSeed, buildWorkspaceScriptEnv, caffeinateHoldPath, caffeinateWhileCloudConnectEnabled, caffeinateWhileRunningEnabled, caffeinateWhileSlackListenEnabled, captureLoginEnv, captureTurnBaseline, checkoutPrStackLayer, childEnvWithAppSettings, claimDesktopHost, claudeAdapter, claudeChromeEnabled, claudeUserSettingsPath, cleanupOrphanWorktrees, cloneRepoIntoSideboard, codexAdapter, codexSandboxWritableRootsArgs, codexUnattendedGitConfigArgs, coerceOrchestratorAgent, collectTakenTeamSlugs, commentLinearIssue, commitAll, conductorBundledBinDir, conductorDbPath, confirmLand, connectBrightsyTeam, connectSlackToken, contextTokens, coordinatorSystemPrompt, coordinatorTurnReminder, copyConfiguredFiles, countCacheControlBlocks, createChatTab, createEmptyThread, createExistingBranchWorktree, createGlobalChat, createLinearIssue, createLinearPkce, createOrUpdatePr, createPrStack, createThread, createThreadWorktree, currentBranch, cursorAdapter, cursorSdkMessageToEvents, decodeBrightsyTarget, deleteBranchOnPurgeEnabled, deleteThreadRecord, desktopHostPidPath, detectAgents, detectGhStack, detectLocalMergeConflicts, disconnectBrightsyTeam, disconnectLinear, disconnectLinearConnection, disconnectSlackWorkspace, discoverSkills, dismissSlackReplyBadge, dropCachedPrefixOnResume, encodeBrightsyTarget, enrichPathWithNpmGlobalBin, enrichWorkspacesWithGithub, ensureAgentPath, ensureCloudCoordinator, ensureGhPreferOrigin, ensureGlobalCoordinatorCwd, ensureReviewRequestFile, ensureSlackCoordinator, ensureSlackDeviceIdentity, ensureWorkspace, estimateMessageChars, estimateThreadChars, expandComposerPrompt, extractGhErrorDetail, extractPendingPlanQuestions, extractPresentedPlan, extractiveSummary, fetchPrHead, finalizeParts, findConventionSetup, findInvalidCacheControlTtlOrder, findOrphanWorktrees, findSlackCoordinator, findThreadByRef, findThreadForStackLayer, flattenTurnInput, forkChatTab, forkMessageSlice, forkThreadWorktree, formatAgentInstructions, formatArtifactDirective, formatBrightsyFetchError, formatFetchError, formatGhLandError, formatGitAuthModeDirective, formatIpcInvokeError, formatMergePrError, formatMessagesAsTranscript, formatPlanQuestionAnswers, formatPlanQuestionsForChat, formatProcessGuideDirective, formatRateLimitResetHint, formatRenameBranchDirective, formatSlackExternalReplyPrompt, formatSlackInboundPrompt, formatSlackRepliesForTurn, formatSlackSignedReply, formatTranscriptMarkdown, formatUiReminder, formatWorkspaceInventory, formatWorktreeDirective, formatWorktreeReminder, fromInclusiveInputUsage, getAdapter, getAgentSetupInfo, getBrightsySession, getCaffeinateHold, getDefaultAgent, getDefaultEffort, getDefaultFast, getDefaultModel, getDefaultRunScript, getDiff, getDiffSummary, getGitHubStatus, getGithubGitAuthMode, getGithubPat, getIssueSource, getLinearApiKey, getLinearAuthToken, getLinearIssue, getOrchestrator, getPr, getPrChecks, getPrDetails, getPrForHeadBranch, getPrMeta, getPrStack, getRepoSetupInfo, getRunMode, getRunScript, getSlackWorkspace, gh, ghHeadRef, ghRepoSelectArgs, git, githubAgentGitEnv, globalAgentCwd, handleSlackInbound, harnessEnvKey, hasBakedLinearOAuth, hasBakedSlackOAuth, hasConductorHook, hasConventionSetup, hasCursorWorktreeSetup, hasRepoHook, hasWorkspaceHook, healOrchestrationSoccerTitles, httpFetch, importConductorWorkspace, importConductorWorkspaceAsync, initPrStack, initStackFromThread, initializeGitRepository, inspectGitWorktree, installAgent, interruptSlackCoordinatorForInbound, isAskUserToolName, isBrightsyConnected, isBrightsyNdjsonLine, isCloudCoordinatorThread, isConductorBundledCli, isCursorAutoModel, isDefaultishSourceRef, isDesktopHostAlive, isDirty, isGhRateLimitError, isGlobalRepoPath, isGlobalThread, isImageFilePath, isInPrStack, isInboundForThisDesktop, isLinearConnected, isLinearOAuthCancelled, isOrchestratorCapableAgent, isOrchestratorThread, isPidAlive, isPlaceholderBranch, isPrNotMergeableError, isPresentPlanToolName, isSessionQuotaLimit, isSideboardScratchPath, isSlackCoordinatorThread, isSlackExternalReplyPrompt, isSlackOAuthCancelled, isThinkingEffort, isThisProcessDesktopHost, isThreadCaffeinated, isWorkspaceScratchPath, linearAuthorizationHeader, linearGraphql, linearOAuthAuthorizeUrl, linearOAuthCredentials, listAgentSetupInfo, listBranchCommits, listBranches, listBrightsyAccounts, listBrightsyChatTargets, listCodexModels, listConductorWorkspaces, listConnectedBrightsyTeams, listCursorModels, listGitHubIssues, listGlobalThreads, listIssues, listLinearIssues, listLinearIssuesDirect, listLinearTeams, listModelsForAgent, listOpencodeModels, listPrs, listRunScripts, listSlackOutboundWatches, listSlackReplyBadges, listSlackWorkspaces, listThreads, listWorkspaces, listWorktreeFiles, listWorktrees, loadAgentInstructions, loadAppSettings, loadBrightsyConfig, loadConductorSettings, loadRepoSettings, loadWorkspaceSettings, locksDir, loginAgent, lookupSoccerTeam, maxConcurrentAgents, maybeCompactContext, mcpAllowTools, mcpAuthWarnings, mergeAgentGitAuthEnv, mergePr, mergePrStack, mergeSideboardIntoMcpServersJson, mergeUsage, nextPastedTextName, nextThinkingEffort, nonInteractiveGitProcessEnv, normalizeParseResult, normalizeThinkingEffort, normalizeThread, normalizeTurnInput, normalizeWorktreePath, openInSystemTerminal, openPrStackLayers, openStackLayer, opencodeAdapter, orchestrationQuotaFallbackAgent, orchestrationQuotaOnLimit, orchestrationTitleNeedsSoccerNickname, orchestratorSessionPoisonedByBuiltins, originGhRepoEnv, parseCursorRunnerLine, parseForceStopMessage, parseGhStackViewJson, parseGithubSlugFromRemoteUrl, parseMcpList, parsePlanQuestionsInput, parseSessionQuotaResetAt, parseSlackRelayClientMessage, parseSlackRelayServerMessage, partsToAssistantText, pastedTextStats, pendingSlackExternalReplies, permalinkForSlackReplyBadge, permissionMode, persistVaultKeyInKeychain, planFileAbs, posixShellSingleQuote, prepareTerminalCommand, previewLand, promptMentionsBrightsy, pushBranch, readExistingReviewRequestFile, readKeychainVaultKey, readPlanFile, readSkillBody, readThread, readWorktreeFile, readWorktreeFileForUpload, readWorktreeInclude, recordSlackOutboundWatch, refreshGitHubAuth, refreshSlackReplyBadges, registerPackagedUserMcpClients, releaseCaffeinateHoldForThread, releaseDesktopHost, removeWorkspace, removeWorktree, repoSlug, requestOccupancy, requestReview, requireAgent, resetGhStackDetectCache, resetGithubAgentTokenMemo, resolveAgentExecutable, resolveAgentGitAuthEnv, resolveClaudeExecutable, resolveCodexGitWritableRoots, resolveCommandBinarySync, resolveConductorCursorAgentId, resolveCursorModelId, resolveDefaultBranch, resolveDiffBaseRef, resolveEffectiveIssueSource, resolveFilesToCopy, resolveGhAuthToken, resolveGithubAgentToken, resolveGithubRepoSlug, resolveLinearState, resolveLinearTeam, resolveLoginCommand, resolveNewThreadOptions, resolvePlanMarkdown, resolvePrSelector, resolvePrSelectors, resolveQuotaFallbackAgent, resolveRepoRoot, resolveReviewGuidelines, resolveSlackListenMode, resolveThreadDefaults, resolveThreadEffort, resolveVaultKey, resolveWorktreeStartPoint, rewriteLinearError, run, runArchiveScript, runCloudConnect, runConventionSetup, runCursorWorktreeSetup, runSetupScript, runSlackListen, runSlackRelayClient, runWorkspaceSetup, sameWorktreePath, sanitizeMcpServerName, saveAppSettings, saveLinearOAuth, scrubGithubTokensFromChildEnv, secureFileUnlocksWith, setCaffeinateHold, setHttpFetchImpl, setStatus, setVaultMasterKey, settingsSourceLabel, shouldAttachPastedText, shouldCompactContext, shouldInjectBrightsyMcp, shouldRefreshReviewRequestTemplate, shouldRunWorktreeCleanup, sideboardHomeDir, sideboardMcpProfile, sideboardReposDir, sideboardWorkspacesDir, slackAppLevelToken, slackArchiveUrl, slackCoordinatorSourceRef, slackListenEnabled, slackOAuthCredentials, slackOAuthResultUrl, slackRelayUrl, slugify, spawnAgentTurn, splitForCompaction, stackAgentDefaultsFrom, stackIdFrom, stackMergeReadiness, stageAbsolutePathsAsAttachments, stageBuffersAsAttachments, startDevServer, startLinearOAuth, startMcpServer, startOrchestration, startSlackOAuth, startSlackRelayServer, stripBrightsyNdjsonNoise, stripNestedElectronEnv, submitPrStack, suggestSlug, summarizeConversation, switchBrightsyAccount, syncWorkspacesFromThreads, takenTeamSlugsForChatTab, takenTeamSlugsForOrchestration, taskMessageText, thinkingEffortBars, thinkingEffortLabel, thisProcessShouldDrainAgentQueues, threadDisplayLabel, threadFilePath, threadLockPath, threadRequestsBrightsyMcp, threadsDir, threadsSharingWorktree, toPublicAppSettings, toolDescription, toolDetail, toolFilePath, totalTokens, updateAdvancedSettings, updateAgentExecutable, updateAppEnvironment, updateBrightsySettings, updateClaudeSettings, updateCodexSettings, updateDefaultsSettings, updateIntegrationsSettings, updateLinearIssue, updateOpencodeSettings, updateThread, userClaudeMcpConfigPath, userCursorMcpConfigPath, validateLinearApiKey, warmGithubAgentAuth, withAgentInstructions, withExportedPath, withThreadLock, workspaceSettingsSourceLabel, worktreeCleanupSettings, worktreeDisplayLabel, worktreeDisplayLabelForGroup, worktreeNameFromPath, worktreesRoot, writeInjectedMcpConfig, writePlanFile, writeThread, writeWorktreeFile };
|
|
4606
|
+
export { AGENT_GIT_ACTIONS, ATTACHMENTS_DIR, type ActiveRun, type AddStackLayerInput, type AdoptInput, type AdvancedAppSettings, type AgentAdapter, type AgentEvent, type AgentGitAction, type AgentInstructionFile, type AgentKind, type AgentModelCatalog, type AgentModelInfo, type AgentSetupActionResult, type AgentSetupInfo, type AgentSetupKind, type AgentStatus, type AgentTurnInput, type AnthropicCacheControl, type AppSettings, type ApplyIntoMainResult, type AttachCommand, type Autonomy, BAKED_SLACK_RELAY_URL, BRIGHTSY_MCP_ALLOWED_TOOLS, type BranchInfo, type BrightsyAccount, type BrightsyChatTarget, type BrightsyChatTargets, type BrightsyCloudConnectAgent, type BrightsyHarnessSettings, type BrightsySession, BrightsySideboardApi, type BrightsyTeamTargets, CLAUDE_MODEL_CATALOG, CLOUD_COORDINATOR_BUSY_REPLY, CLOUD_COORDINATOR_STOPPED_REPLY, CLOUD_COORDINATOR_TIMEOUT_REPLY, CLOUD_ORCHESTRATOR_GOAL, CONTEXT_COMPACT_CHARS, CONTEXT_KEEP_RECENT_CHARS, CONTEXT_KEEP_RECENT_MESSAGES, CONTEXT_MIN_MESSAGES, CONVENTION_SETUP_RELPATHS, COORDINATOR_TOOL_PLAYBOOK, type CaffeinateHoldState, type ClaudeHarnessSettings, type CleanupOrphansResult, type CliAgentKind, type CliExecutableSettings, type CloudConnectAgent, type CloudConnectOptions, type CloudConnectStatus, type CompactResult, type CompactThresholds, type ComposerFileBuffer, type ConductorSettings, type ConductorWorkspace, type ConnectedBrightsyTeamInfo, type ConventionSetupFile, type CreateChatTabInput, type CreateGlobalChatOpts, type CreateScheduledTaskInput, type CreateStackInput, type CreateThreadInput, type CreateWorktreeResult, type CursorModelInfo, type CursorSdkStreamMessage, type CursorTurnRequest, type CursorWorktreesConfig, type DefaultsAppSettings, type DevServerHandle, type DiffCommentInput, type DiffCommentLine, type DiffCommit, type DiffFile, type DiffResult, type DiffScope, type DiffScopeStat, type ExpandResult, FAMOUS_SOCCER_TEAMS, type ForkChatTabInput, type ForkThreadWorktreeInput, type FormatGhLandErrorOptions, GITHUB_GIT_AUTH_MODES, GLOBAL_WORKSPACE_ID, type GetDiffOptions, type GhStackStatus, type GitHubStatus, type GitWorktreeStatus, type GithubGitAuthMode, HARNESS_ENV_KEYS, type HarnessId, type InitStackFromThreadInput, type IntegrationsSettings, type IpcApi, type IssueInfo, type IssueSource, LEGACY_ATTACHMENTS_DIR, LEGACY_PLAN_FILE_REL, LEGACY_REVIEW_REQUEST_PATH, LINEAR_OAUTH_CANCELLED, LINEAR_OAUTH_PORT, LINEAR_OAUTH_REDIRECT, LINEAR_OAUTH_SCOPES, type LandPreview, type LandResult, type LinearComment, type LinearIssue, LinearOAuthCancelledError, type LinearTeam, type LinearTeamsResult, type LinearWorkflowState, type ListIssuesResult, MAX_ANTHROPIC_CACHE_CONTROL_BLOCKS, type McpServerStatus, type MessagePart, ORCHESTRATOR_AGENT_KINDS, type OpenPrStackLayersInput, type OpenStackLayerInput, type OpenStackLayerResult, type OrchestrationQuotaOnLimit, Orchestrator, type OrchestratorAgentKind, type OrchestratorEvent, type OrchestratorRuntime, type OrphanWorktree, PASTE_ATTACH_MIN_CHARS, PASTE_ATTACH_MIN_LINES, PLAN_FILE_NAME, PLAN_FILE_REL, PLAN_MODE_INSTRUCTION, type PendingPlanQuestions, type PlanQuestion, type PlanQuestionAnswer, type PlanQuestionOption, type PlanToolPartLike, type PrActor, type PrCheckRun, type PrCommentInfo, type PrCommitInfo, type PrDetails, type PrInfo, type PrMeta, type PrReviewInfo, type PrStack, type PrStackLayer, type PresentedPlan, type PublicAppSettings, type PublicIntegrationsSettings, REPO_REVIEW_NAME, REPO_REVIEW_PATH, REVIEW_REQUEST_NAME, REVIEW_REQUEST_PATH, REVIEW_REQUEST_PREFILL, REVIEW_REQUEST_TEMPLATE, type RepoSettings, type RepoSetupInfo, type RequestReviewResult, type ResolvedReviewGuidelines, type ReviewGuidelinesSource, type RunMode, type RunScript, SIDEBOARD_FORCE_STOP, SIDEBOARD_MCP_ALLOWED_TOOLS, SIDEBOARD_MCP_PROFILE_ENV, SLACK_LISTEN_STOPPED_REPLY, SLACK_LISTEN_TIMEOUT_REPLY, SLACK_OAUTH_CANCELLED, SLACK_OAUTH_REDIRECT, SLACK_PROGRESS_DELAY_MS, SLACK_PROGRESS_EDIT_MS, SLACK_REPLY_FORMATTING, SLACK_SEEN_REACTION, type ScheduleCreatedBy, type ScheduleWhen, type ScheduledTask, type ScriptHandle, type SetupRunResult, type SideboardMcpProfile, type SkillInfo, type SlackInboundMessage, type SlackListenOptions, type SlackListenStatus, SlackOAuthCancelledError, type SlackOutboundReply, type SlackOutboundWatch, type SlackRelayClientMessage, type SlackRelayClientOptions, SlackRelayHub, type SlackRelayServerHandle, type SlackRelayServerMessage, type SlackRelayServerOptions, type SlackReplyBadge, type SlackWorkspaceInfo, type SourceType, type SpawnTurnHandle, type SummarizeResult, THINKING_EFFORTS, type TeamName, type ThinkingEffort, type Thread, type ThreadAttachment, type ThreadMessage, type ThreadOptionsPatch, type ThreadStatus, type TokenUsage, type ToolPartLike, type TranscriptToolDetail, type TurnCommand, type UpdateScheduledTaskPatch, type UsageScope, type Workspace, type WorkspaceInventoryEntry, type WorkspaceScriptEnvOpts, ackSlackInboundSeen, addPrStackLayer, addStackLayerFromThread, addWorkspace, adoptThread, agentGitPrompt, allAdapters, allocatePort, allocatePortRange, allocateTeamName, allocateTeamSlug, appDataDir, appSettingsPath, appendIndexedGitConfig, appendMessage, applyAgentEvent, applyAppEnvironment, applyCompaction, applyGithubGitAuthEnv, applyThreadIntoMain, applyTurnUsage, armSchedules, assertOrchestratorCapableAgent, attachmentFromAbsolutePath, attachmentsFromBuffers, attachmentsFromWorktreePaths, attachmentsGitignoreBody, autoArchiveOnMergeEnabled, autoCleanupOrphansEnabled, autoRenameBranchEnabled, autoRunAfterSetupEnabled, branchDisplayLabel, brightsyAdapter, brightsyCloudConnectAgent, brightsyCloudConnectEnabled, brightsyConfigPath, brightsyInjectWorktreeMcpEnabled, brightsyMcpAllowedTools, brightsyMcpServerName, buildCachedUserContent, buildClaudeStreamJsonUserMessage, buildDiffCommentAttachment, buildForkTranscriptAttachment, buildPastedTextAttachment, buildReviewRequestAttachment, buildSessionSeed, buildWorkspaceScriptEnv, caffeinateHoldPath, caffeinateWhileCloudConnectEnabled, caffeinateWhileRunningEnabled, caffeinateWhileSchedulesEnabled, caffeinateWhileSlackListenEnabled, captureLoginEnv, captureTurnBaseline, checkoutPrStackLayer, childEnvWithAppSettings, claimDesktopHost, claudeAdapter, claudeChromeEnabled, claudeUserSettingsPath, cleanupOrphanWorktrees, cloneRepoIntoSideboard, codexAdapter, codexSandboxWritableRootsArgs, codexUnattendedGitConfigArgs, coerceOrchestratorAgent, collectTakenTeamSlugs, commentLinearIssue, commitAll, computeNextRunAt, conductorBundledBinDir, conductorDbPath, confirmLand, connectBrightsyTeam, connectSlackToken, contextTokens, coordinatorSystemPrompt, coordinatorTurnReminder, copyConfiguredFiles, countCacheControlBlocks, createChatTab, createEmptyThread, createExistingBranchWorktree, createGlobalChat, createLinearIssue, createLinearPkce, createOrUpdatePr, createPrStack, createSchedule, createThread, createThreadWorktree, currentBranch, cursorAdapter, cursorSdkMessageToEvents, decodeBrightsyTarget, defaultScheduleName, deleteBranchOnPurgeEnabled, deleteSchedule, deleteThreadRecord, desktopHostPidPath, detectAgents, detectGhStack, detectLocalMergeConflicts, disconnectBrightsyTeam, disconnectLinear, disconnectLinearConnection, disconnectSlackWorkspace, discoverSkills, dismissSlackReplyBadge, dropCachedPrefixOnResume, encodeBrightsyTarget, enrichPathWithNpmGlobalBin, enrichWorkspacesWithGithub, ensureAgentPath, ensureCloudCoordinator, ensureGhPreferOrigin, ensureGlobalCoordinatorCwd, ensureReviewRequestFile, ensureSlackCoordinator, ensureSlackDeviceIdentity, ensureWorkspace, estimateMessageChars, estimateThreadChars, expandComposerPrompt, extractGhErrorDetail, extractPendingPlanQuestions, extractPresentedPlan, extractiveSummary, fetchPrHead, finalizeParts, findConventionSetup, findInvalidCacheControlTtlOrder, findOrphanWorktrees, findSlackCoordinator, findThreadByRef, findThreadForStackLayer, fireSchedule, flattenTurnInput, forkChatTab, forkMessageSlice, forkThreadWorktree, formatAgentInstructions, formatArtifactDirective, formatBrightsyFetchError, formatFetchError, formatGhLandError, formatGitAuthModeDirective, formatIpcInvokeError, formatMergePrError, formatMessagesAsTranscript, formatPlanQuestionAnswers, formatPlanQuestionsForChat, formatProcessGuideDirective, formatRateLimitResetHint, formatRenameBranchDirective, formatScheduleWhen, formatScheduledPrompt, formatSlackExternalReplyPrompt, formatSlackInboundPrompt, formatSlackRepliesForTurn, formatSlackSignedReply, formatSlackWorkingText, formatTranscriptMarkdown, formatUiReminder, formatWorkspaceInventory, formatWorktreeDirective, formatWorktreeReminder, fromInclusiveInputUsage, getAdapter, getAgentSetupInfo, getBrightsySession, getCaffeinateHold, getDefaultAgent, getDefaultEffort, getDefaultFast, getDefaultModel, getDefaultRunScript, getDiff, getDiffSummary, getGitHubStatus, getGithubGitAuthMode, getGithubPat, getIssueSource, getLinearApiKey, getLinearAuthToken, getLinearIssue, getOrchestrator, getPr, getPrChecks, getPrDetails, getPrForHeadBranch, getPrMeta, getPrStack, getRepoSetupInfo, getRunMode, getRunScript, getSchedule, getSlackWorkspace, gh, ghHeadRef, ghRepoSelectArgs, git, githubAgentGitEnv, globalAgentCwd, handleSlackInbound, harnessEnvKey, hasBakedLinearOAuth, hasBakedSlackOAuth, hasConductorHook, hasConventionSetup, hasCursorWorktreeSetup, hasEnabledSchedules, hasRepoHook, hasWorkspaceHook, healOrchestrationSoccerTitles, httpFetch, importConductorWorkspace, importConductorWorkspaceAsync, initPrStack, initStackFromThread, initializeGitRepository, inspectGitWorktree, installAgent, interruptSlackCoordinatorForInbound, isAskUserToolName, isBrightsyConnected, isBrightsyNdjsonLine, isCloudCoordinatorThread, isConductorBundledCli, isCursorAutoModel, isDefaultishSourceRef, isDesktopHostAlive, isDirty, isGhRateLimitError, isGlobalRepoPath, isGlobalThread, isImageFilePath, isInPrStack, isInboundForThisDesktop, isLinearConnected, isLinearOAuthCancelled, isOrchestratorCapableAgent, isOrchestratorThread, isPidAlive, isPlaceholderBranch, isPrNotMergeableError, isPresentPlanToolName, isSessionQuotaLimit, isSideboardScratchPath, isSlackCoordinatorThread, isSlackExternalReplyPrompt, isSlackOAuthCancelled, isThinkingEffort, isThisProcessDesktopHost, isThreadCaffeinated, isWorkspaceScratchPath, linearAuthorizationHeader, linearGraphql, linearOAuthAuthorizeUrl, linearOAuthCredentials, listAgentSetupInfo, listBranchCommits, listBranches, listBrightsyAccounts, listBrightsyChatTargets, listCodexModels, listConductorWorkspaces, listConnectedBrightsyTeams, listCursorModels, listGitHubIssues, listGlobalThreads, listIssues, listLinearIssues, listLinearIssuesDirect, listLinearTeams, listModelsForAgent, listOpencodeModels, listPrs, listRunScripts, listSchedules, listSlackOutboundWatches, listSlackReplyBadges, listSlackWorkspaces, listThreads, listWorkspaces, listWorktreeFiles, listWorktrees, loadAgentInstructions, loadAppSettings, loadBrightsyConfig, loadConductorSettings, loadRepoSettings, loadWorkspaceSettings, locksDir, loginAgent, lookupSoccerTeam, maxConcurrentAgents, maybeCompactContext, mcpAllowTools, mcpAuthWarnings, mergeAgentGitAuthEnv, mergePr, mergePrStack, mergeSideboardIntoMcpServersJson, mergeUsage, nextPastedTextName, nextThinkingEffort, nonInteractiveGitProcessEnv, normalizeParseResult, normalizeThinkingEffort, normalizeThread, normalizeTurnInput, normalizeWorktreePath, openInSystemTerminal, openPrStackLayers, openStackLayer, opencodeAdapter, orchestrationQuotaFallbackAgent, orchestrationQuotaOnLimit, orchestrationTitleNeedsSoccerNickname, orchestratorSessionPoisonedByBuiltins, originGhRepoEnv, parseCursorRunnerLine, parseDurationMs, parseForceStopMessage, parseGhStackViewJson, parseGithubSlugFromRemoteUrl, parseMcpList, parsePlanQuestionsInput, parseSessionQuotaResetAt, parseSlackRelayClientMessage, parseSlackRelayServerMessage, partsToAssistantText, pastedTextStats, pendingSlackExternalReplies, permalinkForSlackReplyBadge, permissionMode, persistVaultKeyInKeychain, planFileAbs, posixShellSingleQuote, prepareTerminalCommand, previewLand, promptMentionsBrightsy, pushBranch, readExistingReviewRequestFile, readKeychainVaultKey, readPlanFile, readSkillBody, readThread, readWorktreeFile, readWorktreeFileForUpload, readWorktreeInclude, recordScheduleRun, recordSlackOutboundWatch, refreshGitHubAuth, refreshSlackReplyBadges, registerPackagedUserMcpClients, releaseCaffeinateHoldForThread, releaseDesktopHost, removeWorkspace, removeWorktree, repoSlug, requestOccupancy, requestReview, requireAgent, resetGhStackDetectCache, resetGithubAgentTokenMemo, resolveAgentExecutable, resolveAgentGitAuthEnv, resolveClaudeExecutable, resolveCodexGitWritableRoots, resolveCommandBinarySync, resolveConductorCursorAgentId, resolveCursorModelId, resolveDefaultBranch, resolveDiffBaseRef, resolveEffectiveIssueSource, resolveFilesToCopy, resolveGhAuthToken, resolveGithubAgentToken, resolveGithubRepoSlug, resolveLinearState, resolveLinearTeam, resolveLoginCommand, resolveNewThreadOptions, resolvePlanMarkdown, resolvePrSelector, resolvePrSelectors, resolveQuotaFallbackAgent, resolveRepoRoot, resolveReviewGuidelines, resolveScheduleThreadId, resolveSlackListenMode, resolveThreadDefaults, resolveThreadEffort, resolveVaultKey, resolveWorktreeStartPoint, rewriteLinearError, run, runArchiveScript, runCloudConnect, runConventionSetup, runCursorWorktreeSetup, runSetupScript, runSlackListen, runSlackRelayClient, runWorkspaceSetup, sameWorktreePath, sanitizeMcpServerName, saveAppSettings, saveLinearOAuth, schedulesPath, scrubGithubTokensFromChildEnv, secureFileUnlocksWith, setCaffeinateHold, setHttpFetchImpl, setStatus, setVaultMasterKey, settingsSourceLabel, shouldAttachPastedText, shouldCompactContext, shouldInjectBrightsyMcp, shouldRefreshReviewRequestTemplate, shouldRunWorktreeCleanup, sideboardHomeDir, sideboardMcpProfile, sideboardReposDir, sideboardWorkspacesDir, slackAppLevelToken, slackArchiveUrl, slackCoordinatorSourceRef, slackListenEnabled, slackOAuthCredentials, slackOAuthResultUrl, slackRelayUrl, slugify, spawnAgentTurn, splitForCompaction, stackAgentDefaultsFrom, stackIdFrom, stackMergeReadiness, stageAbsolutePathsAsAttachments, stageBuffersAsAttachments, startDevServer, startLinearOAuth, startMcpServer, startOrchestration, startSlackOAuth, startSlackRelayServer, stripBrightsyNdjsonNoise, stripNestedElectronEnv, submitPrStack, suggestSlug, summarizeConversation, switchBrightsyAccount, syncWorkspacesFromThreads, takenTeamSlugsForChatTab, takenTeamSlugsForOrchestration, taskMessageText, thinkingEffortBars, thinkingEffortLabel, thisProcessShouldDrainAgentQueues, threadDisplayLabel, threadFilePath, threadLivePath, threadLockPath, threadRequestsBrightsyMcp, threadsDir, threadsSharingWorktree, toPublicAppSettings, toolDescription, toolDetail, toolFilePath, totalTokens, updateAdvancedSettings, updateAgentExecutable, updateAppEnvironment, updateBrightsySettings, updateClaudeSettings, updateCodexSettings, updateDefaultsSettings, updateIntegrationsSettings, updateLinearIssue, updateOpencodeSettings, updateSchedule, updateThread, userClaudeMcpConfigPath, userCursorMcpConfigPath, validateLinearApiKey, waitForPidExit, warmGithubAgentAuth, withAgentInstructions, withExportedPath, withThreadLock, workspaceSettingsSourceLabel, worktreeCleanupSettings, worktreeDisplayLabel, worktreeDisplayLabelForGroup, worktreeNameFromPath, worktreesRoot, writeInjectedMcpConfig, writePlanFile, writeThread, writeWorktreeFile };
|