holycodex 0.9.1 → 0.9.2

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.
Files changed (2) hide show
  1. package/dist/cli.js +6 -7
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -4252,13 +4252,12 @@ function superRefine(fn, params) {
4252
4252
  }
4253
4253
  //#endregion
4254
4254
  //#region packages/cli/src/catalog.ts
4255
- var VERSION = "0.9.1";
4255
+ var VERSION = "0.9.2";
4256
4256
  var SKILLS = [
4257
4257
  "ast-grep",
4258
4258
  "caveman",
4259
4259
  "compress",
4260
4260
  "debugging",
4261
- "define-goal",
4262
4261
  "handoff",
4263
4262
  "lsp",
4264
4263
  "lsp-setup",
@@ -4426,8 +4425,8 @@ var MODEL_ROUTING_PLANS = ModelRoutingPlansSchema.parse({
4426
4425
  reasoningEffort: "medium"
4427
4426
  },
4428
4427
  worker: {
4429
- model: "gpt-5.6-sol",
4430
- reasoningEffort: "medium"
4428
+ model: "gpt-5.6-terra",
4429
+ reasoningEffort: "high"
4431
4430
  }
4432
4431
  },
4433
4432
  usage: {
@@ -4450,8 +4449,8 @@ var MODEL_ROUTING_PLANS = ModelRoutingPlansSchema.parse({
4450
4449
  reasoningEffort: "high"
4451
4450
  },
4452
4451
  worker: {
4453
- model: "gpt-5.6-sol",
4454
- reasoningEffort: "medium"
4452
+ model: "gpt-5.6-terra",
4453
+ reasoningEffort: "high"
4455
4454
  }
4456
4455
  },
4457
4456
  usage: {
@@ -4474,7 +4473,7 @@ var MODEL_ROUTING_PLANS = ModelRoutingPlansSchema.parse({
4474
4473
  reasoningEffort: "high"
4475
4474
  },
4476
4475
  worker: {
4477
- model: "gpt-5.6-sol",
4476
+ model: "gpt-5.6-terra",
4478
4477
  reasoningEffort: "high"
4479
4478
  }
4480
4479
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holycodex",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Lean Codex-only agent toolkit installer and doctor",
5
5
  "keywords": [
6
6
  "agents",
@@ -39,7 +39,7 @@
39
39
  "prepack": "vp run --workspace-root build"
40
40
  },
41
41
  "dependencies": {
42
- "@holycodex/plugin": "0.9.1",
42
+ "@holycodex/plugin": "0.9.2",
43
43
  "zod": "^4.4.3"
44
44
  },
45
45
  "engines": {