@schoolai/shipyard 3.30.0 → 3.31.0-nightly.20260915.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 +3 -3
- package/dist/{chunk-CW2PKTA6.js → chunk-3RWQ7G4S.js} +2 -2
- package/dist/{chunk-WO5EM3BP.js → chunk-5ZR72FWA.js} +2 -2
- package/dist/{chunk-ZSMWOXEN.js → chunk-GRJGV64D.js} +3 -3
- package/dist/{chunk-22TVFTWD.js → chunk-JTOJZZT2.js} +10 -1
- package/dist/{chunk-22TVFTWD.js.map → chunk-JTOJZZT2.js.map} +1 -1
- package/dist/{chunk-JM2E5QZ5.js → chunk-KWDGZXQH.js} +2 -2
- package/dist/{chunk-RGVTFZDF.js → chunk-WWO24OO4.js} +3 -3
- package/dist/cursor-runner.js +2 -2
- package/dist/electron-utility.js +2 -2
- package/dist/index.js +3 -3
- package/dist/{plan-backfill-G5ZN6E5L.js → plan-backfill-PU24U6NO.js} +3 -3
- package/dist/{serve-3TQOIJID.js → serve-LGE3VALI.js} +8 -8
- package/dist/{start-6KMPC5RK.js → start-KY7FZRRX.js} +4 -4
- package/dist/start-KY7FZRRX.js.map +1 -0
- package/package.json +1 -1
- package/dist/start-6KMPC5RK.js.map +0 -1
- /package/dist/{chunk-CW2PKTA6.js.map → chunk-3RWQ7G4S.js.map} +0 -0
- /package/dist/{chunk-WO5EM3BP.js.map → chunk-5ZR72FWA.js.map} +0 -0
- /package/dist/{chunk-ZSMWOXEN.js.map → chunk-GRJGV64D.js.map} +0 -0
- /package/dist/{chunk-JM2E5QZ5.js.map → chunk-KWDGZXQH.js.map} +0 -0
- /package/dist/{chunk-RGVTFZDF.js.map → chunk-WWO24OO4.js.map} +0 -0
- /package/dist/{plan-backfill-G5ZN6E5L.js.map → plan-backfill-PU24U6NO.js.map} +0 -0
- /package/dist/{serve-3TQOIJID.js.map → serve-LGE3VALI.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
detectCapabilities,
|
|
4
4
|
refreshMcpServers,
|
|
5
5
|
registerBuiltInProfiles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-GRJGV64D.js";
|
|
7
7
|
import "./chunk-ZDJEJI62.js";
|
|
8
8
|
import "./chunk-Y6AAH7LO.js";
|
|
9
9
|
import {
|
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
} from "./chunk-42SK2S4V.js";
|
|
16
16
|
import "./chunk-RR6V6SNM.js";
|
|
17
17
|
import "./chunk-ZFKJAYAN.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-3RWQ7G4S.js";
|
|
19
|
+
import "./chunk-JTOJZZT2.js";
|
|
20
20
|
import "./chunk-FARMJBC7.js";
|
|
21
21
|
import "./chunk-EHQITHQX.js";
|
|
22
22
|
import {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isImageMimeType,
|
|
4
4
|
parseAssetUri
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JTOJZZT2.js";
|
|
6
6
|
import {
|
|
7
7
|
logger
|
|
8
8
|
} from "./chunk-FIE2FRIW.js";
|
|
@@ -588,4 +588,4 @@ export {
|
|
|
588
588
|
toRecord,
|
|
589
589
|
buildCursorUserPrompt
|
|
590
590
|
};
|
|
591
|
-
//# sourceMappingURL=chunk-
|
|
591
|
+
//# sourceMappingURL=chunk-3RWQ7G4S.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
getDaemonVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WWO24OO4.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-5ZR72FWA.js.map
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
formatTaskFeedback,
|
|
40
40
|
toRecord,
|
|
41
41
|
toSdkContent
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-3RWQ7G4S.js";
|
|
43
43
|
import {
|
|
44
44
|
AGENT_IDS,
|
|
45
45
|
AGENT_SYSTEM_CLAUDE_CODE,
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
claudeDisplayPricing,
|
|
56
56
|
inflateToolResultContent,
|
|
57
57
|
isImageMimeType
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-JTOJZZT2.js";
|
|
59
59
|
import {
|
|
60
60
|
AnthropicAuthStatusSchema,
|
|
61
61
|
CodexAuthStatusSchema,
|
|
@@ -8854,4 +8854,4 @@ export {
|
|
|
8854
8854
|
refreshInstalledAgents,
|
|
8855
8855
|
refreshCodexAuthSlice
|
|
8856
8856
|
};
|
|
8857
|
-
//# sourceMappingURL=chunk-
|
|
8857
|
+
//# sourceMappingURL=chunk-GRJGV64D.js.map
|
|
@@ -22477,6 +22477,15 @@ var BrowserMetricsSampleSchema = external_exports.object({
|
|
|
22477
22477
|
* that triggered it is already on the wire.
|
|
22478
22478
|
*/
|
|
22479
22479
|
heapPressureAction: external_exports.enum(["none", "shed", "reload", "warn-unsaved"]).optional(),
|
|
22480
|
+
/**
|
|
22481
|
+
* Whether `globalThis.gc` was reachable during the last hidden-window
|
|
22482
|
+
* reclaim. Optional and additive: absent from older browsers, and `false`
|
|
22483
|
+
* means the `--expose-gc` switch did not reach the renderer isolate, which
|
|
22484
|
+
* is the one part of that fix a packaged build alone can confirm.
|
|
22485
|
+
*/
|
|
22486
|
+
hiddenReclaimGcAvailable: external_exports.boolean().optional(),
|
|
22487
|
+
/** Control-dispatch backlog entries dropped by the shed before that collect. */
|
|
22488
|
+
hiddenReclaimDroppedDispatch: external_exports.number().int().nonnegative().optional(),
|
|
22480
22489
|
rtcStats: external_exports.array(
|
|
22481
22490
|
external_exports.object({
|
|
22482
22491
|
label: external_exports.string(),
|
|
@@ -30884,4 +30893,4 @@ export {
|
|
|
30884
30893
|
encodeDrain,
|
|
30885
30894
|
decodeFrame
|
|
30886
30895
|
};
|
|
30887
|
-
//# sourceMappingURL=chunk-
|
|
30896
|
+
//# sourceMappingURL=chunk-JTOJZZT2.js.map
|