@sideboard-ai/core 0.1.139 → 0.1.143
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/{abletime-VTP4JR63.js → abletime-DI55AJX3.js} +2 -2
- package/dist/{abletime-DDTV7WO3.js → abletime-QEVAE67D.js} +2 -2
- package/dist/agents/cursor-runner.cjs +0 -0
- package/dist/agents/cursor-runner.js +1 -1
- package/dist/{agents-665S7Z3R.js → agents-E5AAMHDY.js} +11 -7
- package/dist/{agents-OC3XM7UE.js → agents-OEEOIKUB.js} +10 -6
- package/dist/{app-settings-U5RZKUXG.js → app-settings-WJDCJFSY.js} +3 -1
- package/dist/{app-settings-YQ7YX2CC.js → app-settings-ZCN632OJ.js} +3 -1
- package/dist/caffeinate-hold-NBRUWYXO.js +0 -0
- package/dist/{chunk-HLIHBGVO.js → chunk-4D4PEBGB.js} +2 -2
- package/dist/{chunk-DJJ3DTT4.js → chunk-4Q45TLZ5.js} +7 -7
- package/dist/chunk-6GN5WPYZ.js +0 -0
- package/dist/chunk-B3SJXYIJ.js +0 -0
- package/dist/chunk-BD2ICC4D.js +0 -0
- package/dist/{chunk-GKKHXZCT.js → chunk-BGQBELGJ.js} +201 -2
- package/dist/{chunk-2XXAAIN3.js → chunk-BOD5V52W.js} +1 -1
- package/dist/{chunk-23KCPND2.js → chunk-CG25RYQQ.js} +47 -40
- package/dist/{chunk-YZQEJOAU.js → chunk-EAP4SMR3.js} +342 -36
- package/dist/chunk-ED4UPEJX.js +0 -0
- package/dist/chunk-EUXOHTUK.js +0 -0
- package/dist/{chunk-5XH5M6RA.js → chunk-FADNFPZO.js} +3 -3
- package/dist/{chunk-SSBM4GZX.js → chunk-HC5N3BDL.js} +2 -2
- package/dist/{chunk-GJBHOJCZ.js → chunk-I77RYPOH.js} +201 -2
- package/dist/chunk-KGZBYWZ3.js +0 -0
- package/dist/chunk-KLBOWJ74.js +0 -0
- package/dist/{chunk-ZCLHAOFR.js → chunk-KP4OJUPH.js} +551 -39
- package/dist/chunk-KPIYENTF.js +0 -0
- package/dist/chunk-N5PM7HGQ.js +0 -0
- package/dist/chunk-NSTQ6QKD.js +0 -0
- package/dist/{chunk-DKXZCIB2.js → chunk-O3JEC2UJ.js} +7 -7
- package/dist/{chunk-RTX3AY42.js → chunk-OHWN4JEL.js} +5 -3
- package/dist/{chunk-E2RE7P2S.js → chunk-R2W7A2UO.js} +3 -3
- package/dist/chunk-S42XV45P.js +0 -0
- package/dist/{chunk-7SYFWPOZ.js → chunk-UG5N7ET3.js} +5 -3
- package/dist/{chunk-CDJISVKN.js → chunk-VHTIHOHE.js} +47 -41
- package/dist/{chunk-AT346U23.js → chunk-VZJVKQHH.js} +1 -1
- package/dist/{chunk-FSCQXMGI.js → chunk-WT5HSFOU.js} +1 -0
- package/dist/connected-teams-IJUJQ7R6.js +0 -0
- package/dist/{coordinator-prompt-43O6EPA2.js → coordinator-prompt-2LD3C74O.js} +3 -3
- package/dist/{coordinator-prompt-4TXU6Q3R.js → coordinator-prompt-FBX7Y4EM.js} +3 -3
- package/dist/cursor-recover-NOQYOFRF.js +0 -0
- package/dist/{global-workspace-ZDYKHQ4O.js → global-workspace-NG7SU3GV.js} +4 -4
- package/dist/{global-workspace-VIU57E3Y.js → global-workspace-OCV77UYF.js} +4 -4
- package/dist/index.cjs +945 -129
- package/dist/index.d.cts +249 -62
- package/dist/index.d.ts +249 -62
- package/dist/index.js +110 -14
- package/dist/mcp/run-stdio.cjs +646 -112
- package/dist/mcp/run-stdio.js +12 -12
- package/dist/oauth-YJBAURIJ.js +0 -0
- package/dist/{orchestrator-ZCMYSDTC.js → orchestrator-TDJZKQPT.js} +7 -7
- package/dist/{orchestrator-WEFXUHFX.js → orchestrator-VIFXOHF4.js} +8 -8
- package/dist/paths-QCI3MTO5.js +0 -0
- package/dist/plan-file-PHVKUAEE.js +0 -0
- package/dist/run-USF6FRKV.js +0 -0
- package/dist/thread-store-57ZLHR3A.js +0 -0
- package/dist/title-4WAKWZRF.js +0 -0
- package/dist/{workspaces-4HYGNH4B.js → workspaces-4FUQW5LD.js} +5 -5
- package/dist/{workspaces-ALCTB65T.js → workspaces-PU5YHQ7Z.js} +5 -5
- package/dist/{worktree-GXD2NGOZ.js → worktree-GKLPPNWR.js} +2 -2
- package/dist/{worktree-NSNZODAM.js → worktree-Z22HTSCU.js} +2 -2
- package/package.json +9 -8
- package/LICENSE +0 -190
package/dist/index.d.cts
CHANGED
|
@@ -669,7 +669,7 @@ declare const HARNESS_ENV_KEYS: {
|
|
|
669
669
|
};
|
|
670
670
|
type HarnessId = keyof typeof HARNESS_ENV_KEYS;
|
|
671
671
|
/**
|
|
672
|
-
*
|
|
672
|
+
* App-level defaults for Create / new chat tabs (Settings → Agents).
|
|
673
673
|
* Omitted fields fall back to Claude + Auto + High thinking at runtime.
|
|
674
674
|
*/
|
|
675
675
|
interface DefaultsAppSettings {
|
|
@@ -735,7 +735,7 @@ declare const GITHUB_GIT_AUTH_MODES: readonly ["auto", "gh", "ssh", "token"];
|
|
|
735
735
|
interface IntegrationsSettings {
|
|
736
736
|
/** Linear personal API key (https://linear.app/settings/api). Fallback when OAuth is unused. */
|
|
737
737
|
linearApiKey?: string;
|
|
738
|
-
/** Linear OAuth access token (
|
|
738
|
+
/** Linear OAuth access token (Settings → Issues → Linear → Connect via browser). */
|
|
739
739
|
linearAccessToken?: string;
|
|
740
740
|
/** Linear OAuth refresh token (rotated on each refresh). */
|
|
741
741
|
linearRefreshToken?: string;
|
|
@@ -754,7 +754,7 @@ interface IntegrationsSettings {
|
|
|
754
754
|
* When the preferred tracker is not connected, runtime falls back to GitHub Issues.
|
|
755
755
|
*/
|
|
756
756
|
issueSource?: IssueSource;
|
|
757
|
-
/** Slack app Client ID for browser OAuth (
|
|
757
|
+
/** Slack app Client ID for browser OAuth (Settings → Remote → Slack). */
|
|
758
758
|
slackClientId?: string;
|
|
759
759
|
/** Slack app Client Secret for browser OAuth. */
|
|
760
760
|
slackClientSecret?: string;
|
|
@@ -788,6 +788,26 @@ interface IntegrationsSettings {
|
|
|
788
788
|
abletimeHost?: string;
|
|
789
789
|
/** Display name of the connected AbleTime user (non-secret). */
|
|
790
790
|
abletimeViewerName?: string;
|
|
791
|
+
/** Vercel personal token (vaulted). Injected as VERCEL_TOKEN. */
|
|
792
|
+
vercelToken?: string;
|
|
793
|
+
/** Display name of the connected Vercel user (non-secret). */
|
|
794
|
+
vercelViewerName?: string;
|
|
795
|
+
/** Supabase personal access token (vaulted). Injected as SUPABASE_ACCESS_TOKEN. */
|
|
796
|
+
supabaseAccessToken?: string;
|
|
797
|
+
/** Display name of the connected Supabase org (non-secret). */
|
|
798
|
+
supabaseViewerName?: string;
|
|
799
|
+
/** PostHog personal API key (vaulted). Injected as POSTHOG_PERSONAL_API_KEY. */
|
|
800
|
+
posthogPersonalApiKey?: string;
|
|
801
|
+
/** PostHog API host (default https://us.posthog.com). */
|
|
802
|
+
posthogHost?: string;
|
|
803
|
+
/** Display name of the connected PostHog user (non-secret). */
|
|
804
|
+
posthogViewerName?: string;
|
|
805
|
+
/** Sentry auth token (vaulted). Injected as SENTRY_AUTH_TOKEN. */
|
|
806
|
+
sentryAuthToken?: string;
|
|
807
|
+
/** Sentry API host (default https://sentry.io). */
|
|
808
|
+
sentryHost?: string;
|
|
809
|
+
/** Display name of the connected Sentry org (non-secret). */
|
|
810
|
+
sentryViewerName?: string;
|
|
791
811
|
}
|
|
792
812
|
/**
|
|
793
813
|
* Conductor-inspired power-user preferences (Settings → Advanced).
|
|
@@ -881,13 +901,13 @@ interface AppSettings {
|
|
|
881
901
|
brightsy: BrightsyHarnessSettings;
|
|
882
902
|
/** GitHub / Linear connections and issue-source preference. */
|
|
883
903
|
integrations: IntegrationsSettings;
|
|
884
|
-
/** Default agent + model for new chats (Settings →
|
|
904
|
+
/** Default agent + model for new chats (Settings → Agents). */
|
|
885
905
|
defaults: DefaultsAppSettings;
|
|
886
906
|
/** Power-user / Conductor-style advanced preferences. */
|
|
887
907
|
advanced: AdvancedAppSettings;
|
|
888
908
|
}
|
|
889
909
|
/** Integrations fields safe to send to the renderer (no token values). */
|
|
890
|
-
type PublicIntegrationsSettings = Omit<IntegrationsSettings, 'linearApiKey' | 'linearAccessToken' | 'linearRefreshToken' | 'linearClientSecret' | 'slackClientSecret' | 'slackAppToken' | 'githubPat' | 'abletimeAccessToken'> & {
|
|
910
|
+
type PublicIntegrationsSettings = Omit<IntegrationsSettings, 'linearApiKey' | 'linearAccessToken' | 'linearRefreshToken' | 'linearClientSecret' | 'slackClientSecret' | 'slackAppToken' | 'githubPat' | 'abletimeAccessToken' | 'vercelToken' | 'supabaseAccessToken' | 'posthogPersonalApiKey' | 'sentryAuthToken'> & {
|
|
891
911
|
/** True when Linear is connected (OAuth or API key). */
|
|
892
912
|
hasLinearApiKey: boolean;
|
|
893
913
|
hasLinearOAuth: boolean;
|
|
@@ -897,7 +917,13 @@ type PublicIntegrationsSettings = Omit<IntegrationsSettings, 'linearApiKey' | 'l
|
|
|
897
917
|
hasGithubPat: boolean;
|
|
898
918
|
/** True when an AbleTime personal access token is stored. */
|
|
899
919
|
hasAbleTimeToken: boolean;
|
|
920
|
+
hasVercelToken: boolean;
|
|
921
|
+
hasSupabaseToken: boolean;
|
|
922
|
+
hasPosthogToken: boolean;
|
|
923
|
+
hasSentryToken: boolean;
|
|
900
924
|
};
|
|
925
|
+
/** Renderer / empty-state flags (no token values). */
|
|
926
|
+
declare function emptyPublicIntegrations(): PublicIntegrationsSettings;
|
|
901
927
|
/** Settings payload for the desktop UI. Secret values are omitted. */
|
|
902
928
|
type PublicAppSettings = Omit<AppSettings, 'integrations'> & {
|
|
903
929
|
integrations: PublicIntegrationsSettings;
|
|
@@ -941,6 +967,16 @@ declare function updateIntegrationsSettings(patch: {
|
|
|
941
967
|
abletimeAccessToken?: string | null;
|
|
942
968
|
abletimeHost?: string | null;
|
|
943
969
|
abletimeViewerName?: string | null;
|
|
970
|
+
vercelToken?: string | null;
|
|
971
|
+
vercelViewerName?: string | null;
|
|
972
|
+
supabaseAccessToken?: string | null;
|
|
973
|
+
supabaseViewerName?: string | null;
|
|
974
|
+
posthogPersonalApiKey?: string | null;
|
|
975
|
+
posthogHost?: string | null;
|
|
976
|
+
posthogViewerName?: string | null;
|
|
977
|
+
sentryAuthToken?: string | null;
|
|
978
|
+
sentryHost?: string | null;
|
|
979
|
+
sentryViewerName?: string | null;
|
|
944
980
|
}): AppSettings;
|
|
945
981
|
declare function updateDefaultsSettings(patch: {
|
|
946
982
|
agent?: AgentKind | null;
|
|
@@ -966,7 +1002,7 @@ declare function resolveThreadDefaults(settings?: AppSettings): {
|
|
|
966
1002
|
};
|
|
967
1003
|
/**
|
|
968
1004
|
* Resolve agent/model/effort/fast for a newly created thread.
|
|
969
|
-
* Omitted fields use
|
|
1005
|
+
* Omitted fields use Agents defaults (Settings → Agents).
|
|
970
1006
|
* Pass `model: null` explicitly to force Auto / agent-default.
|
|
971
1007
|
*/
|
|
972
1008
|
declare function resolveNewThreadOptions(overrides?: {
|
|
@@ -1021,7 +1057,7 @@ declare function isIssueSourceConnected(source: IssueSource, settings?: AppSetti
|
|
|
1021
1057
|
declare function resolveEffectiveIssueSource(settings?: AppSettings): IssueSource;
|
|
1022
1058
|
declare function getLinearApiKey(settings?: AppSettings): string | null;
|
|
1023
1059
|
declare function brightsyCloudConnectEnabled(settings?: AppSettings): boolean;
|
|
1024
|
-
/** Slack Socket Mode inbound (
|
|
1060
|
+
/** Slack Socket Mode inbound (Settings → Remote → Slack). Default off. */
|
|
1025
1061
|
declare function slackListenEnabled(settings?: AppSettings): boolean;
|
|
1026
1062
|
/**
|
|
1027
1063
|
* Stable per-Mac identity for the Slack relay so Personal and Work can both
|
|
@@ -1410,7 +1446,7 @@ declare function appendIndexedGitConfig(existing: EnvLike | undefined, entries:
|
|
|
1410
1446
|
*/
|
|
1411
1447
|
declare function githubAgentGitEnv(existing?: EnvLike): Record<string, string>;
|
|
1412
1448
|
/**
|
|
1413
|
-
* Extra env for a worktree agent given
|
|
1449
|
+
* Extra env for a worktree agent given Settings → Git git-auth mode.
|
|
1414
1450
|
* Does not set `GH_REPO` (caller adds that after resolving origin).
|
|
1415
1451
|
*
|
|
1416
1452
|
* Token is written to a 0600 credential store + isolated `GH_CONFIG_DIR` in
|
|
@@ -1549,7 +1585,7 @@ declare function ensureGhPreferOrigin(cwd: string): Promise<void>;
|
|
|
1549
1585
|
/**
|
|
1550
1586
|
* Env pin so bare `gh` (and agents) target this checkout's **origin**, not
|
|
1551
1587
|
* Makerkit-style `upstream`. `GH_REPO` is the CLI's documented override.
|
|
1552
|
-
* HTTPS rewrite / credential helper follow
|
|
1588
|
+
* HTTPS rewrite / credential helper follow Settings → Git git-auth mode.
|
|
1553
1589
|
* Token is warmed into a store file — not `GH_TOKEN` in the child env.
|
|
1554
1590
|
*/
|
|
1555
1591
|
declare function originGhRepoEnv(cwd: string, opts?: {
|
|
@@ -1812,7 +1848,7 @@ type LinearAssignedIssuesResult = {
|
|
|
1812
1848
|
};
|
|
1813
1849
|
/**
|
|
1814
1850
|
* List open issues assigned to the authenticated Linear user via GraphQL.
|
|
1815
|
-
* Uses Sideboard-stored OAuth token or API key (
|
|
1851
|
+
* Uses Sideboard-stored OAuth token or API key (Settings → Issues → Linear), not agent MCP.
|
|
1816
1852
|
*/
|
|
1817
1853
|
declare function listLinearAssignedIssues(opts?: {
|
|
1818
1854
|
limit?: number;
|
|
@@ -2041,6 +2077,122 @@ declare function listGitHubIssues(repoPath: string, opts?: {
|
|
|
2041
2077
|
*/
|
|
2042
2078
|
declare function listIssues(repoPath: string): Promise<ListIssuesResult>;
|
|
2043
2079
|
|
|
2080
|
+
declare const OPTIONAL_SERVICE_IDS: readonly ["vercel", "supabase", "posthog", "sentry"];
|
|
2081
|
+
type OptionalServiceId = (typeof OPTIONAL_SERVICE_IDS)[number];
|
|
2082
|
+
interface OptionalServiceSpec {
|
|
2083
|
+
id: OptionalServiceId;
|
|
2084
|
+
label: string;
|
|
2085
|
+
/** One-line why / when to turn this on. */
|
|
2086
|
+
hint: string;
|
|
2087
|
+
tokenPlaceholder: string;
|
|
2088
|
+
tokenDocs: string;
|
|
2089
|
+
/** Env key injected into worktree agent runs when connected. */
|
|
2090
|
+
envKey: string;
|
|
2091
|
+
/** Official CLI to prefer (`vercel`, `supabase`, `sentry-cli`). Omit when there is none. */
|
|
2092
|
+
cli?: string;
|
|
2093
|
+
/** npm package for Settings → Connectors **Install CLI** (`npm i -g`). */
|
|
2094
|
+
npmPackage?: string;
|
|
2095
|
+
/** Optional host env key (PostHog / Sentry self-host). */
|
|
2096
|
+
hostEnvKey?: string;
|
|
2097
|
+
defaultHost?: string;
|
|
2098
|
+
hostPlaceholder?: string;
|
|
2099
|
+
}
|
|
2100
|
+
declare const OPTIONAL_SERVICES: readonly OptionalServiceSpec[];
|
|
2101
|
+
declare function optionalServiceSpec(id: OptionalServiceId): OptionalServiceSpec;
|
|
2102
|
+
declare function isOptionalServiceId(value: unknown): value is OptionalServiceId;
|
|
2103
|
+
/** Origin only (`https://host`). Falls back when empty or invalid. */
|
|
2104
|
+
declare function normalizeServiceOrigin(raw: string | null | undefined, fallback: string): string;
|
|
2105
|
+
declare function verifyOptionalService(input: {
|
|
2106
|
+
id: OptionalServiceId;
|
|
2107
|
+
token: string;
|
|
2108
|
+
host?: string | null;
|
|
2109
|
+
}): Promise<{
|
|
2110
|
+
viewerName: string;
|
|
2111
|
+
host?: string;
|
|
2112
|
+
}>;
|
|
2113
|
+
/** Verify a token and persist it (vaulted). */
|
|
2114
|
+
declare function connectOptionalService(input: {
|
|
2115
|
+
id: OptionalServiceId;
|
|
2116
|
+
token: string;
|
|
2117
|
+
host?: string | null;
|
|
2118
|
+
}): Promise<AppSettings>;
|
|
2119
|
+
/** Clear a stored optional-service token. Does not revoke remotely. */
|
|
2120
|
+
declare function disconnectOptionalService(id: OptionalServiceId): AppSettings;
|
|
2121
|
+
declare function optionalServiceConnected(id: OptionalServiceId, integrations: IntegrationsSettings): boolean;
|
|
2122
|
+
declare function connectedOptionalServices(integrations: IntegrationsSettings): OptionalServiceSpec[];
|
|
2123
|
+
/**
|
|
2124
|
+
* Fresh-session playbook: official CLI (or HTTP API) with injected env.
|
|
2125
|
+
* Do not add vendor MCPs for these optional services.
|
|
2126
|
+
*/
|
|
2127
|
+
declare function formatOptionalServicesDirective(integrations: IntegrationsSettings): string | null;
|
|
2128
|
+
/** Short resume reminder when at least one optional service is connected. */
|
|
2129
|
+
declare function formatOptionalServicesReminder(integrations: IntegrationsSettings): string | null;
|
|
2130
|
+
|
|
2131
|
+
type AgentSetupKind = 'cli' | 'api-key' | 'bundled-sdk';
|
|
2132
|
+
interface AgentSetupInfo {
|
|
2133
|
+
agent: AgentKind;
|
|
2134
|
+
kind: AgentSetupKind;
|
|
2135
|
+
/** Short explanation for Settings. */
|
|
2136
|
+
summary: string;
|
|
2137
|
+
docsUrl: string;
|
|
2138
|
+
/** Shell one-liner to install the CLI (null when not applicable). */
|
|
2139
|
+
installCommand: string | null;
|
|
2140
|
+
/** Shell one-liner for interactive login/auth (null when API-key only). */
|
|
2141
|
+
loginCommand: string | null;
|
|
2142
|
+
/** npm package for in-app `npm i -g` when install is npm-based. */
|
|
2143
|
+
npmPackage?: string;
|
|
2144
|
+
}
|
|
2145
|
+
interface AgentSetupActionResult {
|
|
2146
|
+
ok: boolean;
|
|
2147
|
+
/** True when a system Terminal window was opened for an interactive command. */
|
|
2148
|
+
openedTerminal?: boolean;
|
|
2149
|
+
command?: string;
|
|
2150
|
+
message: string;
|
|
2151
|
+
stdout?: string;
|
|
2152
|
+
stderr?: string;
|
|
2153
|
+
exitCode?: number | null;
|
|
2154
|
+
}
|
|
2155
|
+
declare function getAgentSetupInfo(agent: AgentKind): AgentSetupInfo;
|
|
2156
|
+
declare function listAgentSetupInfo(): AgentSetupInfo[];
|
|
2157
|
+
/** Rewrite login command to honor a custom executable path override. */
|
|
2158
|
+
declare function resolveLoginCommand(agent: AgentKind): string | null;
|
|
2159
|
+
/**
|
|
2160
|
+
* Make a Terminal command resolve the same binaries Electron sees after
|
|
2161
|
+
* `npm i -g` (absolute path + exported PATH). Avoids "codex: command not found"
|
|
2162
|
+
* when Terminal’s login shell lacks the npm global bin.
|
|
2163
|
+
*/
|
|
2164
|
+
declare function prepareTerminalCommand(command: string): Promise<string>;
|
|
2165
|
+
/**
|
|
2166
|
+
* Open an interactive shell command in the system terminal (macOS Terminal.app,
|
|
2167
|
+
* Linux gnome-terminal/x-terminal-emulator, Windows cmd).
|
|
2168
|
+
*/
|
|
2169
|
+
declare function openInSystemTerminal(command: string): Promise<void>;
|
|
2170
|
+
declare function whichOnPath(bin: string): Promise<string | null>;
|
|
2171
|
+
/**
|
|
2172
|
+
* `npm i -g` in-process; opens Terminal if npm needs a TTY or sudo.
|
|
2173
|
+
* Skips install when `cliBin` already resolves on PATH.
|
|
2174
|
+
*/
|
|
2175
|
+
declare function installNpmGlobalPackage(opts: {
|
|
2176
|
+
npmPackage: string;
|
|
2177
|
+
installCommand: string;
|
|
2178
|
+
cliBin: string | null;
|
|
2179
|
+
}): Promise<AgentSetupActionResult>;
|
|
2180
|
+
/** Install a CLI agent: npm packages run in-process; curl installers open Terminal. */
|
|
2181
|
+
declare function installAgent(agent: AgentKind): Promise<AgentSetupActionResult>;
|
|
2182
|
+
/** Open the agent’s login/auth command in the system terminal. */
|
|
2183
|
+
declare function loginAgent(agent: AgentKind): Promise<AgentSetupActionResult>;
|
|
2184
|
+
|
|
2185
|
+
interface OptionalServiceCliStatus {
|
|
2186
|
+
id: OptionalServiceId;
|
|
2187
|
+
/** Binary name, or null when the service has no CLI (PostHog). */
|
|
2188
|
+
cli: string | null;
|
|
2189
|
+
installed: boolean;
|
|
2190
|
+
path: string | null;
|
|
2191
|
+
}
|
|
2192
|
+
declare function detectOptionalServiceClis(): Promise<OptionalServiceCliStatus[]>;
|
|
2193
|
+
/** Install a connector CLI via the same `npm i -g` path as Settings → Agents. */
|
|
2194
|
+
declare function installOptionalServiceCli(id: OptionalServiceId): Promise<AgentSetupActionResult>;
|
|
2195
|
+
|
|
2044
2196
|
/**
|
|
2045
2197
|
* HTTP fetch used by Linear (and other Node-side API clients).
|
|
2046
2198
|
*
|
|
@@ -2196,8 +2348,9 @@ declare function listBrightsyChatTargets(): Promise<BrightsyChatTargets>;
|
|
|
2196
2348
|
/**
|
|
2197
2349
|
* Brightsy hosted-agent adapter. `brightsy chat --json` emits NDJSON events
|
|
2198
2350
|
* (text deltas, tool output, usage, error, done); the message is piped on
|
|
2199
|
-
* stdin. The CLI has no session resume
|
|
2200
|
-
* null and Sideboard seeds each turn from
|
|
2351
|
+
* stdin. The CLI has no session resume (`chat` is a stateless completion), so
|
|
2352
|
+
* resolveSessionId always returns null and Sideboard seeds each turn from the
|
|
2353
|
+
* last `summarize_context` tool through the current turn. Brightsy agents run
|
|
2201
2354
|
* server-side — they converse about the worktree but never edit local files.
|
|
2202
2355
|
* All Brightsy agents/models use OpenRouter chat-completions syntax; the CLI
|
|
2203
2356
|
* owns that wire format.
|
|
@@ -2378,50 +2531,6 @@ declare function resolveCommandBinarySync(command: string, whichPath: string | n
|
|
|
2378
2531
|
/** `export PATH='…' && <command>` so Terminal inherits Electron’s enriched PATH. */
|
|
2379
2532
|
declare function withExportedPath(command: string, pathValue: string): string;
|
|
2380
2533
|
|
|
2381
|
-
type AgentSetupKind = 'cli' | 'api-key' | 'bundled-sdk';
|
|
2382
|
-
interface AgentSetupInfo {
|
|
2383
|
-
agent: AgentKind;
|
|
2384
|
-
kind: AgentSetupKind;
|
|
2385
|
-
/** Short explanation for Settings. */
|
|
2386
|
-
summary: string;
|
|
2387
|
-
docsUrl: string;
|
|
2388
|
-
/** Shell one-liner to install the CLI (null when not applicable). */
|
|
2389
|
-
installCommand: string | null;
|
|
2390
|
-
/** Shell one-liner for interactive login/auth (null when API-key only). */
|
|
2391
|
-
loginCommand: string | null;
|
|
2392
|
-
/** npm package for in-app `npm i -g` when install is npm-based. */
|
|
2393
|
-
npmPackage?: string;
|
|
2394
|
-
}
|
|
2395
|
-
interface AgentSetupActionResult {
|
|
2396
|
-
ok: boolean;
|
|
2397
|
-
/** True when a system Terminal window was opened for an interactive command. */
|
|
2398
|
-
openedTerminal?: boolean;
|
|
2399
|
-
command?: string;
|
|
2400
|
-
message: string;
|
|
2401
|
-
stdout?: string;
|
|
2402
|
-
stderr?: string;
|
|
2403
|
-
exitCode?: number | null;
|
|
2404
|
-
}
|
|
2405
|
-
declare function getAgentSetupInfo(agent: AgentKind): AgentSetupInfo;
|
|
2406
|
-
declare function listAgentSetupInfo(): AgentSetupInfo[];
|
|
2407
|
-
/** Rewrite login command to honor a custom executable path override. */
|
|
2408
|
-
declare function resolveLoginCommand(agent: AgentKind): string | null;
|
|
2409
|
-
/**
|
|
2410
|
-
* Make a Terminal command resolve the same binaries Electron sees after
|
|
2411
|
-
* `npm i -g` (absolute path + exported PATH). Avoids "codex: command not found"
|
|
2412
|
-
* when Terminal’s login shell lacks the npm global bin.
|
|
2413
|
-
*/
|
|
2414
|
-
declare function prepareTerminalCommand(command: string): Promise<string>;
|
|
2415
|
-
/**
|
|
2416
|
-
* Open an interactive shell command in the system terminal (macOS Terminal.app,
|
|
2417
|
-
* Linux gnome-terminal/x-terminal-emulator, Windows cmd).
|
|
2418
|
-
*/
|
|
2419
|
-
declare function openInSystemTerminal(command: string): Promise<void>;
|
|
2420
|
-
/** Install a CLI agent: npm packages run in-process; curl installers open Terminal. */
|
|
2421
|
-
declare function installAgent(agent: AgentKind): Promise<AgentSetupActionResult>;
|
|
2422
|
-
/** Open the agent’s login/auth command in the system terminal. */
|
|
2423
|
-
declare function loginAgent(agent: AgentKind): Promise<AgentSetupActionResult>;
|
|
2424
|
-
|
|
2425
2534
|
declare function getAdapter(kind: AgentKind): AgentAdapter;
|
|
2426
2535
|
declare function allAdapters(): AgentAdapter[];
|
|
2427
2536
|
|
|
@@ -2593,6 +2702,18 @@ declare function formatWorktreeReminder(): string;
|
|
|
2593
2702
|
* (`attach`, `claude` in the checkout) see them without Sideboard.
|
|
2594
2703
|
*/
|
|
2595
2704
|
declare function formatProcessGuideDirective(): string;
|
|
2705
|
+
/**
|
|
2706
|
+
* How to keep a long shell job alive across Sideboard turn interrupts.
|
|
2707
|
+
* Injected on every fresh worktree session; reminder repeats the helper path
|
|
2708
|
+
* because CLI `--resume` drops cachedPrefix.
|
|
2709
|
+
*/
|
|
2710
|
+
declare function formatLongRunningDirective(opts?: {
|
|
2711
|
+
scriptPath?: string | null;
|
|
2712
|
+
}): string;
|
|
2713
|
+
/** Short long-job line on every worktree turn (survives CLI resume). */
|
|
2714
|
+
declare function formatLongRunningReminder(opts?: {
|
|
2715
|
+
scriptPath?: string | null;
|
|
2716
|
+
}): string;
|
|
2596
2717
|
/**
|
|
2597
2718
|
* Tell agents how Sideboard renders Claude-style artifacts (side column)
|
|
2598
2719
|
* and the composer multiple-choice picker (`ask_user`).
|
|
@@ -2906,18 +3027,34 @@ interface SkillInfo {
|
|
|
2906
3027
|
command: string;
|
|
2907
3028
|
description: string;
|
|
2908
3029
|
path: string;
|
|
2909
|
-
source: 'workspace' | 'user' | 'cli';
|
|
3030
|
+
source: 'workspace' | 'user' | 'cli' | 'bundled';
|
|
2910
3031
|
}
|
|
3032
|
+
declare const BUNDLED_SKILL_PREFIX = "bundled:";
|
|
2911
3033
|
/**
|
|
2912
|
-
* Discover skills from the worktree + user/CLI skill locations
|
|
2913
|
-
* Workspace skills win
|
|
3034
|
+
* Discover skills from the worktree + user/CLI skill locations + Sideboard
|
|
3035
|
+
* product skills (`bundled`). Workspace skills win when command names collide.
|
|
2914
3036
|
* New repo skills should be written to `.claude/skills` so Claude Code and
|
|
2915
3037
|
* `attach` load them without Sideboard. `.sideboard/skills` is still scanned
|
|
2916
|
-
* (legacy) but native agents do not see it.
|
|
3038
|
+
* (legacy) but native agents do not see it. `/long-running` is always present
|
|
3039
|
+
* (bundled) unless a workspace/user/cli skill overrides it.
|
|
2917
3040
|
*/
|
|
2918
3041
|
declare function discoverSkills(worktreePath: string): SkillInfo[];
|
|
2919
3042
|
declare function readSkillBody(skillPath: string, maxChars?: number): string;
|
|
2920
3043
|
|
|
3044
|
+
/** Packaged extraResources copy (`Contents/Resources/sideboard-mcp/scripts/detached-job.js`). */
|
|
3045
|
+
declare function packagedDetachedJobPath(): string | null;
|
|
3046
|
+
/**
|
|
3047
|
+
* Absolute path to the detach helper agents should exec.
|
|
3048
|
+
* Packaged app first, then walk up from this module to the repo `scripts/` copy.
|
|
3049
|
+
*/
|
|
3050
|
+
declare function resolveDetachedJobScript(): string | null;
|
|
3051
|
+
/** Shell invocation agents can copy (`node "/abs/path/detached-job.js"`). */
|
|
3052
|
+
declare function formatDetachedJobInvoke(scriptPath?: string | null): string;
|
|
3053
|
+
|
|
3054
|
+
/** Sideboard product skill — available in every worktree, not only this repo. */
|
|
3055
|
+
declare const LONG_RUNNING_SKILL_COMMAND = "long-running";
|
|
3056
|
+
declare const BUNDLED_LONG_RUNNING_PATH = "bundled:long-running";
|
|
3057
|
+
|
|
2921
3058
|
interface ExpandResult {
|
|
2922
3059
|
/** Prompt sent to the agent (may include attachments / skill bodies). */
|
|
2923
3060
|
agentPrompt: string;
|
|
@@ -3036,6 +3173,14 @@ declare function estimateThreadChars(messages: ThreadMessage[]): number;
|
|
|
3036
3173
|
/** Approximate tokens still occupying the window from the stored transcript. */
|
|
3037
3174
|
declare function estimateOccupancyTokens(messages: ThreadMessage[]): number;
|
|
3038
3175
|
declare function threadHasCompactedContext(messages: Array<Pick<ThreadMessage, 'role'>>): boolean;
|
|
3176
|
+
/**
|
|
3177
|
+
* Tokens the next request will start from — remaining transcript, not billed
|
|
3178
|
+
* thread/turn sums. After compression, last-request size is the pre-summary
|
|
3179
|
+
* peak so the transcript estimate wins. Otherwise a last-request that still
|
|
3180
|
+
* fits the window is preferred (provider-accurate); billed leaks fall back
|
|
3181
|
+
* to the transcript.
|
|
3182
|
+
*/
|
|
3183
|
+
declare function forwardOccupancyTokens(messages: ThreadMessage[], usage?: TokenUsage | null, windowTokens?: number): number;
|
|
3039
3184
|
/**
|
|
3040
3185
|
* Occupancy the next turn will start from.
|
|
3041
3186
|
* After Sideboard compression the last agent `lastRequestTokens` is still the
|
|
@@ -3094,6 +3239,30 @@ declare function formatMessagesAsTranscript(messages: ThreadMessage[], opts?: {
|
|
|
3094
3239
|
declare function buildSessionSeed(messages: ThreadMessage[], opts?: {
|
|
3095
3240
|
tools?: TranscriptToolDetail;
|
|
3096
3241
|
}): string | null;
|
|
3242
|
+
/** Brightsy server tool that compresses chat history (`context_summary` payload). */
|
|
3243
|
+
declare const BRIGHTSY_SUMMARIZE_CONTEXT_TOOL = "summarize_context";
|
|
3244
|
+
/**
|
|
3245
|
+
* Pull the summary text from a Brightsy `summarize_context` tool result.
|
|
3246
|
+
* Successful payloads are `{ context_summary: "..." }`; failures are skipped.
|
|
3247
|
+
*/
|
|
3248
|
+
declare function extractBrightsyContextSummary(result: string | undefined): string | null;
|
|
3249
|
+
declare function findLastBrightsyContextSummary(messages: ThreadMessage[]): {
|
|
3250
|
+
index: number;
|
|
3251
|
+
text: string;
|
|
3252
|
+
} | null;
|
|
3253
|
+
/**
|
|
3254
|
+
* Messages Brightsy should see after its last successful `summarize_context`
|
|
3255
|
+
* tool (everything after that tool row). Matches Brightsy's own prompt
|
|
3256
|
+
* builder: drop history before the tool result, keep the tail. No last-N cap.
|
|
3257
|
+
* If the tool has never succeeded, return the full history.
|
|
3258
|
+
*/
|
|
3259
|
+
declare function messagesSinceLastBrightsyContextSummary(messages: ThreadMessage[]): ThreadMessage[];
|
|
3260
|
+
/**
|
|
3261
|
+
* Brightsy `chat` is a stateless completion (one stdin blob, no --resume).
|
|
3262
|
+
* Seed the last `summarize_context` result plus every later turn, text-only
|
|
3263
|
+
* so other tool dumps do not empty-complete.
|
|
3264
|
+
*/
|
|
3265
|
+
declare function buildBrightsySessionSeed(messages: ThreadMessage[]): string | null;
|
|
3097
3266
|
declare function applyCompaction(messages: ThreadMessage[], summaryText: string, thresholds?: CompactThresholds): ThreadMessage[];
|
|
3098
3267
|
interface CompactResult {
|
|
3099
3268
|
didCompact: boolean;
|
|
@@ -4210,6 +4379,12 @@ interface IpcApi {
|
|
|
4210
4379
|
githubPat?: string | null;
|
|
4211
4380
|
abletimeAccessToken?: string | null;
|
|
4212
4381
|
abletimeHost?: string | null;
|
|
4382
|
+
vercelToken?: string | null;
|
|
4383
|
+
supabaseAccessToken?: string | null;
|
|
4384
|
+
posthogPersonalApiKey?: string | null;
|
|
4385
|
+
posthogHost?: string | null;
|
|
4386
|
+
sentryAuthToken?: string | null;
|
|
4387
|
+
sentryHost?: string | null;
|
|
4213
4388
|
}): Promise<PublicAppSettings>;
|
|
4214
4389
|
updateDefaultsSettings(patch: {
|
|
4215
4390
|
agent?: AgentKind | null;
|
|
@@ -4241,6 +4416,18 @@ interface IpcApi {
|
|
|
4241
4416
|
}): Promise<PublicAppSettings>;
|
|
4242
4417
|
/** Clear the stored AbleTime personal access token. */
|
|
4243
4418
|
disconnectAbleTime(): Promise<PublicAppSettings>;
|
|
4419
|
+
/** Verify and store a Vercel / Supabase / PostHog / Sentry token. */
|
|
4420
|
+
connectOptionalService(input: {
|
|
4421
|
+
id: OptionalServiceId;
|
|
4422
|
+
token: string;
|
|
4423
|
+
host?: string | null;
|
|
4424
|
+
}): Promise<PublicAppSettings>;
|
|
4425
|
+
/** Clear a stored optional-service token. */
|
|
4426
|
+
disconnectOptionalService(id: OptionalServiceId): Promise<PublicAppSettings>;
|
|
4427
|
+
/** PATH status for connector CLIs (`vercel`, `supabase`, `sentry-cli`). */
|
|
4428
|
+
detectOptionalServiceClis(): Promise<OptionalServiceCliStatus[]>;
|
|
4429
|
+
/** `npm i -g` a missing connector CLI (same helper as Settings → Agents). */
|
|
4430
|
+
installOptionalServiceCli(id: OptionalServiceId): Promise<AgentSetupActionResult>;
|
|
4244
4431
|
/**
|
|
4245
4432
|
* Find or create an AbleTime task to track work against
|
|
4246
4433
|
* (hosted MCP create_task / search_tasks).
|
|
@@ -4451,7 +4638,7 @@ interface IpcApi {
|
|
|
4451
4638
|
command: string;
|
|
4452
4639
|
description: string;
|
|
4453
4640
|
path: string;
|
|
4454
|
-
source: 'workspace' | 'user' | 'cli';
|
|
4641
|
+
source: 'workspace' | 'user' | 'cli' | 'bundled';
|
|
4455
4642
|
}>>;
|
|
4456
4643
|
openInEditor(threadRef: string, editor?: string, relativePath?: string): Promise<void>;
|
|
4457
4644
|
openWorktree(threadRef: string, target: 'finder' | 'cursor' | 'code' | 'xcode' | 'terminal' | 'datagrip'): Promise<void>;
|
|
@@ -5259,4 +5446,4 @@ declare function pollSlackOutboundWatches(opts?: {
|
|
|
5259
5446
|
now?: number;
|
|
5260
5447
|
}): Promise<void>;
|
|
5261
5448
|
|
|
5262
|
-
export { ABLETIME_MCP_PATH, AGENT_GIT_ACTIONS, AGENT_RUNNER_MAX_OLD_SPACE_MB, ATTACHMENTS_DIR, type AbleTimeAssignedIssuesResult, type AbleTimeMcpToolName, type AbleTimeOrientation, type AbleTimeProject, type AbleTimeTask, type AbleTimeViewer, type ActiveRun, type AddBoardPinInput, 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 BoardPin, type BranchInfo, type BrightsyAccount, type BrightsyChatTarget, type BrightsyChatTargets, type BrightsyCloudConnectAgent, type BrightsyHarnessSettings, type BrightsySession, BrightsySideboardApi, type BrightsyTeamTargets, CHARS_PER_CONTEXT_TOKEN, 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 CowboyThreadFields, type CreateChatTabInput, type CreateGlobalChatOpts, type CreateScheduledTaskInput, type CreateStackInput, type CreateThreadInput, type CreateWorktreeResult, type CursorAgentUsageSnapshot, type CursorModelInfo, type CursorSdkStreamMessage, type CursorTurnRequest, type CursorUsageCost, type CursorWorktreesConfig, DEFAULT_ABLETIME_HOST, DEFAULT_WORKTREE_SORT, 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, HOME_BOARD_CACHE_TTL_MS, type HarnessId, type HomeBoardLoaded, type HomeBoardRemoteData, ISSUE_SOURCE_LABELS, type InitStackFromThreadInput, type IntegrationsSettings, type IpcApi, type IssueCycleInfo, 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 LinearAssignedIssuesResult, 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, PLAN_QUESTION_ANSWERS_PREFIX, 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, REVIEW_SKILL_NAME, REVIEW_SKILL_PATH, type RepoSettings, type RepoSetupInfo, type RequestReviewResult, type ResolvedReviewGuidelines, type ReviewGuidelinesSource, type RunMode, type RunScript, SESSION_RESET_OCCUPANCY_TOKENS, 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 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, WORKTREE_MCP_TOOLS, type Workspace, type WorkspaceInventoryEntry, type WorkspaceScriptEnvOpts, type WorktreeSortMode, abletimeMcpRequest, abletimeMcpUrl, ackSlackInboundSeen, addBoardPin, addPrStackLayer, addStackLayerFromThread, addWorkspace, adoptThread, agentGitPrompt, allAdapters, allocatePort, allocatePortRange, allocateTeamName, allocateTeamSlug, appDataDir, appSettingsPath, appendIndexedGitConfig, appendMessage, applyAgentEvent, applyAgentRunnerHeapEnv, applyAppEnvironment, applyCompaction, applyForwardOccupancy, applyGithubGitAuthEnv, applyPromptCacheTtlEnv, applyThreadIntoMain, applyTurnUsage, armSchedules, assertOrchestratorCapableAgent, attachmentFromAbsolutePath, attachmentsFromBuffers, attachmentsFromWorktreePaths, attachmentsGitignoreBody, autoArchiveOnMergeEnabled, autoCleanupOrphansEnabled, autoRenameBranchEnabled, autoRunAfterSetupEnabled, branchDisplayLabel, brightsyAccessTokenNeedsRefresh, brightsyAdapter, brightsyCloudConnectAgent, brightsyCloudConnectEnabled, brightsyConfigPath, brightsyInjectWorktreeMcpEnabled, brightsyMcpAllowedTools, brightsyMcpServerName, buildCachedUserContent, buildClaudeStreamJsonUserMessage, buildDiffCommentAttachment, buildForkTranscriptAttachment, buildPastedTextAttachment, buildReviewRequestAttachment, buildSessionSeed, buildWorkspaceScriptEnv, caffeinateHoldPath, caffeinateWhileCloudConnectEnabled, caffeinateWhileRunningEnabled, caffeinateWhileSchedulesEnabled, caffeinateWhileSlackListenEnabled, callAbleTimeTool, canonicalizeRepoPath, captureLoginEnv, captureTurnBaseline, checkoutPrStackLayer, childEnvWithAppSettings, claimDesktopHost, classifyWorktreeColumn, claudeAdapter, claudeChromeEnabled, claudeUserSettingsPath, cleanupOrphanWorktrees, clearBoardPins, clearHomeBoardCache, cloneRepoIntoSideboard, codexAdapter, codexSandboxWritableRootsArgs, codexUnattendedGitConfigArgs, coerceOrchestratorAgent, collectTakenTeamSlugs, commentLinearIssue, commitAll, computeNextRunAt, conductorBundledBinDir, conductorDbPath, confirmLand, connectBrightsyTeam, connectSlackToken, contextTokens, coordinatorSystemPrompt, coordinatorTurnReminder, copyConfiguredFiles, countCacheControlBlocks, cowboyModeEnabled, createAbleTimeTask, createChatTab, createEmptyThread, createExistingBranchWorktree, createGlobalChat, createLinearIssue, createLinearPkce, createOrUpdatePr, createPrStack, createSchedule, createThread, createThreadWorktree, currentBranch, cursorAdapter, cursorSdkMessageToEvents, decodeBrightsyTarget, defaultScheduleName, deleteBranchOnPurgeEnabled, deleteSchedule, deleteThreadRecord, desktopHostPidPath, detectAgents, detectGhStack, detectLocalMergeConflicts, disconnectAbleTimeConnection, disconnectBrightsyTeam, disconnectLinear, disconnectLinearConnection, disconnectSlackWorkspace, discoverSkills, dropCachedPrefixOnResume, encodeBrightsyTarget, enrichPathWithNpmGlobalBin, enrichWorkspacesWithGithub, ensureAbleTimeTask, ensureAgentPath, ensureBrightsyLocalConfigFresh, ensureCloudCoordinator, ensureConnectedBrightsyTeamTokens, ensureGhPreferOrigin, ensureGlobalCoordinatorCwd, ensureReviewRequestFile, ensureReviewSkillFile, ensureSlackCoordinator, ensureSlackDeviceIdentity, ensureWorkspace, estimateMessageChars, estimateOccupancyTokens, estimateThreadChars, expandComposerPrompt, extractGhErrorDetail, extractPendingPlanQuestions, extractPresentedPlan, extractiveSummary, fetchPrHead, finalizeParts, findConventionSetup, findInvalidCacheControlTtlOrder, findLiveThreadForCreate, 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, formatSlackReplyContinuePrompt, formatSlackSignedReply, formatSlackWorkingText, formatTranscriptMarkdown, formatUiReminder, formatWorkspaceInventory, formatWorktreeDirective, formatWorktreeReminder, forwardContextUsage, fromInclusiveInputUsage, getAbleTimeAccessToken, getAbleTimeHost, getAbleTimeOrientation, getAbleTimeTask, getAdapter, getAgentSetupInfo, getBrightsySession, getCaffeinateHold, getDefaultAgent, getDefaultEffort, getDefaultFast, getDefaultModel, getDefaultRunScript, getDiff, getDiffSummary, getGitHubStatus, getGithubGitAuthMode, getGithubPat, getHomeBoardInputs, getIssueSource, getLinearApiKey, getLinearAuthToken, getLinearIssue, getOrchestrator, getPr, getPrChecks, getPrDetails, getPrForHeadBranch, getPrMeta, getPrStack, getRepoSetupInfo, getRunMode, getRunScript, getSchedule, getSlackWorkspace, gh, ghHeadRef, ghRepoSelectArgs, git, githubAgentGitEnv, globalAgentCwd, groupHomeBoardWorktrees, handleSlackInbound, harnessEnvKey, hasBakedLinearOAuth, hasBakedSlackOAuth, hasConductorHook, hasConventionSetup, hasCursorWorktreeSetup, hasEnabledSchedules, hasRepoHook, hasWorkspaceHook, healOrchestrationSoccerTitles, httpFetch, importConductorWorkspace, importConductorWorkspaceAsync, initPrStack, initStackFromThread, initializeGitRepository, inspectGitWorktree, installAgent, interruptSlackCoordinatorForInbound, invalidateThreadListCache, isAbleTimeConnected, isAskUserToolName, isBrightsyConnected, isBrightsyNdjsonLine, isCloudCoordinatorThread, isConductorBundledCli, isCowboyThread, isCursorAutoModel, isDefaultishSourceRef, isDesktopHostAlive, isDirty, isGhRateLimitError, isGlobalRepoPath, isGlobalThread, isHomeBoardThread, isImageFilePath, isInPrStack, isInboundForThisDesktop, isIssueSourceConnected, isLinearConnected, isLinearOAuthCancelled, isOrchestratorCapableAgent, isOrchestratorThread, isPidAlive, isPlaceholderBranch, isPlanQuestionAnswersMessage, isPollWrapperToolName, isPrNotMergeableError, isPresentPlanToolName, isPrimaryCheckoutThread, isSessionQuotaLimit, isShellToolName, isSideboardScratchPath, isSlackCoordinatorThread, isSlackExternalReplyPrompt, isSlackOAuthCancelled, isSubagentToolName, isThinkingEffort, isThisProcessDesktopHost, isThreadCaffeinated, isThreadRecordFile, isWorkspaceScratchPath, issueAttachmentForAbleTimeTask, issueSourceLabel, lastRequestOccupancy, latestPendingPlanQuestions, linearAuthorizationHeader, linearCycleIsActive, linearGraphql, linearOAuthAuthorizeUrl, linearOAuthCredentials, listAbleTimeAssignedIssues, listAbleTimeProjects, listAbleTimeTasks, listAgentSetupInfo, listBoardPins, listBranchCommits, listBranches, listBrightsyAccounts, listBrightsyChatTargets, listCodexModels, listConductorWorkspaces, listConnectedBrightsyTeams, listCursorModels, listGitHubIssues, listGlobalThreads, listIssues, listLinearAssignedIssues, listLinearIssues, listLinearIssuesDirect, listLinearTeams, listModelsForAgent, listOpencodeModels, listPrs, listRunScripts, listSchedules, listSlackOutboundWatches, listSlackWorkspaces, listThreads, listWorkspaces, listWorktreeFiles, listWorktrees, liveActivitySummary, loadAgentInstructions, loadAppSettings, loadBrightsyConfig, loadConductorSettings, loadHomeBoardInputs, loadRepoSettings, loadWorkspaceSettings, locksDir, loginAgent, lookupSoccerTeam, mapAbleTimeTask, maxConcurrentAgents, maybeCompactContext, mcpAllowTools, mcpAuthWarnings, mergeAgentGitAuthEnv, mergePr, mergePrStack, mergeSideboardIntoMcpServersJson, mergeUsage, messagePartParentId, nextPastedTextName, nextThinkingEffort, nonInteractiveGitProcessEnv, normalizeAbleTimeHost, 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, permissionMode, persistPendingFileAttachments, persistVaultKeyInKeychain, planFileAbs, planQuestionsSignature, pollSlackOutboundWatches, posixShellSingleQuote, preferredCursorCostCents, prepareTerminalCommand, previewLand, promptMentionsBrightsy, pushBranch, readExistingReviewRequestFile, readKeychainVaultKey, readPlanFile, readSkillBody, readThread, readWorktreeFile, readWorktreeFileForUpload, readWorktreeInclude, recordScheduleRun, recordSlackOutboundWatch, refreshBrightsyAccessToken, refreshGitHubAuth, registerPackagedUserMcpClients, releaseCaffeinateHoldForThread, releaseDesktopHost, removeBoardPin, removeWorkspace, removeWorktree, repoSlug, requestOccupancy, requestReview, requireAgent, resetGhStackDetectCache, resetGithubAgentTokenMemo, resolveAgentExecutable, resolveAgentGitAuthEnv, resolveClaudeExecutable, resolveCodexGitWritableRoots, resolveCommandBinarySync, resolveConductorCursorAgentId, resolveCursorModelId, resolveDefaultBranch, resolveDiffBaseRef, resolveEffectiveIssueSource, resolveFilesToCopy, resolveGhAuthToken, resolveGitDirsForLockRecovery, resolveGithubAgentToken, resolveGithubRepoSlug, resolveLinearState, resolveLinearTeam, resolveLoginCommand, resolveNewThreadOptions, resolvePlanMarkdown, resolvePrSelector, resolvePrSelectors, resolveQuotaFallbackAgent, resolveRepoRoot, resolveReviewGuidelines, resolveScheduleThreadId, resolveSlackListenMode, resolveThreadDefaults, resolveThreadEffort, resolveVaultKey, resolveWorktreeStartPoint, rewriteAbleTimeError, rewriteLinearError, run, runArchiveScript, runCloudConnect, runConventionSetup, runCursorWorktreeSetup, runSetupScript, runSlackListen, runSlackRelayClient, runWorkspaceSetup, sameWorktreePath, sanitizeMcpServerName, saveAbleTimeConnection, saveAppSettings, saveLinearOAuth, schedulesPath, scrubGithubTokensFromChildEnv, searchAbleTimeTasks, secureFileUnlocksWith, setCaffeinateHold, setHttpFetchImpl, setStatus, setVaultMasterKey, settingsSourceLabel, shouldAttachPastedText, shouldCompactContext, shouldInjectBrightsyMcp, shouldRefreshReviewRequestTemplate, shouldRemoveWorktreeOnTeardown, shouldResetSessionForOccupancy, shouldRunWorktreeCleanup, showCostEnabled, 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, sumUsageList, summarizeConversation, switchBrightsyAccount, syncWorkspacesFromThreads, takenTeamSlugsForChatTab, takenTeamSlugsForOrchestration, taskMessageText, taskUrl, thinkingEffortBars, thinkingEffortLabel, thisProcessShouldDrainAgentQueues, threadDisplayLabel, threadFilePath, threadHasCompactedContext, threadLivePath, threadLockPath, threadRequestsBrightsyMcp, threadsDir, threadsSharingWorktree, toAbleTimeIssueInfo, toPublicAppSettings, toolActivityLine, toolDescription, toolDetail, toolFilePath, totalTokens, turnCostUsdFromCursorUsage, updateAdvancedSettings, updateAgentExecutable, updateAppEnvironment, updateBrightsySettings, updateClaudeSettings, updateCodexSettings, updateDefaultsSettings, updateIntegrationsSettings, updateLinearIssue, updateOpencodeSettings, updateSchedule, updateThread, userClaudeMcpConfigPath, userCursorMcpConfigPath, validateLinearApiKey, verifyAbleTimeConnection, visibleToolRowDetail, waitForPidExit, warmGithubAgentAuth, withAgentInstructions, withEventParentId, withEventsParentId, withExportedPath, withMaxOldSpaceSize, withThreadLock, workspaceSettingsSourceLabel, worktreeBoardStatus, worktreeCleanupSettings, worktreeDisplayLabel, worktreeDisplayLabelForGroup, worktreeNameFromPath, worktreesRoot, wrapReviewSkillMarkdown, writeInjectedMcpConfig, writePlanFile, writeThread, writeWorktreeFile };
|
|
5449
|
+
export { ABLETIME_MCP_PATH, AGENT_GIT_ACTIONS, AGENT_RUNNER_MAX_OLD_SPACE_MB, ATTACHMENTS_DIR, type AbleTimeAssignedIssuesResult, type AbleTimeMcpToolName, type AbleTimeOrientation, type AbleTimeProject, type AbleTimeTask, type AbleTimeViewer, type ActiveRun, type AddBoardPinInput, 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, BRIGHTSY_SUMMARIZE_CONTEXT_TOOL, BUNDLED_LONG_RUNNING_PATH, BUNDLED_SKILL_PREFIX, type BoardPin, type BranchInfo, type BrightsyAccount, type BrightsyChatTarget, type BrightsyChatTargets, type BrightsyCloudConnectAgent, type BrightsyHarnessSettings, type BrightsySession, BrightsySideboardApi, type BrightsyTeamTargets, CHARS_PER_CONTEXT_TOKEN, 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 CowboyThreadFields, type CreateChatTabInput, type CreateGlobalChatOpts, type CreateScheduledTaskInput, type CreateStackInput, type CreateThreadInput, type CreateWorktreeResult, type CursorAgentUsageSnapshot, type CursorModelInfo, type CursorSdkStreamMessage, type CursorTurnRequest, type CursorUsageCost, type CursorWorktreesConfig, DEFAULT_ABLETIME_HOST, DEFAULT_WORKTREE_SORT, 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, HOME_BOARD_CACHE_TTL_MS, type HarnessId, type HomeBoardLoaded, type HomeBoardRemoteData, ISSUE_SOURCE_LABELS, type InitStackFromThreadInput, type IntegrationsSettings, type IpcApi, type IssueCycleInfo, 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, LONG_RUNNING_SKILL_COMMAND, type LandPreview, type LandResult, type LinearAssignedIssuesResult, type LinearComment, type LinearIssue, LinearOAuthCancelledError, type LinearTeam, type LinearTeamsResult, type LinearWorkflowState, type ListIssuesResult, MAX_ANTHROPIC_CACHE_CONTROL_BLOCKS, type McpServerStatus, type MessagePart, OPTIONAL_SERVICES, OPTIONAL_SERVICE_IDS, ORCHESTRATOR_AGENT_KINDS, type OpenPrStackLayersInput, type OpenStackLayerInput, type OpenStackLayerResult, type OptionalServiceCliStatus, type OptionalServiceId, type OptionalServiceSpec, 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, PLAN_QUESTION_ANSWERS_PREFIX, 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, REVIEW_SKILL_NAME, REVIEW_SKILL_PATH, type RepoSettings, type RepoSetupInfo, type RequestReviewResult, type ResolvedReviewGuidelines, type ReviewGuidelinesSource, type RunMode, type RunScript, SESSION_RESET_OCCUPANCY_TOKENS, 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 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, WORKTREE_MCP_TOOLS, type Workspace, type WorkspaceInventoryEntry, type WorkspaceScriptEnvOpts, type WorktreeSortMode, abletimeMcpRequest, abletimeMcpUrl, ackSlackInboundSeen, addBoardPin, addPrStackLayer, addStackLayerFromThread, addWorkspace, adoptThread, agentGitPrompt, allAdapters, allocatePort, allocatePortRange, allocateTeamName, allocateTeamSlug, appDataDir, appSettingsPath, appendIndexedGitConfig, appendMessage, applyAgentEvent, applyAgentRunnerHeapEnv, applyAppEnvironment, applyCompaction, applyForwardOccupancy, applyGithubGitAuthEnv, applyPromptCacheTtlEnv, applyThreadIntoMain, applyTurnUsage, armSchedules, assertOrchestratorCapableAgent, attachmentFromAbsolutePath, attachmentsFromBuffers, attachmentsFromWorktreePaths, attachmentsGitignoreBody, autoArchiveOnMergeEnabled, autoCleanupOrphansEnabled, autoRenameBranchEnabled, autoRunAfterSetupEnabled, branchDisplayLabel, brightsyAccessTokenNeedsRefresh, brightsyAdapter, brightsyCloudConnectAgent, brightsyCloudConnectEnabled, brightsyConfigPath, brightsyInjectWorktreeMcpEnabled, brightsyMcpAllowedTools, brightsyMcpServerName, buildBrightsySessionSeed, buildCachedUserContent, buildClaudeStreamJsonUserMessage, buildDiffCommentAttachment, buildForkTranscriptAttachment, buildPastedTextAttachment, buildReviewRequestAttachment, buildSessionSeed, buildWorkspaceScriptEnv, caffeinateHoldPath, caffeinateWhileCloudConnectEnabled, caffeinateWhileRunningEnabled, caffeinateWhileSchedulesEnabled, caffeinateWhileSlackListenEnabled, callAbleTimeTool, canonicalizeRepoPath, captureLoginEnv, captureTurnBaseline, checkoutPrStackLayer, childEnvWithAppSettings, claimDesktopHost, classifyWorktreeColumn, claudeAdapter, claudeChromeEnabled, claudeUserSettingsPath, cleanupOrphanWorktrees, clearBoardPins, clearHomeBoardCache, cloneRepoIntoSideboard, codexAdapter, codexSandboxWritableRootsArgs, codexUnattendedGitConfigArgs, coerceOrchestratorAgent, collectTakenTeamSlugs, commentLinearIssue, commitAll, computeNextRunAt, conductorBundledBinDir, conductorDbPath, confirmLand, connectBrightsyTeam, connectOptionalService, connectSlackToken, connectedOptionalServices, contextTokens, coordinatorSystemPrompt, coordinatorTurnReminder, copyConfiguredFiles, countCacheControlBlocks, cowboyModeEnabled, createAbleTimeTask, createChatTab, createEmptyThread, createExistingBranchWorktree, createGlobalChat, createLinearIssue, createLinearPkce, createOrUpdatePr, createPrStack, createSchedule, createThread, createThreadWorktree, currentBranch, cursorAdapter, cursorSdkMessageToEvents, decodeBrightsyTarget, defaultScheduleName, deleteBranchOnPurgeEnabled, deleteSchedule, deleteThreadRecord, desktopHostPidPath, detectAgents, detectGhStack, detectLocalMergeConflicts, detectOptionalServiceClis, disconnectAbleTimeConnection, disconnectBrightsyTeam, disconnectLinear, disconnectLinearConnection, disconnectOptionalService, disconnectSlackWorkspace, discoverSkills, dropCachedPrefixOnResume, emptyPublicIntegrations, encodeBrightsyTarget, enrichPathWithNpmGlobalBin, enrichWorkspacesWithGithub, ensureAbleTimeTask, ensureAgentPath, ensureBrightsyLocalConfigFresh, ensureCloudCoordinator, ensureConnectedBrightsyTeamTokens, ensureGhPreferOrigin, ensureGlobalCoordinatorCwd, ensureReviewRequestFile, ensureReviewSkillFile, ensureSlackCoordinator, ensureSlackDeviceIdentity, ensureWorkspace, estimateMessageChars, estimateOccupancyTokens, estimateThreadChars, expandComposerPrompt, extractBrightsyContextSummary, extractGhErrorDetail, extractPendingPlanQuestions, extractPresentedPlan, extractiveSummary, fetchPrHead, finalizeParts, findConventionSetup, findInvalidCacheControlTtlOrder, findLastBrightsyContextSummary, findLiveThreadForCreate, findOrphanWorktrees, findSlackCoordinator, findThreadByRef, findThreadForStackLayer, fireSchedule, flattenTurnInput, forkChatTab, forkMessageSlice, forkThreadWorktree, formatAgentInstructions, formatArtifactDirective, formatBrightsyFetchError, formatDetachedJobInvoke, formatFetchError, formatGhLandError, formatGitAuthModeDirective, formatIpcInvokeError, formatLongRunningDirective, formatLongRunningReminder, formatMergePrError, formatMessagesAsTranscript, formatOptionalServicesDirective, formatOptionalServicesReminder, formatPlanQuestionAnswers, formatPlanQuestionsForChat, formatProcessGuideDirective, formatRateLimitResetHint, formatRenameBranchDirective, formatScheduleWhen, formatScheduledPrompt, formatSlackExternalReplyPrompt, formatSlackInboundPrompt, formatSlackRepliesForTurn, formatSlackReplyContinuePrompt, formatSlackSignedReply, formatSlackWorkingText, formatTranscriptMarkdown, formatUiReminder, formatWorkspaceInventory, formatWorktreeDirective, formatWorktreeReminder, forwardContextUsage, forwardOccupancyTokens, fromInclusiveInputUsage, getAbleTimeAccessToken, getAbleTimeHost, getAbleTimeOrientation, getAbleTimeTask, getAdapter, getAgentSetupInfo, getBrightsySession, getCaffeinateHold, getDefaultAgent, getDefaultEffort, getDefaultFast, getDefaultModel, getDefaultRunScript, getDiff, getDiffSummary, getGitHubStatus, getGithubGitAuthMode, getGithubPat, getHomeBoardInputs, getIssueSource, getLinearApiKey, getLinearAuthToken, getLinearIssue, getOrchestrator, getPr, getPrChecks, getPrDetails, getPrForHeadBranch, getPrMeta, getPrStack, getRepoSetupInfo, getRunMode, getRunScript, getSchedule, getSlackWorkspace, gh, ghHeadRef, ghRepoSelectArgs, git, githubAgentGitEnv, globalAgentCwd, groupHomeBoardWorktrees, handleSlackInbound, harnessEnvKey, hasBakedLinearOAuth, hasBakedSlackOAuth, hasConductorHook, hasConventionSetup, hasCursorWorktreeSetup, hasEnabledSchedules, hasRepoHook, hasWorkspaceHook, healOrchestrationSoccerTitles, httpFetch, importConductorWorkspace, importConductorWorkspaceAsync, initPrStack, initStackFromThread, initializeGitRepository, inspectGitWorktree, installAgent, installNpmGlobalPackage, installOptionalServiceCli, interruptSlackCoordinatorForInbound, invalidateThreadListCache, isAbleTimeConnected, isAskUserToolName, isBrightsyConnected, isBrightsyNdjsonLine, isCloudCoordinatorThread, isConductorBundledCli, isCowboyThread, isCursorAutoModel, isDefaultishSourceRef, isDesktopHostAlive, isDirty, isGhRateLimitError, isGlobalRepoPath, isGlobalThread, isHomeBoardThread, isImageFilePath, isInPrStack, isInboundForThisDesktop, isIssueSourceConnected, isLinearConnected, isLinearOAuthCancelled, isOptionalServiceId, isOrchestratorCapableAgent, isOrchestratorThread, isPidAlive, isPlaceholderBranch, isPlanQuestionAnswersMessage, isPollWrapperToolName, isPrNotMergeableError, isPresentPlanToolName, isPrimaryCheckoutThread, isSessionQuotaLimit, isShellToolName, isSideboardScratchPath, isSlackCoordinatorThread, isSlackExternalReplyPrompt, isSlackOAuthCancelled, isSubagentToolName, isThinkingEffort, isThisProcessDesktopHost, isThreadCaffeinated, isThreadRecordFile, isWorkspaceScratchPath, issueAttachmentForAbleTimeTask, issueSourceLabel, lastRequestOccupancy, latestPendingPlanQuestions, linearAuthorizationHeader, linearCycleIsActive, linearGraphql, linearOAuthAuthorizeUrl, linearOAuthCredentials, listAbleTimeAssignedIssues, listAbleTimeProjects, listAbleTimeTasks, listAgentSetupInfo, listBoardPins, listBranchCommits, listBranches, listBrightsyAccounts, listBrightsyChatTargets, listCodexModels, listConductorWorkspaces, listConnectedBrightsyTeams, listCursorModels, listGitHubIssues, listGlobalThreads, listIssues, listLinearAssignedIssues, listLinearIssues, listLinearIssuesDirect, listLinearTeams, listModelsForAgent, listOpencodeModels, listPrs, listRunScripts, listSchedules, listSlackOutboundWatches, listSlackWorkspaces, listThreads, listWorkspaces, listWorktreeFiles, listWorktrees, liveActivitySummary, loadAgentInstructions, loadAppSettings, loadBrightsyConfig, loadConductorSettings, loadHomeBoardInputs, loadRepoSettings, loadWorkspaceSettings, locksDir, loginAgent, lookupSoccerTeam, mapAbleTimeTask, maxConcurrentAgents, maybeCompactContext, mcpAllowTools, mcpAuthWarnings, mergeAgentGitAuthEnv, mergePr, mergePrStack, mergeSideboardIntoMcpServersJson, mergeUsage, messagePartParentId, messagesSinceLastBrightsyContextSummary, nextPastedTextName, nextThinkingEffort, nonInteractiveGitProcessEnv, normalizeAbleTimeHost, normalizeParseResult, normalizeServiceOrigin, normalizeThinkingEffort, normalizeThread, normalizeTurnInput, normalizeWorktreePath, openInSystemTerminal, openPrStackLayers, openStackLayer, opencodeAdapter, optionalServiceConnected, optionalServiceSpec, orchestrationQuotaFallbackAgent, orchestrationQuotaOnLimit, orchestrationTitleNeedsSoccerNickname, orchestratorSessionPoisonedByBuiltins, originGhRepoEnv, packagedDetachedJobPath, parseCursorRunnerLine, parseDurationMs, parseForceStopMessage, parseGhStackViewJson, parseGithubSlugFromRemoteUrl, parseMcpList, parsePlanQuestionsInput, parseSessionQuotaResetAt, parseSlackRelayClientMessage, parseSlackRelayServerMessage, partsToAssistantText, pastedTextStats, pendingSlackExternalReplies, permissionMode, persistPendingFileAttachments, persistVaultKeyInKeychain, planFileAbs, planQuestionsSignature, pollSlackOutboundWatches, posixShellSingleQuote, preferredCursorCostCents, prepareTerminalCommand, previewLand, promptMentionsBrightsy, pushBranch, readExistingReviewRequestFile, readKeychainVaultKey, readPlanFile, readSkillBody, readThread, readWorktreeFile, readWorktreeFileForUpload, readWorktreeInclude, recordScheduleRun, recordSlackOutboundWatch, refreshBrightsyAccessToken, refreshGitHubAuth, registerPackagedUserMcpClients, releaseCaffeinateHoldForThread, releaseDesktopHost, removeBoardPin, removeWorkspace, removeWorktree, repoSlug, requestOccupancy, requestReview, requireAgent, resetGhStackDetectCache, resetGithubAgentTokenMemo, resolveAgentExecutable, resolveAgentGitAuthEnv, resolveClaudeExecutable, resolveCodexGitWritableRoots, resolveCommandBinarySync, resolveConductorCursorAgentId, resolveCursorModelId, resolveDefaultBranch, resolveDetachedJobScript, resolveDiffBaseRef, resolveEffectiveIssueSource, resolveFilesToCopy, resolveGhAuthToken, resolveGitDirsForLockRecovery, resolveGithubAgentToken, resolveGithubRepoSlug, resolveLinearState, resolveLinearTeam, resolveLoginCommand, resolveNewThreadOptions, resolvePlanMarkdown, resolvePrSelector, resolvePrSelectors, resolveQuotaFallbackAgent, resolveRepoRoot, resolveReviewGuidelines, resolveScheduleThreadId, resolveSlackListenMode, resolveThreadDefaults, resolveThreadEffort, resolveVaultKey, resolveWorktreeStartPoint, rewriteAbleTimeError, rewriteLinearError, run, runArchiveScript, runCloudConnect, runConventionSetup, runCursorWorktreeSetup, runSetupScript, runSlackListen, runSlackRelayClient, runWorkspaceSetup, sameWorktreePath, sanitizeMcpServerName, saveAbleTimeConnection, saveAppSettings, saveLinearOAuth, schedulesPath, scrubGithubTokensFromChildEnv, searchAbleTimeTasks, secureFileUnlocksWith, setCaffeinateHold, setHttpFetchImpl, setStatus, setVaultMasterKey, settingsSourceLabel, shouldAttachPastedText, shouldCompactContext, shouldInjectBrightsyMcp, shouldRefreshReviewRequestTemplate, shouldRemoveWorktreeOnTeardown, shouldResetSessionForOccupancy, shouldRunWorktreeCleanup, showCostEnabled, 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, sumUsageList, summarizeConversation, switchBrightsyAccount, syncWorkspacesFromThreads, takenTeamSlugsForChatTab, takenTeamSlugsForOrchestration, taskMessageText, taskUrl, thinkingEffortBars, thinkingEffortLabel, thisProcessShouldDrainAgentQueues, threadDisplayLabel, threadFilePath, threadHasCompactedContext, threadLivePath, threadLockPath, threadRequestsBrightsyMcp, threadsDir, threadsSharingWorktree, toAbleTimeIssueInfo, toPublicAppSettings, toolActivityLine, toolDescription, toolDetail, toolFilePath, totalTokens, turnCostUsdFromCursorUsage, updateAdvancedSettings, updateAgentExecutable, updateAppEnvironment, updateBrightsySettings, updateClaudeSettings, updateCodexSettings, updateDefaultsSettings, updateIntegrationsSettings, updateLinearIssue, updateOpencodeSettings, updateSchedule, updateThread, userClaudeMcpConfigPath, userCursorMcpConfigPath, validateLinearApiKey, verifyAbleTimeConnection, verifyOptionalService, visibleToolRowDetail, waitForPidExit, warmGithubAgentAuth, whichOnPath, withAgentInstructions, withEventParentId, withEventsParentId, withExportedPath, withMaxOldSpaceSize, withThreadLock, workspaceSettingsSourceLabel, worktreeBoardStatus, worktreeCleanupSettings, worktreeDisplayLabel, worktreeDisplayLabelForGroup, worktreeNameFromPath, worktreesRoot, wrapReviewSkillMarkdown, writeInjectedMcpConfig, writePlanFile, writeThread, writeWorktreeFile };
|