@gonrocca/zero-pi 0.1.50 → 0.1.51

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.
@@ -385,7 +385,7 @@ export type Tier = (typeof TIER)[keyof typeof TIER];
385
385
  const TIER_REPRESENTATIVE: Record<Tier, string> = {
386
386
  [TIER.haiku]: "claude-haiku-4-5",
387
387
  [TIER.sonnet]: "claude-sonnet-4-6",
388
- [TIER.opus]: "claude-opus-4-7",
388
+ [TIER.opus]: "claude-opus-4-8",
389
389
  };
390
390
 
391
391
  /**
@@ -64,13 +64,14 @@ export type PhaseProviders = Record<Phase, string>;
64
64
  * to plan and review. */
65
65
  const DEFAULT_MODELS: PhaseModels = {
66
66
  explore: "claude-haiku-4-5",
67
- plan: "claude-opus-4-7",
67
+ plan: "claude-opus-4-8",
68
68
  build: "claude-sonnet-4-6",
69
- veredicto: "claude-opus-4-7",
69
+ veredicto: "claude-opus-4-8",
70
70
  };
71
71
 
72
72
  /** Model list used only when pi's model registry is unavailable. */
73
73
  const FALLBACK_MODELS = [
74
+ "claude-opus-4-8",
74
75
  "claude-opus-4-7",
75
76
  "claude-opus-4-6",
76
77
  "claude-sonnet-4-6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonrocca/zero-pi",
3
- "version": "0.1.50",
3
+ "version": "0.1.51",
4
4
  "description": "zero-pi — an installable layer for pi (pi.dev): the zero spec-driven development workflow (explore → plan → build → veredicto) with per-phase model autotune and token-efficient batched builds. Adds capability to pi without modifying pi.",
5
5
  "type": "module",
6
6
  "keywords": [