@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.
- package/dist/{chunk-ERKQ6CBC.js → chunk-KQLDMFPM.js} +5 -5
- package/dist/{chunk-ERKQ6CBC.js.map → chunk-KQLDMFPM.js.map} +1 -1
- package/dist/{chunk-WHHNOYQE.js → chunk-RC7Y2PV6.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{login-VMDYGKB7.js → login-AOPJE762.js} +3 -3
- package/dist/{serve-HDRZ2CU6.js → serve-VDWIKNIR.js} +27184 -23827
- package/dist/serve-VDWIKNIR.js.map +1 -0
- package/dist/{start-63XQAT6J.js → start-TQ3ZEHJW.js} +4 -4
- package/package.json +1 -1
- package/dist/serve-HDRZ2CU6.js.map +0 -1
- /package/dist/{chunk-WHHNOYQE.js.map → chunk-RC7Y2PV6.js.map} +0 -0
- /package/dist/{login-VMDYGKB7.js.map → login-AOPJE762.js.map} +0 -0
- /package/dist/{start-63XQAT6J.js.map → start-TQ3ZEHJW.js.map} +0 -0
|
@@ -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.
|
|
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 =
|
|
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-
|
|
5073
|
+
//# sourceMappingURL=chunk-KQLDMFPM.js.map
|