@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.
@@ -3,7 +3,7 @@ import {
3
3
  detectCapabilities,
4
4
  refreshMcpServers,
5
5
  registerBuiltInProfiles
6
- } from "./chunk-ZSMWOXEN.js";
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-CW2PKTA6.js";
19
- import "./chunk-22TVFTWD.js";
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-22TVFTWD.js";
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-CW2PKTA6.js.map
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-RGVTFZDF.js";
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-WO5EM3BP.js.map
1119
+ //# sourceMappingURL=chunk-5ZR72FWA.js.map
@@ -39,7 +39,7 @@ import {
39
39
  formatTaskFeedback,
40
40
  toRecord,
41
41
  toSdkContent
42
- } from "./chunk-CW2PKTA6.js";
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-22TVFTWD.js";
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-ZSMWOXEN.js.map
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-22TVFTWD.js.map
30896
+ //# sourceMappingURL=chunk-JTOJZZT2.js.map