@schoolai/shipyard 3.31.0 → 3.32.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.
@@ -3,7 +3,7 @@ import {
3
3
  detectCapabilities,
4
4
  refreshMcpServers,
5
5
  registerBuiltInProfiles
6
- } from "./chunk-PSV3NCGY.js";
6
+ } from "./chunk-UIBOKFSG.js";
7
7
  import "./chunk-ZDJEJI62.js";
8
8
  import "./chunk-Y6AAH7LO.js";
9
9
  import {
@@ -18,8 +18,8 @@ function getDaemonVersion() {
18
18
  return cached;
19
19
  }
20
20
  function readDaemonVersion() {
21
- if ("3.31.0".length > 0) {
22
- return "3.31.0";
21
+ if ("3.32.0".length > 0) {
22
+ return "3.32.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-WWO24OO4.js.map
51
+ //# sourceMappingURL=chunk-MAA2DPW5.js.map
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  getDaemonVersion
4
- } from "./chunk-WWO24OO4.js";
4
+ } from "./chunk-MAA2DPW5.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-5ZR72FWA.js.map
1119
+ //# sourceMappingURL=chunk-NFVZCZPA.js.map
@@ -1323,8 +1323,10 @@ var MODEL_CAPABILITY_TIERS = {
1323
1323
  "claude-fable-5": "frontier",
1324
1324
  "claude-sonnet-5": "strong",
1325
1325
  "gpt-6-astra": "frontier",
1326
+ "gpt-6-sol": "frontier",
1326
1327
  "gpt-5.6-sol": "frontier",
1327
1328
  "gpt-5.6-terra": "strong",
1329
+ "gpt-6-luna": "capable",
1328
1330
  "gpt-5.6-luna": "capable",
1329
1331
  /** Cursor labels Composer 2.5 Frontier: cursor.com/docs/models/cursor-composer-2-5 (2026-09-11). */
1330
1332
  "composer-2.5": "frontier",
@@ -2010,6 +2012,20 @@ var CODEX_PRICING_SEED = {
2010
2012
  effectiveAsOf: EFFECTIVE_AS_OF,
2011
2013
  source: "openai-pricing-page"
2012
2014
  },
2015
+ "gpt-6-sol": {
2016
+ inputUsdPerMtok: 2,
2017
+ cachedInputUsdPerMtok: 0.2,
2018
+ outputUsdPerMtok: 10,
2019
+ effectiveAsOf: "2026-09-22",
2020
+ source: "openai-pricing-page"
2021
+ },
2022
+ "gpt-6-luna": {
2023
+ inputUsdPerMtok: 0.1,
2024
+ cachedInputUsdPerMtok: 0.01,
2025
+ outputUsdPerMtok: 0.5,
2026
+ effectiveAsOf: "2026-09-22",
2027
+ source: "openai-pricing-page"
2028
+ },
2013
2029
  /** Standard (≤272k context) rate. High-context rate: see CODEX_TIERED_PRICING. */
2014
2030
  "gpt-5.5": {
2015
2031
  inputUsdPerMtok: 5,
@@ -2104,7 +2120,14 @@ function resolvePricing(modelId, usage) {
2104
2120
  if (!base) return void 0;
2105
2121
  const priority = usage.serviceTier === "priority" || usage.serviceTier === "fast";
2106
2122
  const large = usage.inputTokens > HIGH_CONTEXT_THRESHOLD;
2107
- if (["gpt-6-astra", "gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna"].includes(modelId)) {
2123
+ if ([
2124
+ "gpt-6-astra",
2125
+ "gpt-6-sol",
2126
+ "gpt-6-luna",
2127
+ "gpt-5.6-sol",
2128
+ "gpt-5.6-terra",
2129
+ "gpt-5.6-luna"
2130
+ ].includes(modelId)) {
2108
2131
  const speed = priority ? 2 : 1;
2109
2132
  return {
2110
2133
  ...base,
@@ -3219,6 +3242,44 @@ var CODEX_MODEL_CATALOG = withCapabilityTiers([
3219
3242
  vision: true
3220
3243
  }
3221
3244
  },
3245
+ {
3246
+ id: "gpt-6-sol",
3247
+ nativeName: "gpt-6-sol",
3248
+ displayName: "GPT-6 Sol",
3249
+ description: "Built to power complex coding and agentic workflows.",
3250
+ contextWindow: 272e3,
3251
+ supportedEfforts: ["low", "medium", "high", "xhigh", "max"],
3252
+ defaultEffort: "medium",
3253
+ pricing: pricingFor("gpt-6-sol"),
3254
+ tagline: "Complex coding and agentic workflows at half the Astra price",
3255
+ speedTier: "standard",
3256
+ ...displayCostFor("gpt-6-sol"),
3257
+ capabilities: {
3258
+ reasoning: true,
3259
+ adaptiveThinking: false,
3260
+ webSearch: false,
3261
+ vision: true
3262
+ }
3263
+ },
3264
+ {
3265
+ id: "gpt-6-luna",
3266
+ nativeName: "gpt-6-luna",
3267
+ displayName: "GPT-6 Luna",
3268
+ description: "Our most efficient model for focused, high-volume tasks.",
3269
+ contextWindow: 272e3,
3270
+ supportedEfforts: ["low", "medium", "high", "xhigh", "max"],
3271
+ defaultEffort: "medium",
3272
+ pricing: pricingFor("gpt-6-luna"),
3273
+ tagline: "Fast, affordable OpenAI Codex",
3274
+ speedTier: "fast",
3275
+ ...displayCostFor("gpt-6-luna"),
3276
+ capabilities: {
3277
+ reasoning: true,
3278
+ adaptiveThinking: false,
3279
+ webSearch: false,
3280
+ vision: true
3281
+ }
3282
+ },
3222
3283
  {
3223
3284
  id: "gpt-5.6-sol",
3224
3285
  nativeName: "gpt-5.6-sol",
@@ -8872,4 +8933,4 @@ export {
8872
8933
  refreshInstalledAgents,
8873
8934
  refreshCodexAuthSlice
8874
8935
  };
8875
- //# sourceMappingURL=chunk-PSV3NCGY.js.map
8936
+ //# sourceMappingURL=chunk-UIBOKFSG.js.map