bitfab-cli 0.2.255 → 0.2.256

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29761,7 +29761,7 @@ import os16 from "os";
29761
29761
  import path18 from "path";
29762
29762
  import * as p4 from "@clack/prompts";
29763
29763
  var CLI2 = "codex";
29764
- var SKIP_FLAG2 = "--full-auto";
29764
+ var CODEX_SKIP_PERMISSIONS_FLAG = "--dangerously-bypass-approvals-and-sandbox";
29765
29765
  var REPO2 = "Project-White-Rabbit/bitfab-codex-plugin";
29766
29766
  var MARKETPLACE2 = "bitfab";
29767
29767
  var PLUGIN_KEY2 = "bitfab@bitfab";
@@ -30099,7 +30099,7 @@ function sectionHasEnabledTrue(section) {
30099
30099
  }
30100
30100
  var config3 = {
30101
30101
  cli: CLI2,
30102
- skipFlag: SKIP_FLAG2,
30102
+ skipFlag: CODEX_SKIP_PERMISSIONS_FLAG,
30103
30103
  setupCommand: SETUP_COMMAND2,
30104
30104
  assistantCommand: ASSISTANT_COMMAND2,
30105
30105
  updateCommand: UPDATE_COMMAND2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.255",
3
+ "version": "0.2.256",
4
4
  "description": "Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",