@sideboard-ai/core 0.1.132 → 0.1.135
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-DDTV7WO3.js +36 -0
- package/dist/abletime-VTP4JR63.js +37 -0
- package/dist/{agents-LGJLZMM3.js → agents-O3AJMI2Y.js} +9 -8
- package/dist/{agents-CI6NGKRO.js → agents-RTQFF7PY.js} +9 -8
- package/dist/{app-settings-6RPALX4J.js → app-settings-U5RZKUXG.js} +11 -1
- package/dist/{app-settings-E7NEQY7D.js → app-settings-YQ7YX2CC.js} +11 -1
- package/dist/{chunk-MNL4FSKY.js → chunk-2ESCEK2Q.js} +4 -4
- package/dist/chunk-2XXAAIN3.js +463 -0
- package/dist/{chunk-HZPO3SSZ.js → chunk-57GIFU3X.js} +4 -3
- package/dist/chunk-6GN5WPYZ.js +31 -0
- package/dist/chunk-AT346U23.js +468 -0
- package/dist/{chunk-LLX3OMHU.js → chunk-ED4UPEJX.js} +1 -1
- package/dist/chunk-ELBYOGVA.js +32 -0
- package/dist/{chunk-HUYEU4GS.js → chunk-GJBHOJCZ.js} +83 -2
- package/dist/{chunk-ZND6XV6J.js → chunk-GKKHXZCT.js} +83 -2
- package/dist/{chunk-UDQI3N47.js → chunk-HQQNLDVC.js} +2 -2
- package/dist/{chunk-G6X6UFJO.js → chunk-J5IBSVB3.js} +42 -12
- package/dist/{chunk-RSFCB23A.js → chunk-K7EX47QG.js} +4 -3
- package/dist/{chunk-PK4PQUPU.js → chunk-KBBXNS2V.js} +6 -6
- package/dist/{chunk-SIPDL62B.js → chunk-KBWND62T.js} +6 -6
- package/dist/{chunk-VE22NWBD.js → chunk-LOKXPQ4U.js} +2 -2
- package/dist/{chunk-AQESMTCZ.js → chunk-M267JPEA.js} +3 -29
- package/dist/{chunk-MGYCQAZ6.js → chunk-N62K3KXX.js} +6 -6
- package/dist/{chunk-HLJUNJBF.js → chunk-PM3C2J6K.js} +42 -12
- package/dist/{chunk-HRSBZIXS.js → chunk-QAV3HGVS.js} +2 -2
- package/dist/{chunk-SYLTXDRF.js → chunk-RDULVW3E.js} +2 -2
- package/dist/{chunk-R7FGPBKL.js → chunk-S42XV45P.js} +3 -25
- package/dist/{chunk-VFXZTSAD.js → chunk-XIKEUCNC.js} +55 -31
- package/dist/{chunk-HULESWLI.js → chunk-XUEI4GCF.js} +4 -4
- package/dist/{chunk-SMWJAE74.js → chunk-Z5LYMW7M.js} +55 -31
- package/dist/{connected-teams-S6E3D5C7.js → connected-teams-4A2AXDNN.js} +3 -2
- package/dist/{connected-teams-3BWNJIRY.js → connected-teams-IJUJQ7R6.js} +3 -2
- package/dist/{coordinator-prompt-MEEUOEF2.js → coordinator-prompt-FYMWE33S.js} +4 -4
- package/dist/{coordinator-prompt-SPJSGAQS.js → coordinator-prompt-Y737IIFR.js} +4 -4
- package/dist/{global-workspace-KNESLWKG.js → global-workspace-6KH6BSKL.js} +5 -5
- package/dist/{global-workspace-BMWP7YZC.js → global-workspace-ZFKNLBZA.js} +5 -5
- package/dist/index.cjs +1150 -353
- package/dist/index.d.cts +173 -13
- package/dist/index.d.ts +173 -13
- package/dist/index.js +435 -240
- package/dist/mcp/run-stdio.cjs +1041 -300
- package/dist/mcp/run-stdio.js +339 -187
- package/dist/{oauth-FT7EL2PY.js → oauth-A7XXI2TM.js} +2 -1
- package/dist/{oauth-43NNH6C6.js → oauth-YJBAURIJ.js} +2 -1
- package/dist/{orchestrator-JA65XKB6.js → orchestrator-2BRAPJ47.js} +11 -10
- package/dist/{orchestrator-5TN2DJWO.js → orchestrator-3YDPPZHZ.js} +11 -10
- package/dist/{thread-store-5MLYY35S.js → thread-store-CRLQJ2HM.js} +3 -1
- package/dist/{thread-store-F6BCARQG.js → thread-store-FADXSMEJ.js} +3 -1
- package/dist/{workspaces-HSYRYJYV.js → workspaces-3RRF3LVF.js} +6 -6
- package/dist/{workspaces-O4QZOASB.js → workspaces-AYI5DHK4.js} +6 -6
- package/dist/{worktree-ERHC7Q4F.js → worktree-BC6XDMQK.js} +3 -3
- package/dist/{worktree-JVGSLSLJ.js → worktree-MX7XBX6Z.js} +3 -3
- package/package.json +1 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createAbleTimeTask,
|
|
3
|
+
ensureAbleTimeTask,
|
|
4
|
+
getAbleTimeOrientation,
|
|
5
|
+
getAbleTimeTask,
|
|
6
|
+
issueAttachmentForAbleTimeTask,
|
|
7
|
+
listAbleTimeAssignedIssues,
|
|
8
|
+
listAbleTimeProjects,
|
|
9
|
+
listAbleTimeTasks,
|
|
10
|
+
mapAbleTimeTask,
|
|
11
|
+
searchAbleTimeTasks,
|
|
12
|
+
taskUrl,
|
|
13
|
+
toAbleTimeIssueInfo,
|
|
14
|
+
verifyAbleTimeConnection
|
|
15
|
+
} from "./chunk-AT346U23.js";
|
|
16
|
+
import "./chunk-ELBYOGVA.js";
|
|
17
|
+
import "./chunk-GJBHOJCZ.js";
|
|
18
|
+
import "./chunk-4TR3HZFT.js";
|
|
19
|
+
import "./chunk-JT7R45JB.js";
|
|
20
|
+
import "./chunk-77WWLBCI.js";
|
|
21
|
+
import "./chunk-QZQEXME2.js";
|
|
22
|
+
export {
|
|
23
|
+
createAbleTimeTask,
|
|
24
|
+
ensureAbleTimeTask,
|
|
25
|
+
getAbleTimeOrientation,
|
|
26
|
+
getAbleTimeTask,
|
|
27
|
+
issueAttachmentForAbleTimeTask,
|
|
28
|
+
listAbleTimeAssignedIssues,
|
|
29
|
+
listAbleTimeProjects,
|
|
30
|
+
listAbleTimeTasks,
|
|
31
|
+
mapAbleTimeTask,
|
|
32
|
+
searchAbleTimeTasks,
|
|
33
|
+
taskUrl,
|
|
34
|
+
toAbleTimeIssueInfo,
|
|
35
|
+
verifyAbleTimeConnection
|
|
36
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
createAbleTimeTask,
|
|
5
|
+
ensureAbleTimeTask,
|
|
6
|
+
getAbleTimeOrientation,
|
|
7
|
+
getAbleTimeTask,
|
|
8
|
+
issueAttachmentForAbleTimeTask,
|
|
9
|
+
listAbleTimeAssignedIssues,
|
|
10
|
+
listAbleTimeProjects,
|
|
11
|
+
listAbleTimeTasks,
|
|
12
|
+
mapAbleTimeTask,
|
|
13
|
+
searchAbleTimeTasks,
|
|
14
|
+
taskUrl,
|
|
15
|
+
toAbleTimeIssueInfo,
|
|
16
|
+
verifyAbleTimeConnection
|
|
17
|
+
} from "./chunk-2XXAAIN3.js";
|
|
18
|
+
import "./chunk-6GN5WPYZ.js";
|
|
19
|
+
import "./chunk-GKKHXZCT.js";
|
|
20
|
+
import "./chunk-NSTQ6QKD.js";
|
|
21
|
+
import "./chunk-KGZBYWZ3.js";
|
|
22
|
+
import "./chunk-BD2ICC4D.js";
|
|
23
|
+
export {
|
|
24
|
+
createAbleTimeTask,
|
|
25
|
+
ensureAbleTimeTask,
|
|
26
|
+
getAbleTimeOrientation,
|
|
27
|
+
getAbleTimeTask,
|
|
28
|
+
issueAttachmentForAbleTimeTask,
|
|
29
|
+
listAbleTimeAssignedIssues,
|
|
30
|
+
listAbleTimeProjects,
|
|
31
|
+
listAbleTimeTasks,
|
|
32
|
+
mapAbleTimeTask,
|
|
33
|
+
searchAbleTimeTasks,
|
|
34
|
+
taskUrl,
|
|
35
|
+
toAbleTimeIssueInfo,
|
|
36
|
+
verifyAbleTimeConnection
|
|
37
|
+
};
|
|
@@ -34,19 +34,20 @@ import {
|
|
|
34
34
|
resolveLoginCommand,
|
|
35
35
|
resolveQuotaFallbackAgent,
|
|
36
36
|
turnCostUsdFromCursorUsage
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
39
|
-
import "./chunk-
|
|
37
|
+
} from "./chunk-KBBXNS2V.js";
|
|
38
|
+
import "./chunk-ED4UPEJX.js";
|
|
39
|
+
import "./chunk-S42XV45P.js";
|
|
40
|
+
import "./chunk-6GN5WPYZ.js";
|
|
40
41
|
import {
|
|
41
42
|
ORCHESTRATOR_AGENT_KINDS,
|
|
42
43
|
assertOrchestratorCapableAgent,
|
|
43
44
|
coerceOrchestratorAgent,
|
|
44
45
|
isOrchestratorCapableAgent
|
|
45
|
-
} from "./chunk-
|
|
46
|
-
import "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-2ESCEK2Q.js";
|
|
47
|
+
import "./chunk-K7EX47QG.js";
|
|
48
|
+
import "./chunk-QAV3HGVS.js";
|
|
48
49
|
import "./chunk-B3SJXYIJ.js";
|
|
49
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-J5IBSVB3.js";
|
|
50
51
|
import {
|
|
51
52
|
conductorBundledBinDir,
|
|
52
53
|
enrichPathWithNpmGlobalBin,
|
|
@@ -56,7 +57,7 @@ import {
|
|
|
56
57
|
resolveCommandBinarySync,
|
|
57
58
|
withExportedPath
|
|
58
59
|
} from "./chunk-KPIYENTF.js";
|
|
59
|
-
import "./chunk-
|
|
60
|
+
import "./chunk-GKKHXZCT.js";
|
|
60
61
|
import "./chunk-NSTQ6QKD.js";
|
|
61
62
|
import "./chunk-KGZBYWZ3.js";
|
|
62
63
|
import "./chunk-BD2ICC4D.js";
|
|
@@ -28,28 +28,29 @@ import {
|
|
|
28
28
|
resolveCursorModelId,
|
|
29
29
|
resolveLoginCommand,
|
|
30
30
|
resolveQuotaFallbackAgent
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
31
|
+
} from "./chunk-N62K3KXX.js";
|
|
32
|
+
import "./chunk-KBWND62T.js";
|
|
33
|
+
import "./chunk-M267JPEA.js";
|
|
34
34
|
import {
|
|
35
35
|
ORCHESTRATOR_AGENT_KINDS,
|
|
36
36
|
assertOrchestratorCapableAgent,
|
|
37
37
|
coerceOrchestratorAgent,
|
|
38
38
|
isOrchestratorCapableAgent
|
|
39
|
-
} from "./chunk-
|
|
40
|
-
import "./chunk-
|
|
39
|
+
} from "./chunk-XUEI4GCF.js";
|
|
40
|
+
import "./chunk-57GIFU3X.js";
|
|
41
|
+
import "./chunk-ELBYOGVA.js";
|
|
41
42
|
import {
|
|
42
43
|
cursorSdkMessageToEvents,
|
|
43
44
|
parseCursorRunnerLine,
|
|
44
45
|
preferredCursorCostCents,
|
|
45
46
|
turnCostUsdFromCursorUsage
|
|
46
47
|
} from "./chunk-FSCQXMGI.js";
|
|
47
|
-
import "./chunk-
|
|
48
|
+
import "./chunk-HQQNLDVC.js";
|
|
48
49
|
import "./chunk-FKOIHGKV.js";
|
|
49
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-GJBHOJCZ.js";
|
|
50
51
|
import "./chunk-4TR3HZFT.js";
|
|
51
52
|
import "./chunk-JT7R45JB.js";
|
|
52
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-PM3C2J6K.js";
|
|
53
54
|
import "./chunk-77WWLBCI.js";
|
|
54
55
|
import "./chunk-QZQEXME2.js";
|
|
55
56
|
import {
|
|
@@ -20,8 +20,11 @@ import {
|
|
|
20
20
|
claudeUserSettingsPath,
|
|
21
21
|
cowboyModeEnabled,
|
|
22
22
|
deleteBranchOnPurgeEnabled,
|
|
23
|
+
disconnectAbleTimeConnection,
|
|
23
24
|
disconnectLinearConnection,
|
|
24
25
|
ensureSlackDeviceIdentity,
|
|
26
|
+
getAbleTimeAccessToken,
|
|
27
|
+
getAbleTimeHost,
|
|
25
28
|
getDefaultAgent,
|
|
26
29
|
getDefaultEffort,
|
|
27
30
|
getDefaultFast,
|
|
@@ -31,6 +34,7 @@ import {
|
|
|
31
34
|
getIssueSource,
|
|
32
35
|
getLinearApiKey,
|
|
33
36
|
harnessEnvKey,
|
|
37
|
+
isAbleTimeConnected,
|
|
34
38
|
isIssueSourceConnected,
|
|
35
39
|
isLinearConnected,
|
|
36
40
|
issueSourceLabel,
|
|
@@ -43,6 +47,7 @@ import {
|
|
|
43
47
|
resolveEffectiveIssueSource,
|
|
44
48
|
resolveNewThreadOptions,
|
|
45
49
|
resolveThreadDefaults,
|
|
50
|
+
saveAbleTimeConnection,
|
|
46
51
|
saveAppSettings,
|
|
47
52
|
saveLinearOAuth,
|
|
48
53
|
showCostEnabled,
|
|
@@ -58,7 +63,7 @@ import {
|
|
|
58
63
|
updateDefaultsSettings,
|
|
59
64
|
updateIntegrationsSettings,
|
|
60
65
|
updateOpencodeSettings
|
|
61
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-GJBHOJCZ.js";
|
|
62
67
|
import "./chunk-4TR3HZFT.js";
|
|
63
68
|
import "./chunk-JT7R45JB.js";
|
|
64
69
|
import "./chunk-77WWLBCI.js";
|
|
@@ -85,8 +90,11 @@ export {
|
|
|
85
90
|
claudeUserSettingsPath,
|
|
86
91
|
cowboyModeEnabled,
|
|
87
92
|
deleteBranchOnPurgeEnabled,
|
|
93
|
+
disconnectAbleTimeConnection,
|
|
88
94
|
disconnectLinearConnection,
|
|
89
95
|
ensureSlackDeviceIdentity,
|
|
96
|
+
getAbleTimeAccessToken,
|
|
97
|
+
getAbleTimeHost,
|
|
90
98
|
getDefaultAgent,
|
|
91
99
|
getDefaultEffort,
|
|
92
100
|
getDefaultFast,
|
|
@@ -96,6 +104,7 @@ export {
|
|
|
96
104
|
getIssueSource,
|
|
97
105
|
getLinearApiKey,
|
|
98
106
|
harnessEnvKey,
|
|
107
|
+
isAbleTimeConnected,
|
|
99
108
|
isIssueSourceConnected,
|
|
100
109
|
isLinearConnected,
|
|
101
110
|
issueSourceLabel,
|
|
@@ -108,6 +117,7 @@ export {
|
|
|
108
117
|
resolveEffectiveIssueSource,
|
|
109
118
|
resolveNewThreadOptions,
|
|
110
119
|
resolveThreadDefaults,
|
|
120
|
+
saveAbleTimeConnection,
|
|
111
121
|
saveAppSettings,
|
|
112
122
|
saveLinearOAuth,
|
|
113
123
|
showCostEnabled,
|
|
@@ -22,8 +22,11 @@ import {
|
|
|
22
22
|
claudeUserSettingsPath,
|
|
23
23
|
cowboyModeEnabled,
|
|
24
24
|
deleteBranchOnPurgeEnabled,
|
|
25
|
+
disconnectAbleTimeConnection,
|
|
25
26
|
disconnectLinearConnection,
|
|
26
27
|
ensureSlackDeviceIdentity,
|
|
28
|
+
getAbleTimeAccessToken,
|
|
29
|
+
getAbleTimeHost,
|
|
27
30
|
getDefaultAgent,
|
|
28
31
|
getDefaultEffort,
|
|
29
32
|
getDefaultFast,
|
|
@@ -33,6 +36,7 @@ import {
|
|
|
33
36
|
getIssueSource,
|
|
34
37
|
getLinearApiKey,
|
|
35
38
|
harnessEnvKey,
|
|
39
|
+
isAbleTimeConnected,
|
|
36
40
|
isIssueSourceConnected,
|
|
37
41
|
isLinearConnected,
|
|
38
42
|
issueSourceLabel,
|
|
@@ -45,6 +49,7 @@ import {
|
|
|
45
49
|
resolveEffectiveIssueSource,
|
|
46
50
|
resolveNewThreadOptions,
|
|
47
51
|
resolveThreadDefaults,
|
|
52
|
+
saveAbleTimeConnection,
|
|
48
53
|
saveAppSettings,
|
|
49
54
|
saveLinearOAuth,
|
|
50
55
|
showCostEnabled,
|
|
@@ -60,7 +65,7 @@ import {
|
|
|
60
65
|
updateDefaultsSettings,
|
|
61
66
|
updateIntegrationsSettings,
|
|
62
67
|
updateOpencodeSettings
|
|
63
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-GKKHXZCT.js";
|
|
64
69
|
import "./chunk-NSTQ6QKD.js";
|
|
65
70
|
import "./chunk-KGZBYWZ3.js";
|
|
66
71
|
import "./chunk-BD2ICC4D.js";
|
|
@@ -86,8 +91,11 @@ export {
|
|
|
86
91
|
claudeUserSettingsPath,
|
|
87
92
|
cowboyModeEnabled,
|
|
88
93
|
deleteBranchOnPurgeEnabled,
|
|
94
|
+
disconnectAbleTimeConnection,
|
|
89
95
|
disconnectLinearConnection,
|
|
90
96
|
ensureSlackDeviceIdentity,
|
|
97
|
+
getAbleTimeAccessToken,
|
|
98
|
+
getAbleTimeHost,
|
|
91
99
|
getDefaultAgent,
|
|
92
100
|
getDefaultEffort,
|
|
93
101
|
getDefaultFast,
|
|
@@ -97,6 +105,7 @@ export {
|
|
|
97
105
|
getIssueSource,
|
|
98
106
|
getLinearApiKey,
|
|
99
107
|
harnessEnvKey,
|
|
108
|
+
isAbleTimeConnected,
|
|
100
109
|
isIssueSourceConnected,
|
|
101
110
|
isLinearConnected,
|
|
102
111
|
issueSourceLabel,
|
|
@@ -109,6 +118,7 @@ export {
|
|
|
109
118
|
resolveEffectiveIssueSource,
|
|
110
119
|
resolveNewThreadOptions,
|
|
111
120
|
resolveThreadDefaults,
|
|
121
|
+
saveAbleTimeConnection,
|
|
112
122
|
saveAppSettings,
|
|
113
123
|
saveLinearOAuth,
|
|
114
124
|
showCostEnabled,
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
ensureGlobalCoordinatorCwd
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-K7EX47QG.js";
|
|
6
6
|
import {
|
|
7
7
|
allocateTeamName,
|
|
8
8
|
takenSlugsFromThread,
|
|
9
9
|
teamSlugFromName
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-QAV3HGVS.js";
|
|
11
11
|
import {
|
|
12
12
|
createEmptyThread,
|
|
13
13
|
listThreads,
|
|
14
14
|
updateThread,
|
|
15
15
|
writeThread
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-J5IBSVB3.js";
|
|
17
17
|
import {
|
|
18
18
|
resolveNewThreadOptions,
|
|
19
19
|
resolveThreadDefaults
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-GKKHXZCT.js";
|
|
21
21
|
import {
|
|
22
22
|
globalAgentCwd
|
|
23
23
|
} from "./chunk-BD2ICC4D.js";
|