@schoolai/shipyard 3.18.2 → 3.18.3-rc.20260701.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.
Files changed (30) hide show
  1. package/dist/capability-detector-worker.js +4 -4
  2. package/dist/{chunk-BK24XTBR.js → chunk-AFSAYFD2.js} +2 -3
  3. package/dist/{chunk-BK24XTBR.js.map → chunk-AFSAYFD2.js.map} +1 -1
  4. package/dist/{chunk-XXRTRTG4.js → chunk-CBLCALKE.js} +2 -2
  5. package/dist/{chunk-E74MXZWW.js → chunk-D4PUXGZA.js} +2 -2
  6. package/dist/{chunk-3GIE6EPP.js → chunk-FEJCW4CK.js} +2 -2
  7. package/dist/{chunk-WVPA2YD3.js → chunk-J6COEZIM.js} +3 -3
  8. package/dist/{chunk-LN2AW36U.js → chunk-RWG7XGPH.js} +43 -4
  9. package/dist/chunk-RWG7XGPH.js.map +1 -0
  10. package/dist/{chunk-PXZCSRS5.js → chunk-UUOHTXO7.js} +2 -2
  11. package/dist/{chunk-PXZCSRS5.js.map → chunk-UUOHTXO7.js.map} +1 -1
  12. package/dist/{chunk-5GY7WGIC.js → chunk-W6MC7ULT.js} +2 -2
  13. package/dist/cursor-runner.js +3 -3
  14. package/dist/electron-utility.js +2 -2
  15. package/dist/index.js +4 -4
  16. package/dist/{login-4AUKCCVX.js → login-VVEVIMRY.js} +3 -3
  17. package/dist/{plan-backfill-X4FGEJ4G.js → plan-backfill-6YRSHNXU.js} +4 -4
  18. package/dist/{serve-7Z6TPUUN.js → serve-KVCNP2MR.js} +12 -10
  19. package/dist/{serve-7Z6TPUUN.js.map → serve-KVCNP2MR.js.map} +1 -1
  20. package/dist/{start-TJ5MEU6A.js → start-PRWW4G4K.js} +6 -6
  21. package/package.json +2 -2
  22. package/dist/chunk-LN2AW36U.js.map +0 -1
  23. /package/dist/{chunk-XXRTRTG4.js.map → chunk-CBLCALKE.js.map} +0 -0
  24. /package/dist/{chunk-E74MXZWW.js.map → chunk-D4PUXGZA.js.map} +0 -0
  25. /package/dist/{chunk-3GIE6EPP.js.map → chunk-FEJCW4CK.js.map} +0 -0
  26. /package/dist/{chunk-WVPA2YD3.js.map → chunk-J6COEZIM.js.map} +0 -0
  27. /package/dist/{chunk-5GY7WGIC.js.map → chunk-W6MC7ULT.js.map} +0 -0
  28. /package/dist/{login-4AUKCCVX.js.map → login-VVEVIMRY.js.map} +0 -0
  29. /package/dist/{plan-backfill-X4FGEJ4G.js.map → plan-backfill-6YRSHNXU.js.map} +0 -0
  30. /package/dist/{start-TJ5MEU6A.js.map → start-PRWW4G4K.js.map} +0 -0
@@ -15,7 +15,7 @@ import {
15
15
  DevicePollResponseSchema,
16
16
  DeviceStartResponseSchema,
17
17
  ROUTES
18
- } from "./chunk-PXZCSRS5.js";
18
+ } from "./chunk-UUOHTXO7.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-XXRTRTG4.js.map
226
+ //# sourceMappingURL=chunk-CBLCALKE.js.map
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  isImageMimeType,
4
4
  parseAssetUri
5
- } from "./chunk-BK24XTBR.js";
5
+ } from "./chunk-AFSAYFD2.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-E74MXZWW.js.map
591
+ //# sourceMappingURL=chunk-D4PUXGZA.js.map
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  getDaemonVersion
4
- } from "./chunk-WVPA2YD3.js";
4
+ } from "./chunk-J6COEZIM.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-3GIE6EPP.js.map
1119
+ //# sourceMappingURL=chunk-FEJCW4CK.js.map
@@ -18,8 +18,8 @@ function getDaemonVersion() {
18
18
  return cached;
19
19
  }
20
20
  function readDaemonVersion() {
21
- if ("3.18.2".length > 0) {
22
- return "3.18.2";
21
+ if ("3.18.3".length > 0) {
22
+ return "3.18.3";
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-WVPA2YD3.js.map
51
+ //# sourceMappingURL=chunk-J6COEZIM.js.map
@@ -38,7 +38,7 @@ import {
38
38
  formatTaskFeedback,
39
39
  toRecord,
40
40
  toSdkContent
41
- } from "./chunk-E74MXZWW.js";
41
+ } from "./chunk-D4PUXGZA.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-BK24XTBR.js";
53
+ } from "./chunk-AFSAYFD2.js";
54
54
  import {
55
55
  AnthropicAuthStatusSchema,
56
56
  CodexAuthStatusSchema,
57
57
  CursorAuthStatusSchema,
58
58
  PermissionModeSchema,
59
59
  TESTED_CODEX_VERSION
60
- } from "./chunk-PXZCSRS5.js";
60
+ } from "./chunk-UUOHTXO7.js";
61
61
  import {
62
62
  logger
63
63
  } from "./chunk-X53VIV2J.js";
@@ -1254,6 +1254,7 @@ var MODEL_CAPABILITY_TIERS = {
1254
1254
  "claude-opus-4-8": "frontier",
1255
1255
  "claude-opus-4-7": "frontier",
1256
1256
  "claude-fable-5": "frontier",
1257
+ "claude-sonnet-5": "strong",
1257
1258
  "claude-sonnet-4-6": "strong",
1258
1259
  "claude-sonnet-4-6[1m]": "strong",
1259
1260
  "claude-haiku-4-5-20251001": "light",
@@ -1547,6 +1548,44 @@ var claudeCodeProfile = {
1547
1548
  vision: true
1548
1549
  }
1549
1550
  },
1551
+ {
1552
+ /**
1553
+ * Sonnet 5 has NO smaller context variant — 1M is both the default and the
1554
+ * maximum ("What's new in Sonnet 5"), unlike Sonnet 4.6 (200K base + opt-in
1555
+ * 1M). And unlike Sonnet 4.6 / Opus, Sonnet 5's 1M is NOT credit-gated on a
1556
+ * Claude Code subscription: the paid-plan context-window doc names only Opus
1557
+ * (Pro) and Sonnet 4.6 as needing usage credits for 1M, and Sonnet 5 is the
1558
+ * default model for Free/Pro plans (no usage-based billing) — so its 1M is
1559
+ * subscription-included. Modeled as a single always-1M entry (like Opus) and
1560
+ * added to `ONE_M_SPAWN_PREFIXES` (task-helpers.ts) so the CLI routes 1M.
1561
+ *
1562
+ * Sonnet 5 is also the first Sonnet to support `xhigh` (effort docs: xhigh
1563
+ * on Fable 5, Opus 4.8/4.7, Sonnet 5 — not 4.6); default `high`. `ultracode`
1564
+ * is omitted — it's the Shipyard-synthetic xhigh+Dynamic-Workflows tier
1565
+ * reserved for Opus 4.8; extending it to Sonnet 5 is a separate decision.
1566
+ * Sources: https://platform.claude.com/docs/en/about-claude/models/whats-new-sonnet-5
1567
+ * and https://support.claude.com/en/articles/8606394-how-large-is-the-context-window-on-paid-claude-plans
1568
+ */
1569
+ id: "claude-sonnet-5",
1570
+ nativeName: "claude-sonnet-5",
1571
+ displayName: "Claude Sonnet 5",
1572
+ description: "The best combination of speed and intelligence",
1573
+ contextWindow: 1e6,
1574
+ maxOutput: 128e3,
1575
+ supportedEfforts: ["none", "low", "medium", "high", "xhigh", "max"],
1576
+ defaultEffort: "high",
1577
+ tagline: "The best combination of speed and intelligence",
1578
+ speedTier: "fast",
1579
+ /** Introductory pricing through 2026-08-31; revert to $3/$15 (standard) after. */
1580
+ costInputUsd: 2,
1581
+ costOutputUsd: 10,
1582
+ capabilities: {
1583
+ reasoning: true,
1584
+ adaptiveThinking: true,
1585
+ webSearch: true,
1586
+ vision: true
1587
+ }
1588
+ },
1550
1589
  {
1551
1590
  id: "claude-sonnet-4-6",
1552
1591
  nativeName: "claude-sonnet-4-6",
@@ -8255,4 +8294,4 @@ export {
8255
8294
  refreshInstalledAgents,
8256
8295
  refreshCodexAuthSlice
8257
8296
  };
8258
- //# sourceMappingURL=chunk-LN2AW36U.js.map
8297
+ //# sourceMappingURL=chunk-RWG7XGPH.js.map