@schoolai/shipyard 3.24.0 → 3.25.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-NG355H2L.js → chunk-BBKZIEKF.js} +68 -1
- package/dist/chunk-BBKZIEKF.js.map +1 -0
- package/dist/{chunk-BGJ6QJNS.js → chunk-FC3HWVYQ.js} +46 -1
- package/dist/{chunk-BGJ6QJNS.js.map → chunk-FC3HWVYQ.js.map} +1 -1
- package/dist/{chunk-JZTUQVHQ.js → chunk-IRS6HYMU.js} +2 -2
- package/dist/{chunk-UK3IMOSP.js → chunk-VQCBF7X5.js} +71 -7
- package/dist/chunk-VQCBF7X5.js.map +1 -0
- package/dist/{chunk-TU3MSY2I.js → chunk-X4IWMBWY.js} +2 -2
- package/dist/{chunk-DDC5OQOC.js → chunk-XNH6FVIX.js} +3 -3
- package/dist/{chunk-BN54GQR3.js → chunk-YTYPMVS4.js} +3 -53
- package/dist/chunk-YTYPMVS4.js.map +1 -0
- package/dist/cursor-runner.js +8 -4
- package/dist/cursor-runner.js.map +1 -1
- package/dist/electron-utility.js +2 -2
- package/dist/index.js +3 -3
- package/dist/{plan-backfill-XYOUK2DY.js → plan-backfill-SDYNTKUX.js} +3 -3
- package/dist/{serve-RWFBSQIE.js → serve-HTQMCHRP.js} +334 -188
- package/dist/{serve-RWFBSQIE.js.map → serve-HTQMCHRP.js.map} +1 -1
- package/dist/{start-ZV22UPMC.js → start-HOICUTYV.js} +4 -4
- package/package.json +1 -1
- package/dist/chunk-BN54GQR3.js.map +0 -1
- package/dist/chunk-NG355H2L.js.map +0 -1
- package/dist/chunk-UK3IMOSP.js.map +0 -1
- /package/dist/{chunk-JZTUQVHQ.js.map → chunk-IRS6HYMU.js.map} +0 -0
- /package/dist/{chunk-TU3MSY2I.js.map → chunk-X4IWMBWY.js.map} +0 -0
- /package/dist/{chunk-DDC5OQOC.js.map → chunk-XNH6FVIX.js.map} +0 -0
- /package/dist/{plan-backfill-XYOUK2DY.js.map → plan-backfill-SDYNTKUX.js.map} +0 -0
- /package/dist/{start-ZV22UPMC.js.map → start-HOICUTYV.js.map} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isImageMimeType,
|
|
4
4
|
parseAssetUri
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-FC3HWVYQ.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-
|
|
591
|
+
//# sourceMappingURL=chunk-X4IWMBWY.js.map
|
|
@@ -18,8 +18,8 @@ function getDaemonVersion() {
|
|
|
18
18
|
return cached;
|
|
19
19
|
}
|
|
20
20
|
function readDaemonVersion() {
|
|
21
|
-
if ("3.
|
|
22
|
-
return "3.
|
|
21
|
+
if ("3.25.0".length > 0) {
|
|
22
|
+
return "3.25.0";
|
|
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-
|
|
51
|
+
//# sourceMappingURL=chunk-XNH6FVIX.js.map
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
formatTaskFeedback,
|
|
39
39
|
toRecord,
|
|
40
40
|
toSdkContent
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-X4IWMBWY.js";
|
|
42
42
|
import {
|
|
43
43
|
AGENT_IDS,
|
|
44
44
|
AGENT_SYSTEM_CLAUDE_CODE,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
REASONING_EFFORTS,
|
|
51
51
|
inflateToolResultContent,
|
|
52
52
|
isImageMimeType
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-FC3HWVYQ.js";
|
|
54
54
|
import {
|
|
55
55
|
AnthropicAuthStatusSchema,
|
|
56
56
|
CodexAuthStatusSchema,
|
|
@@ -1292,7 +1292,6 @@ var MODEL_CAPABILITY_TIERS = {
|
|
|
1292
1292
|
"gpt-5.6-terra": "strong",
|
|
1293
1293
|
"gpt-5.6-luna": "capable",
|
|
1294
1294
|
"composer-2.5": "strong",
|
|
1295
|
-
"grok-4.5": "frontier",
|
|
1296
1295
|
"grok-4.6": "frontier"
|
|
1297
1296
|
};
|
|
1298
1297
|
function capabilityTierFor(modelId) {
|
|
@@ -4923,55 +4922,6 @@ var CURSOR_MODEL_CATALOG = withCapabilityTiers([
|
|
|
4923
4922
|
vision: false
|
|
4924
4923
|
}
|
|
4925
4924
|
},
|
|
4926
|
-
{
|
|
4927
|
-
/**
|
|
4928
|
-
* Grok 4.5 (xAI), served through Cursor. Slug `grok-4.5` per docs.x.ai.
|
|
4929
|
-
*
|
|
4930
|
-
* `contextWindow: 0` (unknown sentinel) for the same reason as Composer:
|
|
4931
|
-
* Cursor mediates the window and self-summarizes server-side, so there is
|
|
4932
|
-
* no fixed denominator to report. xAI's nominal window is ~500K, but the
|
|
4933
|
-
* Cursor-usable size is undisclosed / mode-dependent — the UI shows the
|
|
4934
|
-
* absolute occupied-token count instead of a fabricated percentage.
|
|
4935
|
-
*
|
|
4936
|
-
* `supportedEfforts: []` — Grok 4.5 natively exposes low/medium/high
|
|
4937
|
-
* reasoning (docs.x.ai, default high), but Cursor's SDK surface for
|
|
4938
|
-
* per-turn reasoning-effort control is unverified, so we do not advertise
|
|
4939
|
-
* a control we cannot drive (same conservative stance Composer takes on
|
|
4940
|
-
* vision/webSearch). `reasoning: false` mirrors Composer pending
|
|
4941
|
-
* verification via `Cursor.models.list()`.
|
|
4942
|
-
*
|
|
4943
|
-
* Pricing (per 1M tokens, cursor.com/docs/models/grok-4-5):
|
|
4944
|
-
* Standard: $2 in / $6 out. Fast Mode: $4 in / $12 out.
|
|
4945
|
-
*
|
|
4946
|
-
* Corrected 2026-08-12: this entry previously carried Fast Mode
|
|
4947
|
-
* $18/M out, cited from cursor.com/blog/grok-4-5 — a frozen launch
|
|
4948
|
-
* announcement. The maintained docs page has since settled at $12/M
|
|
4949
|
-
* out (matching xAI's own >=200k-token output tier and Grok 4.6 Fast's
|
|
4950
|
-
* output price exactly), so the blog figure was stale and had been
|
|
4951
|
-
* over-billing every Grok 4.5 Fast Mode turn by 50% since it shipped.
|
|
4952
|
-
*/
|
|
4953
|
-
id: "grok-4.5",
|
|
4954
|
-
nativeName: "grok-4.5",
|
|
4955
|
-
displayName: "Grok 4.5",
|
|
4956
|
-
description: "xAI's frontier model, served through Cursor",
|
|
4957
|
-
contextWindow: 0,
|
|
4958
|
-
supportedEfforts: [],
|
|
4959
|
-
tagline: "xAI's frontier reasoning model \u2014 served through Cursor",
|
|
4960
|
-
speedTier: "standard",
|
|
4961
|
-
costInputUsd: 2,
|
|
4962
|
-
costOutputUsd: 6,
|
|
4963
|
-
supportsFastMode: true,
|
|
4964
|
-
fastModePricing: {
|
|
4965
|
-
costInputUsd: 4,
|
|
4966
|
-
costOutputUsd: 12
|
|
4967
|
-
},
|
|
4968
|
-
capabilities: {
|
|
4969
|
-
reasoning: false,
|
|
4970
|
-
adaptiveThinking: false,
|
|
4971
|
-
webSearch: false,
|
|
4972
|
-
vision: false
|
|
4973
|
-
}
|
|
4974
|
-
},
|
|
4975
4925
|
{
|
|
4976
4926
|
/**
|
|
4977
4927
|
* Grok 4.6 (xAI), served through Cursor. cursor.com/docs/models/grok-4-6
|
|
@@ -8414,4 +8364,4 @@ export {
|
|
|
8414
8364
|
refreshInstalledAgents,
|
|
8415
8365
|
refreshCodexAuthSlice
|
|
8416
8366
|
};
|
|
8417
|
-
//# sourceMappingURL=chunk-
|
|
8367
|
+
//# sourceMappingURL=chunk-YTYPMVS4.js.map
|