bitfab-cli 0.2.254 → 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.
- package/dist/index.js +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
|
|
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:
|
|
30102
|
+
skipFlag: CODEX_SKIP_PERMISSIONS_FLAG,
|
|
30103
30103
|
setupCommand: SETUP_COMMAND2,
|
|
30104
30104
|
assistantCommand: ASSISTANT_COMMAND2,
|
|
30105
30105
|
updateCommand: UPDATE_COMMAND2,
|