@schoolai/shipyard 3.29.0-rc.20260911.1 → 3.29.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 +3 -3
- package/dist/{chunk-XSDOBOLN.js → chunk-3NS2YSRP.js} +12 -5
- package/dist/chunk-3NS2YSRP.js.map +1 -0
- package/dist/{chunk-TJ6QS57L.js → chunk-ASK7AIJM.js} +4 -1
- package/dist/chunk-ASK7AIJM.js.map +1 -0
- package/dist/{chunk-V6MN3EPI.js → chunk-CDOIPKD6.js} +2 -2
- package/dist/{chunk-L4BAEKAT.js → chunk-IJGA4YA3.js} +2 -2
- package/dist/cursor-runner.js +2 -2
- package/dist/electron-utility.js +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/{plan-backfill-ZUX4MCG2.js → plan-backfill-7OALHIQK.js} +3 -3
- package/dist/{serve-52K26CKH.js → serve-VBMV5LEN.js} +4570 -4419
- package/dist/{serve-52K26CKH.js.map → serve-VBMV5LEN.js.map} +1 -1
- package/dist/{start-D5WXF2XZ.js → start-NNW7R4M2.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-TJ6QS57L.js.map +0 -1
- package/dist/chunk-XSDOBOLN.js.map +0 -1
- /package/dist/{chunk-V6MN3EPI.js.map → chunk-CDOIPKD6.js.map} +0 -0
- /package/dist/{chunk-L4BAEKAT.js.map → chunk-IJGA4YA3.js.map} +0 -0
- /package/dist/{plan-backfill-ZUX4MCG2.js.map → plan-backfill-7OALHIQK.js.map} +0 -0
- /package/dist/{start-D5WXF2XZ.js.map → start-NNW7R4M2.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
detectCapabilities,
|
|
4
4
|
refreshMcpServers,
|
|
5
5
|
registerBuiltInProfiles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3NS2YSRP.js";
|
|
7
7
|
import "./chunk-CB35TLO4.js";
|
|
8
8
|
import "./chunk-Y6AAH7LO.js";
|
|
9
9
|
import {
|
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
} from "./chunk-XJVXQA7C.js";
|
|
16
16
|
import "./chunk-RR6V6SNM.js";
|
|
17
17
|
import "./chunk-ZFKJAYAN.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-IJGA4YA3.js";
|
|
19
|
+
import "./chunk-ASK7AIJM.js";
|
|
20
20
|
import "./chunk-HIGCNT53.js";
|
|
21
21
|
import "./chunk-EHQITHQX.js";
|
|
22
22
|
import {
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
formatTaskFeedback,
|
|
40
40
|
toRecord,
|
|
41
41
|
toSdkContent
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-IJGA4YA3.js";
|
|
43
43
|
import {
|
|
44
44
|
AGENT_IDS,
|
|
45
45
|
AGENT_SYSTEM_CLAUDE_CODE,
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
claudeDisplayPricing,
|
|
56
56
|
inflateToolResultContent,
|
|
57
57
|
isImageMimeType
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-ASK7AIJM.js";
|
|
59
59
|
import {
|
|
60
60
|
AnthropicAuthStatusSchema,
|
|
61
61
|
CodexAuthStatusSchema,
|
|
@@ -1487,6 +1487,8 @@ var claudeCodeProfile = {
|
|
|
1487
1487
|
* (Codex). Claude continues to report cost directly so the structured
|
|
1488
1488
|
* `pricing` field is intentionally absent on these entries.
|
|
1489
1489
|
*/
|
|
1490
|
+
/** Fable leads the picker, while Opus 5 remains available to all supported paid/API setups. */
|
|
1491
|
+
defaultModelId: "claude-opus-5",
|
|
1490
1492
|
models: withCapabilityTiers([
|
|
1491
1493
|
{
|
|
1492
1494
|
/**
|
|
@@ -5728,6 +5730,7 @@ var DEVIN_MODEL_CATALOG = withCapabilityTiers([
|
|
|
5728
5730
|
displayName: "SWE-2",
|
|
5729
5731
|
description: "Cognition coding model",
|
|
5730
5732
|
tagline: "Frontier coding with Medium, High and Max effort",
|
|
5733
|
+
speedTier: "standard",
|
|
5731
5734
|
contextWindow: 262e3,
|
|
5732
5735
|
maxOutput: 128e3,
|
|
5733
5736
|
supportedEfforts: ["medium", "high", "max"],
|
|
@@ -5740,6 +5743,7 @@ var DEVIN_MODEL_CATALOG = withCapabilityTiers([
|
|
|
5740
5743
|
displayName: "SWE-1.7",
|
|
5741
5744
|
description: "Cognition coding model with optional Lightning execution",
|
|
5742
5745
|
tagline: "Medium or Max effort; Fast selects Lightning",
|
|
5746
|
+
speedTier: "standard",
|
|
5743
5747
|
contextWindow: 262e3,
|
|
5744
5748
|
maxOutput: 128e3,
|
|
5745
5749
|
supportedEfforts: ["medium", "max"],
|
|
@@ -5749,10 +5753,10 @@ var DEVIN_MODEL_CATALOG = withCapabilityTiers([
|
|
|
5749
5753
|
fastModePricing: { costInputUsd: 2.5, costOutputUsd: 12.5 },
|
|
5750
5754
|
pricingNote: "Lightning rates from Devin CLI, per million tokens: $2.5 input, $1 cached input, $12.5 output. Actual charges depend on your plan.",
|
|
5751
5755
|
fastModeDetails: {
|
|
5752
|
-
description: "
|
|
5756
|
+
description: "Uses SWE-1.7's editorial capability tier; Cognition has not published a separate Lightning benchmark.",
|
|
5753
5757
|
contextWindow: 202752,
|
|
5754
5758
|
maxOutput: 96e3,
|
|
5755
|
-
|
|
5759
|
+
speedTier: "fastest"
|
|
5756
5760
|
},
|
|
5757
5761
|
capabilities: CAPABILITIES
|
|
5758
5762
|
},
|
|
@@ -5761,7 +5765,10 @@ var DEVIN_MODEL_CATALOG = withCapabilityTiers([
|
|
|
5761
5765
|
displayName: "Fusion",
|
|
5762
5766
|
description: "Fable 5.1 lead with a SWE-2 sidekick",
|
|
5763
5767
|
tagline: "Frontier planning and review with efficient SWE-2 execution",
|
|
5768
|
+
speedTier: "slow",
|
|
5764
5769
|
contextWindow: 1e6,
|
|
5770
|
+
costInputUsd: 10,
|
|
5771
|
+
costOutputUsd: 50,
|
|
5765
5772
|
supportedEfforts: ["low", "medium", "high", "xhigh", "max"],
|
|
5766
5773
|
defaultEffort: "high",
|
|
5767
5774
|
pricingNote: "Devin CLI lists $10 input, $0.25 cached input and $50 output per million tokens for this Fusion pairing. Actual charges depend on your plan; the CLI does not separately price sidekick usage.",
|
|
@@ -8820,4 +8827,4 @@ export {
|
|
|
8820
8827
|
refreshInstalledAgents,
|
|
8821
8828
|
refreshCodexAuthSlice
|
|
8822
8829
|
};
|
|
8823
|
-
//# sourceMappingURL=chunk-
|
|
8830
|
+
//# sourceMappingURL=chunk-3NS2YSRP.js.map
|