theclawbay 0.6.2 → 0.6.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "theclawbay",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "CLI for connecting Codex, Hermes Agent, Gemini-compatible apps, Continue, Cline, GSD, OpenClaw, OpenCode, Kilo, Roo Code, Aider, experimental Trae, and experimental Zo to The Claw Bay.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -5,9 +5,9 @@
5
5
  "note": "GPT-5.6 alias for the flagship Sol tier.",
6
6
  "tone": "coral",
7
7
  "provider": "openai",
8
- "inputPer1M": 10.0,
9
- "cachedInputPer1M": 1.0,
10
- "outputPer1M": 60.0,
8
+ "inputPer1M": 5.0,
9
+ "cachedInputPer1M": 0.5,
10
+ "outputPer1M": 30.0,
11
11
  "contextWindow": 372000
12
12
  },
13
13
  {
@@ -16,9 +16,9 @@
16
16
  "note": "Flagship GPT-5.6 tier for the hardest coding and research work.",
17
17
  "tone": "coral",
18
18
  "provider": "openai",
19
- "inputPer1M": 10.0,
20
- "cachedInputPer1M": 1.0,
21
- "outputPer1M": 60.0,
19
+ "inputPer1M": 5.0,
20
+ "cachedInputPer1M": 0.5,
21
+ "outputPer1M": 30.0,
22
22
  "contextWindow": 372000
23
23
  },
24
24
  {