theclawbay 0.6.8 → 0.6.9
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.
|
|
3
|
+
"version": "0.6.9",
|
|
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": {
|
|
@@ -62,6 +62,17 @@
|
|
|
62
62
|
"cachedInputPer1M": 0.125,
|
|
63
63
|
"outputPer1M": 10.0
|
|
64
64
|
},
|
|
65
|
+
{
|
|
66
|
+
"id": "gpt-5.3-codex-spark",
|
|
67
|
+
"label": "GPT-5.3 Codex Spark",
|
|
68
|
+
"note": "Efficient Codex model for everyday coding work and lower-cost agent loops.",
|
|
69
|
+
"tone": "sea",
|
|
70
|
+
"provider": "openai",
|
|
71
|
+
"inputPer1M": 2.5,
|
|
72
|
+
"cachedInputPer1M": 0.25,
|
|
73
|
+
"outputPer1M": 15.0,
|
|
74
|
+
"contextWindow": 128000
|
|
75
|
+
},
|
|
65
76
|
{
|
|
66
77
|
"id": "gpt-image-2",
|
|
67
78
|
"label": "GPT Image 2",
|