@usabledev/usable-chat 1.176.0 → 1.177.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.
Files changed (2) hide show
  1. package/cli.js +19 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -147690,6 +147690,15 @@ var init_model_tiers = __esm({
147690
147690
  provider: "Google",
147691
147691
  multiLingual: true,
147692
147692
  zdr: true
147693
+ },
147694
+ {
147695
+ id: "openai/gpt-5.6-luna",
147696
+ displayName: "GPT-5.6 Luna",
147697
+ description: "Efficient high-volume reasoning, multimodal input, and 1M+ context",
147698
+ provider: "OpenAI",
147699
+ multiLingual: true,
147700
+ zdr: true,
147701
+ effort: "medium"
147693
147702
  }
147694
147703
  ]
147695
147704
  },
@@ -147712,6 +147721,15 @@ var init_model_tiers = __esm({
147712
147721
  costTier: "Expensive",
147713
147722
  multiLingual: true,
147714
147723
  zdr: true
147724
+ },
147725
+ {
147726
+ id: "openai/gpt-5.6-terra",
147727
+ displayName: "GPT-5.6 Terra",
147728
+ description: "Balanced intelligence and cost for reasoning, coding, and agents",
147729
+ provider: "OpenAI",
147730
+ multiLingual: true,
147731
+ zdr: true,
147732
+ effort: "medium"
147715
147733
  }
147716
147734
  ]
147717
147735
  },
@@ -309273,7 +309291,7 @@ init_tui_select();
309273
309291
  init_model_registry();
309274
309292
 
309275
309293
  // package.json
309276
- var version2 = "1.176.0";
309294
+ var version2 = "1.177.0";
309277
309295
 
309278
309296
  // src/adapters/cli/model-catalog.ts
309279
309297
  init_codex_auth();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usabledev/usable-chat",
3
- "version": "1.176.0",
3
+ "version": "1.177.0",
4
4
  "description": "usable-chat — terminal harness for usable-chat (headless + TUI)",
5
5
  "type": "module",
6
6
  "bin": {