@schoolai/shipyard 3.26.0 → 3.27.0
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/capability-detector-worker.js +4 -4
- package/dist/{chunk-WUGADZYC.js → chunk-3OSJ2NBG.js} +2 -2
- package/dist/{chunk-FU6IF6C2.js → chunk-765IZGCC.js} +3 -3
- package/dist/{chunk-ALNGADQY.js → chunk-DLKK7GR4.js} +2 -2
- package/dist/{chunk-ASN6META.js → chunk-GTFOF3S6.js} +2 -2
- package/dist/{chunk-UUE4MBYJ.js → chunk-IYHMELNP.js} +2 -2
- package/dist/{chunk-LLRLVCL4.js → chunk-JO6BW3E2.js} +4 -4
- package/dist/{chunk-KAA6A3YV.js → chunk-KSY4S4X3.js} +2 -2
- package/dist/{chunk-OPMLQQWV.js → chunk-QM5JXV3C.js} +2 -2
- package/dist/chunk-QM5JXV3C.js.map +1 -0
- package/dist/cursor-runner.js +3 -3
- package/dist/electron-utility.js +2 -2
- package/dist/index.js +4 -4
- package/dist/{login-HS7TO3GQ.js → login-HKWWOXQK.js} +3 -3
- package/dist/{plan-backfill-OM7ZKGCR.js → plan-backfill-VKDUUMTF.js} +4 -4
- package/dist/{serve-32BIUHWA.js → serve-JEQFYBOT.js} +9 -9
- package/dist/{start-NAUZF4JP.js → start-2RW5WC25.js} +6 -6
- package/package.json +1 -1
- package/dist/chunk-OPMLQQWV.js.map +0 -1
- /package/dist/{chunk-WUGADZYC.js.map → chunk-3OSJ2NBG.js.map} +0 -0
- /package/dist/{chunk-FU6IF6C2.js.map → chunk-765IZGCC.js.map} +0 -0
- /package/dist/{chunk-ALNGADQY.js.map → chunk-DLKK7GR4.js.map} +0 -0
- /package/dist/{chunk-ASN6META.js.map → chunk-GTFOF3S6.js.map} +0 -0
- /package/dist/{chunk-UUE4MBYJ.js.map → chunk-IYHMELNP.js.map} +0 -0
- /package/dist/{chunk-LLRLVCL4.js.map → chunk-JO6BW3E2.js.map} +0 -0
- /package/dist/{chunk-KAA6A3YV.js.map → chunk-KSY4S4X3.js.map} +0 -0
- /package/dist/{login-HS7TO3GQ.js.map → login-HKWWOXQK.js.map} +0 -0
- /package/dist/{plan-backfill-OM7ZKGCR.js.map → plan-backfill-VKDUUMTF.js.map} +0 -0
- /package/dist/{serve-32BIUHWA.js.map → serve-JEQFYBOT.js.map} +0 -0
- /package/dist/{start-NAUZF4JP.js.map → start-2RW5WC25.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
detectCapabilities,
|
|
4
4
|
refreshMcpServers,
|
|
5
5
|
registerBuiltInProfiles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-JO6BW3E2.js";
|
|
7
7
|
import "./chunk-VSRWL5SP.js";
|
|
8
8
|
import {
|
|
9
9
|
getRepoMetadata
|
|
@@ -15,9 +15,9 @@ import {
|
|
|
15
15
|
import "./chunk-RR6V6SNM.js";
|
|
16
16
|
import "./chunk-ROEOOZOW.js";
|
|
17
17
|
import "./chunk-ZFKJAYAN.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-KSY4S4X3.js";
|
|
19
|
+
import "./chunk-IYHMELNP.js";
|
|
20
|
+
import "./chunk-QM5JXV3C.js";
|
|
21
21
|
import "./chunk-EHQITHQX.js";
|
|
22
22
|
import "./chunk-X3MULCV5.js";
|
|
23
23
|
import {
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
parseShipyardDeliverableUrl,
|
|
32
32
|
planEditorSerializer,
|
|
33
33
|
toTaskIndexEntry
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-IYHMELNP.js";
|
|
35
35
|
import {
|
|
36
36
|
assertNever
|
|
37
37
|
} from "./chunk-X3MULCV5.js";
|
|
@@ -34847,4 +34847,4 @@ export {
|
|
|
34847
34847
|
runPlanBackfill,
|
|
34848
34848
|
buildTaskStateStore
|
|
34849
34849
|
};
|
|
34850
|
-
//# sourceMappingURL=chunk-
|
|
34850
|
+
//# sourceMappingURL=chunk-3OSJ2NBG.js.map
|
|
@@ -18,8 +18,8 @@ function getDaemonVersion() {
|
|
|
18
18
|
return cached;
|
|
19
19
|
}
|
|
20
20
|
function readDaemonVersion() {
|
|
21
|
-
if ("3.
|
|
22
|
-
return "3.
|
|
21
|
+
if ("3.27.0".length > 0) {
|
|
22
|
+
return "3.27.0";
|
|
23
23
|
}
|
|
24
24
|
try {
|
|
25
25
|
const here = dirname(fileURLToPath(import.meta.url));
|
|
@@ -48,4 +48,4 @@ function readDaemonVersion() {
|
|
|
48
48
|
export {
|
|
49
49
|
getDaemonVersion
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=chunk-
|
|
51
|
+
//# sourceMappingURL=chunk-765IZGCC.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
getDaemonVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-765IZGCC.js";
|
|
5
5
|
import {
|
|
6
6
|
WorkerCommandCodec,
|
|
7
7
|
WorkerReplyCodec
|
|
@@ -1116,4 +1116,4 @@ export {
|
|
|
1116
1116
|
shutdownFileWatcherGuard,
|
|
1117
1117
|
guardedSubscribe
|
|
1118
1118
|
};
|
|
1119
|
-
//# sourceMappingURL=chunk-
|
|
1119
|
+
//# sourceMappingURL=chunk-DLKK7GR4.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
DevicePollResponseSchema,
|
|
16
16
|
DeviceStartResponseSchema,
|
|
17
17
|
ROUTES
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-QM5JXV3C.js";
|
|
19
19
|
import {
|
|
20
20
|
isDevMode,
|
|
21
21
|
validateEnv
|
|
@@ -223,4 +223,4 @@ export {
|
|
|
223
223
|
ensureAuthenticated,
|
|
224
224
|
loginCommand
|
|
225
225
|
};
|
|
226
|
-
//# sourceMappingURL=chunk-
|
|
226
|
+
//# sourceMappingURL=chunk-GTFOF3S6.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
PUBLISHED_PREVIEW_KINDS,
|
|
4
4
|
PUBLISH_TTL_CHOICES
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QM5JXV3C.js";
|
|
6
6
|
import {
|
|
7
7
|
external_exports
|
|
8
8
|
} from "./chunk-JCEWPG3R.js";
|
|
@@ -30121,4 +30121,4 @@ export {
|
|
|
30121
30121
|
encodeDrain,
|
|
30122
30122
|
decodeFrame
|
|
30123
30123
|
};
|
|
30124
|
-
//# sourceMappingURL=chunk-
|
|
30124
|
+
//# sourceMappingURL=chunk-IYHMELNP.js.map
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
formatTaskFeedback,
|
|
39
39
|
toRecord,
|
|
40
40
|
toSdkContent
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-KSY4S4X3.js";
|
|
42
42
|
import {
|
|
43
43
|
AGENT_IDS,
|
|
44
44
|
AGENT_SYSTEM_CLAUDE_CODE,
|
|
@@ -50,14 +50,14 @@ import {
|
|
|
50
50
|
REASONING_EFFORTS,
|
|
51
51
|
inflateToolResultContent,
|
|
52
52
|
isImageMimeType
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-IYHMELNP.js";
|
|
54
54
|
import {
|
|
55
55
|
AnthropicAuthStatusSchema,
|
|
56
56
|
CodexAuthStatusSchema,
|
|
57
57
|
CursorAuthStatusSchema,
|
|
58
58
|
PermissionModeSchema,
|
|
59
59
|
TESTED_CODEX_VERSION
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-QM5JXV3C.js";
|
|
61
61
|
import {
|
|
62
62
|
logger
|
|
63
63
|
} from "./chunk-CA5PKTNJ.js";
|
|
@@ -8364,4 +8364,4 @@ export {
|
|
|
8364
8364
|
refreshInstalledAgents,
|
|
8365
8365
|
refreshCodexAuthSlice
|
|
8366
8366
|
};
|
|
8367
|
-
//# sourceMappingURL=chunk-
|
|
8367
|
+
//# sourceMappingURL=chunk-JO6BW3E2.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isImageMimeType,
|
|
4
4
|
parseAssetUri
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-IYHMELNP.js";
|
|
6
6
|
import {
|
|
7
7
|
assertNever
|
|
8
8
|
} from "./chunk-X3MULCV5.js";
|
|
@@ -588,4 +588,4 @@ export {
|
|
|
588
588
|
toRecord,
|
|
589
589
|
buildCursorUserPrompt
|
|
590
590
|
};
|
|
591
|
-
//# sourceMappingURL=chunk-
|
|
591
|
+
//# sourceMappingURL=chunk-KSY4S4X3.js.map
|
|
@@ -879,7 +879,7 @@ var MetricsIngestResponseSchema = external_exports.object({
|
|
|
879
879
|
// ../../packages/session/src/protocol-version.ts
|
|
880
880
|
var PROTOCOL_VERSION = 153;
|
|
881
881
|
var CONTROL_COMPRESSION_MIN_VERSION = 139;
|
|
882
|
-
var MIN_PROTOCOL_VERSION =
|
|
882
|
+
var MIN_PROTOCOL_VERSION = 153;
|
|
883
883
|
|
|
884
884
|
// ../../packages/session/src/routes.ts
|
|
885
885
|
var ROUTES = {
|
|
@@ -1663,4 +1663,4 @@ export {
|
|
|
1663
1663
|
PublishCreateResponseSchema,
|
|
1664
1664
|
ROUTES
|
|
1665
1665
|
};
|
|
1666
|
-
//# sourceMappingURL=chunk-
|
|
1666
|
+
//# sourceMappingURL=chunk-QM5JXV3C.js.map
|