@schoolai/shipyard 3.17.0 → 3.18.0-nightly.20260623.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-J274FTGE.js → chunk-CTCRVL3I.js} +2 -2
- package/dist/{chunk-WMD76UPS.js → chunk-DARRT63K.js} +2 -2
- package/dist/{chunk-X3TOIQUD.js → chunk-DHYIAHZN.js} +2 -2
- package/dist/{chunk-URRNZGFO.js → chunk-EZ7EHHMA.js} +4 -4
- package/dist/{chunk-4FVMGXFP.js → chunk-G7TB2XB7.js} +4 -24
- package/dist/chunk-G7TB2XB7.js.map +1 -0
- package/dist/{chunk-RP4DQQXY.js → chunk-RM4WIKPZ.js} +3 -3
- package/dist/{chunk-FJXRLZZI.js → chunk-UD4BVZOD.js} +3 -3
- package/dist/chunk-UD4BVZOD.js.map +1 -0
- package/dist/{chunk-UZT6JIJ5.js → chunk-WUVURPJV.js} +2 -2
- package/dist/cursor-runner.js +26 -24
- package/dist/cursor-runner.js.map +1 -1
- package/dist/electron-utility.js +2 -2
- package/dist/index.js +9 -4
- package/dist/index.js.map +1 -1
- package/dist/{login-7YFYG2ZB.js → login-53IPU5BJ.js} +3 -3
- package/dist/{plan-backfill-DVXCXD3E.js → plan-backfill-76NXHXCJ.js} +4 -4
- package/dist/{serve-PVAHED3I.js → serve-QBKCW6C7.js} +167 -1128
- package/dist/{serve-PVAHED3I.js.map → serve-QBKCW6C7.js.map} +1 -1
- package/dist/{start-STKDMHUG.js → start-QAXYKC4Q.js} +6 -6
- package/package.json +1 -1
- package/dist/chunk-4FVMGXFP.js.map +0 -1
- package/dist/chunk-FJXRLZZI.js.map +0 -1
- /package/dist/{chunk-J274FTGE.js.map → chunk-CTCRVL3I.js.map} +0 -0
- /package/dist/{chunk-WMD76UPS.js.map → chunk-DARRT63K.js.map} +0 -0
- /package/dist/{chunk-X3TOIQUD.js.map → chunk-DHYIAHZN.js.map} +0 -0
- /package/dist/{chunk-URRNZGFO.js.map → chunk-EZ7EHHMA.js.map} +0 -0
- /package/dist/{chunk-RP4DQQXY.js.map → chunk-RM4WIKPZ.js.map} +0 -0
- /package/dist/{chunk-UZT6JIJ5.js.map → chunk-WUVURPJV.js.map} +0 -0
- /package/dist/{login-7YFYG2ZB.js.map → login-53IPU5BJ.js.map} +0 -0
- /package/dist/{plan-backfill-DVXCXD3E.js.map → plan-backfill-76NXHXCJ.js.map} +0 -0
- /package/dist/{start-STKDMHUG.js.map → start-QAXYKC4Q.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
detectCapabilities,
|
|
4
4
|
refreshMcpServers,
|
|
5
5
|
registerBuiltInProfiles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-EZ7EHHMA.js";
|
|
7
7
|
import "./chunk-TUQTEWK3.js";
|
|
8
8
|
import {
|
|
9
9
|
getRepoMetadata
|
|
@@ -15,9 +15,9 @@ import {
|
|
|
15
15
|
import "./chunk-RR6V6SNM.js";
|
|
16
16
|
import "./chunk-4MRKRVIQ.js";
|
|
17
17
|
import "./chunk-ZFKJAYAN.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-DARRT63K.js";
|
|
19
|
+
import "./chunk-G7TB2XB7.js";
|
|
20
|
+
import "./chunk-UD4BVZOD.js";
|
|
21
21
|
import "./chunk-EHQITHQX.js";
|
|
22
22
|
import "./chunk-X3MULCV5.js";
|
|
23
23
|
import {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
getDaemonVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RM4WIKPZ.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-CTCRVL3I.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isImageMimeType,
|
|
4
4
|
parseAssetUri
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-G7TB2XB7.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-DARRT63K.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
DevicePollResponseSchema,
|
|
16
16
|
DeviceStartResponseSchema,
|
|
17
17
|
ROUTES
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-UD4BVZOD.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-DHYIAHZN.js.map
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
formatTaskFeedback,
|
|
39
39
|
toRecord,
|
|
40
40
|
toSdkContent
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-DARRT63K.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-G7TB2XB7.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-UD4BVZOD.js";
|
|
61
61
|
import {
|
|
62
62
|
logger
|
|
63
63
|
} from "./chunk-X53VIV2J.js";
|
|
@@ -8207,4 +8207,4 @@ export {
|
|
|
8207
8207
|
refreshInstalledAgents,
|
|
8208
8208
|
refreshCodexAuthSlice
|
|
8209
8209
|
};
|
|
8210
|
-
//# sourceMappingURL=chunk-
|
|
8210
|
+
//# sourceMappingURL=chunk-EZ7EHHMA.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-UD4BVZOD.js";
|
|
6
6
|
import {
|
|
7
7
|
external_exports
|
|
8
8
|
} from "./chunk-JCEWPG3R.js";
|
|
@@ -18251,20 +18251,7 @@ function parseAssetUri(uri) {
|
|
|
18251
18251
|
}
|
|
18252
18252
|
|
|
18253
18253
|
// ../../packages/loro-schema/src/protocols/browser-preview-protocol.ts
|
|
18254
|
-
var BROWSER_PREVIEW_PREFIX = "http-preview:";
|
|
18255
|
-
var BROWSER_PREVIEW_URL_LABEL = "http-preview:url";
|
|
18256
|
-
var BROWSER_PREVIEW_SUBDOMAIN_PREFIX = "http-preview-sub:";
|
|
18257
18254
|
var NATIVE_PREVIEW_PREFIX = "native-preview:";
|
|
18258
|
-
function parseBrowserPreviewLabel(label) {
|
|
18259
|
-
if (!label.startsWith(BROWSER_PREVIEW_PREFIX)) return null;
|
|
18260
|
-
const port = Number(label.slice(BROWSER_PREVIEW_PREFIX.length));
|
|
18261
|
-
return Number.isFinite(port) && port > 0 ? port : null;
|
|
18262
|
-
}
|
|
18263
|
-
function parseBrowserPreviewSubdomainLabel(label) {
|
|
18264
|
-
if (!label.startsWith(BROWSER_PREVIEW_SUBDOMAIN_PREFIX)) return null;
|
|
18265
|
-
const port = Number(label.slice(BROWSER_PREVIEW_SUBDOMAIN_PREFIX.length));
|
|
18266
|
-
return Number.isFinite(port) && port > 0 ? port : null;
|
|
18267
|
-
}
|
|
18268
18255
|
function parseNativePreviewLabel(label) {
|
|
18269
18256
|
if (!label.startsWith(NATIVE_PREVIEW_PREFIX)) return null;
|
|
18270
18257
|
const port = Number(label.slice(NATIVE_PREVIEW_PREFIX.length));
|
|
@@ -21600,7 +21587,6 @@ var PreviewElementStateShape = external_exports.object({
|
|
|
21600
21587
|
ownerUserId: external_exports.string(),
|
|
21601
21588
|
port: external_exports.number().int().positive().optional(),
|
|
21602
21589
|
url: external_exports.string().optional(),
|
|
21603
|
-
proxyPort: external_exports.number().int().positive().optional(),
|
|
21604
21590
|
initialPath: external_exports.string().optional(),
|
|
21605
21591
|
projectRoot: external_exports.string().optional(),
|
|
21606
21592
|
/**
|
|
@@ -23061,14 +23047,12 @@ var DaemonToBrowserControlMessageSchema = external_exports.discriminatedUnion("t
|
|
|
23061
23047
|
}),
|
|
23062
23048
|
external_exports.object({
|
|
23063
23049
|
type: external_exports.literal("detected_ports"),
|
|
23064
|
-
ports: external_exports.array(DetectedPortSchema)
|
|
23065
|
-
proxyPort: external_exports.number().optional()
|
|
23050
|
+
ports: external_exports.array(DetectedPortSchema)
|
|
23066
23051
|
}),
|
|
23067
23052
|
external_exports.object({
|
|
23068
23053
|
type: external_exports.literal("set_preview_target"),
|
|
23069
23054
|
port: external_exports.number().optional(),
|
|
23070
|
-
url: external_exports.string().optional()
|
|
23071
|
-
proxyPort: external_exports.number().optional()
|
|
23055
|
+
url: external_exports.string().optional()
|
|
23072
23056
|
}),
|
|
23073
23057
|
external_exports.object({
|
|
23074
23058
|
type: external_exports.literal("open_canvas"),
|
|
@@ -28722,12 +28706,8 @@ export {
|
|
|
28722
28706
|
AssetTransferMessageSchema,
|
|
28723
28707
|
buildAssetUri,
|
|
28724
28708
|
parseAssetUri,
|
|
28725
|
-
BROWSER_PREVIEW_URL_LABEL,
|
|
28726
|
-
parseBrowserPreviewLabel,
|
|
28727
|
-
parseBrowserPreviewSubdomainLabel,
|
|
28728
28709
|
parseNativePreviewLabel,
|
|
28729
28710
|
BrowserPreviewRequestSchema,
|
|
28730
|
-
BrowserPreviewUrlRequestSchema,
|
|
28731
28711
|
ScheduleRecordSchema,
|
|
28732
28712
|
SCHEDULE_STORE_VERSION,
|
|
28733
28713
|
migrateScheduleStore,
|
|
@@ -28835,4 +28815,4 @@ export {
|
|
|
28835
28815
|
encodeDrain,
|
|
28836
28816
|
decodeFrame
|
|
28837
28817
|
};
|
|
28838
|
-
//# sourceMappingURL=chunk-
|
|
28818
|
+
//# sourceMappingURL=chunk-G7TB2XB7.js.map
|