theclawbay 0.3.75 → 0.3.76

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.
@@ -1594,9 +1594,6 @@ async function writeCodexConfig(params) {
1594
1594
  next = removeTopLevelKeyLineIf(next, "chatgpt_base_url", isTheClawBayChatgptBaseUrl);
1595
1595
  const managedBlock = appendManagedBlock("", [
1596
1596
  MANAGED_START,
1597
- `[plugins."computer-use@openai-bundled"]`,
1598
- "enabled = true",
1599
- "",
1600
1597
  `[model_providers.${DEFAULT_PROVIDER_ID}]`,
1601
1598
  'name = "The Claw Bay (OpenAI compatible)"',
1602
1599
  `base_url = "${nativeCodexBaseUrl}"`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "theclawbay",
3
- "version": "0.3.75",
3
+ "version": "0.3.76",
4
4
  "description": "CLI for connecting Codex, 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": {