@schoolai/shipyard 3.10.0-rc.20260609.0 → 3.10.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.
@@ -409,7 +409,7 @@ async function runDaemonChild() {
409
409
  env.SHIPYARD_USER_ID = authResult.userId;
410
410
  env.SHIPYARD_USER_DISPLAY_NAME = authResult.displayName;
411
411
  env.SHIPYARD_SIGNALING_URL = authResult.signalingUrl;
412
- const { serve } = await import("./serve-FJT6POBH.js");
412
+ const { serve } = await import("./serve-HVLR5UQ7.js");
413
413
  return serve({ isDev: env.SHIPYARD_DEV, autoOpenBrowser: !authResult.deviceFlowRan });
414
414
  }
415
415
  async function runSupervisor() {
@@ -491,4 +491,4 @@ async function createSupervisorMetrics(env) {
491
491
  export {
492
492
  startCommand
493
493
  };
494
- //# sourceMappingURL=start-MD62XHS6.js.map
494
+ //# sourceMappingURL=start-YA4H2XFQ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schoolai/shipyard",
3
- "version": "3.10.0-rc.20260609.0",
3
+ "version": "3.10.0",
4
4
  "description": "Shipyard daemon - Claude Agent SDK + Loro CRDT sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "@cursor/sdk": "1.0.17",
24
24
  "@linear/sdk": "82.1.0",
25
25
  "@modelcontextprotocol/sdk": "^1.29.0",
26
- "@openai/codex": "0.135.0",
26
+ "@openai/codex": "0.138.0",
27
27
  "@parcel/watcher": "^2.5.6",
28
28
  "@typescript/native-preview": "latest",
29
29
  "@vscode/ripgrep": "^1.18.0",