@schoolai/shipyard 3.1.1 → 3.2.0-nightly.20260417.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.
@@ -4199,8 +4199,8 @@ var PresignedUrlPayloadSchema = external_exports.object({
4199
4199
  generation: external_exports.number().optional()
4200
4200
  });
4201
4201
  var ReasoningCapabilitySchema = external_exports.object({
4202
- efforts: external_exports.array(external_exports.enum(["low", "medium", "high", "max"])).min(1),
4203
- defaultEffort: external_exports.enum(["low", "medium", "high", "max"])
4202
+ efforts: external_exports.array(external_exports.enum(["low", "medium", "high", "xhigh", "max"])).min(1),
4203
+ defaultEffort: external_exports.enum(["low", "medium", "high", "xhigh", "max"])
4204
4204
  }).refine((data) => data.efforts.includes(data.defaultEffort), {
4205
4205
  message: "defaultEffort must be one of the supported efforts"
4206
4206
  });
@@ -4639,7 +4639,7 @@ var ROUTE_DESCRIPTIONS = [
4639
4639
  ];
4640
4640
 
4641
4641
  // ../../packages/session/src/claude-code-compat.ts
4642
- var TESTED_CLAUDE_CODE_VERSION = "2.1.101";
4642
+ var TESTED_CLAUDE_CODE_VERSION = "2.1.111";
4643
4643
  function classifyClaudeCodeCompatibility(detected, tested = TESTED_CLAUDE_CODE_VERSION) {
4644
4644
  if (!detected) return { status: "unknown" };
4645
4645
  const detectedParts = detected.split(".");
@@ -5029,7 +5029,7 @@ var PersonalRoomConnection = class {
5029
5029
  };
5030
5030
 
5031
5031
  // ../../packages/session/src/protocol-version.ts
5032
- var PROTOCOL_VERSION = 11;
5032
+ var PROTOCOL_VERSION = 14;
5033
5033
 
5034
5034
  export {
5035
5035
  TESTED_CLAUDE_CODE_VERSION,
@@ -5070,4 +5070,4 @@ export {
5070
5070
  PROTOCOL_VERSION,
5071
5071
  ROUTES
5072
5072
  };
5073
- //# sourceMappingURL=chunk-ERKQ6CBC.js.map
5073
+ //# sourceMappingURL=chunk-KQLDMFPM.js.map