theclawbay 0.3.62 → 0.3.63
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/dist/commands/setup.js +1 -0
- package/package.json +1 -1
package/dist/commands/setup.js
CHANGED
|
@@ -1533,6 +1533,7 @@ async function writeCodexConfig(params) {
|
|
|
1533
1533
|
'name = "OpenAI"',
|
|
1534
1534
|
`base_url = "${nativeCodexBaseUrl}"`,
|
|
1535
1535
|
'wire_api = "responses"',
|
|
1536
|
+
"requires_openai_auth = true",
|
|
1536
1537
|
"supports_websockets = true",
|
|
1537
1538
|
`experimental_bearer_token = "${params.apiKey}"`,
|
|
1538
1539
|
MANAGED_END,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "theclawbay",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.63",
|
|
4
4
|
"description": "CLI for connecting Codex, 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": {
|