@schoolai/shipyard 3.16.0 → 3.16.1-rc.20260616.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-VTALUCDB.js → chunk-4FVMGXFP.js} +2 -2
- package/dist/{chunk-M6VDKNFY.js → chunk-5WJSHXUB.js} +3 -3
- package/dist/{chunk-E2NXVJUG.js → chunk-CZPRQJ46.js} +2 -2
- package/dist/{chunk-AXHG3QQA.js → chunk-FJXRLZZI.js} +5 -3
- package/dist/{chunk-AXHG3QQA.js.map → chunk-FJXRLZZI.js.map} +1 -1
- package/dist/{chunk-5PBWS7BB.js → chunk-URRNZGFO.js} +4 -4
- package/dist/{chunk-HPDRJ4VZ.js → chunk-UZT6JIJ5.js} +2 -2
- package/dist/{chunk-6SK6FBYC.js → chunk-WMD76UPS.js} +2 -2
- package/dist/{chunk-RHHRJR3L.js → chunk-X3TOIQUD.js} +2 -2
- package/dist/cursor-runner.js +3 -3
- package/dist/electron-utility.js +2 -2
- package/dist/index.js +4 -4
- package/dist/{login-EYGYOEXL.js → login-7YFYG2ZB.js} +3 -3
- package/dist/{plan-backfill-SMJEKTMM.js → plan-backfill-DVXCXD3E.js} +4 -4
- package/dist/{serve-HGXTONFE.js → serve-JDYY2S3C.js} +206 -80
- package/dist/{serve-HGXTONFE.js.map → serve-JDYY2S3C.js.map} +1 -1
- package/dist/{start-CUWE2FYT.js → start-VJOHZ5BC.js} +6 -6
- package/package.json +1 -1
- /package/dist/{chunk-VTALUCDB.js.map → chunk-4FVMGXFP.js.map} +0 -0
- /package/dist/{chunk-M6VDKNFY.js.map → chunk-5WJSHXUB.js.map} +0 -0
- /package/dist/{chunk-E2NXVJUG.js.map → chunk-CZPRQJ46.js.map} +0 -0
- /package/dist/{chunk-5PBWS7BB.js.map → chunk-URRNZGFO.js.map} +0 -0
- /package/dist/{chunk-HPDRJ4VZ.js.map → chunk-UZT6JIJ5.js.map} +0 -0
- /package/dist/{chunk-6SK6FBYC.js.map → chunk-WMD76UPS.js.map} +0 -0
- /package/dist/{chunk-RHHRJR3L.js.map → chunk-X3TOIQUD.js.map} +0 -0
- /package/dist/{login-EYGYOEXL.js.map → login-7YFYG2ZB.js.map} +0 -0
- /package/dist/{plan-backfill-SMJEKTMM.js.map → plan-backfill-DVXCXD3E.js.map} +0 -0
- /package/dist/{start-CUWE2FYT.js.map → start-VJOHZ5BC.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
detectCapabilities,
|
|
4
4
|
refreshMcpServers,
|
|
5
5
|
registerBuiltInProfiles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-URRNZGFO.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-WMD76UPS.js";
|
|
19
|
+
import "./chunk-4FVMGXFP.js";
|
|
20
|
+
import "./chunk-FJXRLZZI.js";
|
|
21
21
|
import "./chunk-EHQITHQX.js";
|
|
22
22
|
import "./chunk-X3MULCV5.js";
|
|
23
23
|
import {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
PUBLISHED_PREVIEW_KINDS,
|
|
4
4
|
PUBLISH_TTL_CHOICES
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-FJXRLZZI.js";
|
|
6
6
|
import {
|
|
7
7
|
external_exports
|
|
8
8
|
} from "./chunk-JCEWPG3R.js";
|
|
@@ -28835,4 +28835,4 @@ export {
|
|
|
28835
28835
|
encodeDrain,
|
|
28836
28836
|
decodeFrame
|
|
28837
28837
|
};
|
|
28838
|
-
//# sourceMappingURL=chunk-
|
|
28838
|
+
//# sourceMappingURL=chunk-4FVMGXFP.js.map
|
|
@@ -18,8 +18,8 @@ function getDaemonVersion() {
|
|
|
18
18
|
return cached;
|
|
19
19
|
}
|
|
20
20
|
function readDaemonVersion() {
|
|
21
|
-
if ("3.16.
|
|
22
|
-
return "3.16.
|
|
21
|
+
if ("3.16.1".length > 0) {
|
|
22
|
+
return "3.16.1";
|
|
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-5WJSHXUB.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
getDaemonVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5WJSHXUB.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-CZPRQJ46.js.map
|
|
@@ -963,6 +963,8 @@ function classifyCodexCompatibility(detected, tested = TESTED_CODEX_VERSION) {
|
|
|
963
963
|
}
|
|
964
964
|
|
|
965
965
|
// ../../packages/session/src/collab-room-connection.ts
|
|
966
|
+
var PING_BASE_DELAY_MS = 2e4;
|
|
967
|
+
var PING_JITTER_MS = 1e4;
|
|
966
968
|
var CollabRoomConnection = class {
|
|
967
969
|
state = "disconnected";
|
|
968
970
|
ws = null;
|
|
@@ -1107,8 +1109,8 @@ var CollabRoomConnection = class {
|
|
|
1107
1109
|
}
|
|
1108
1110
|
}
|
|
1109
1111
|
schedulePing() {
|
|
1110
|
-
const jitter = Math.floor(Math.random() *
|
|
1111
|
-
const delay =
|
|
1112
|
+
const jitter = Math.floor(Math.random() * PING_JITTER_MS);
|
|
1113
|
+
const delay = PING_BASE_DELAY_MS + jitter;
|
|
1112
1114
|
this.pingTimer = setTimeout(() => {
|
|
1113
1115
|
this.pingTimer = null;
|
|
1114
1116
|
try {
|
|
@@ -1619,4 +1621,4 @@ export {
|
|
|
1619
1621
|
PublishCreateResponseSchema,
|
|
1620
1622
|
ROUTES
|
|
1621
1623
|
};
|
|
1622
|
-
//# sourceMappingURL=chunk-
|
|
1624
|
+
//# sourceMappingURL=chunk-FJXRLZZI.js.map
|