bankai-cli 0.3.1 → 0.3.2

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/main.js +4 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -117,7 +117,9 @@ var builtinAgents = [
117
117
  merge: {
118
118
  playwrightProtection: false,
119
119
  yoloDotFilesDisabled: false,
120
- yoloOutsideWorkspaceDisabled: false
120
+ yoloOutsideWorkspaceDisabled: false,
121
+ yoloDeleteFileDisabled: false,
122
+ yoloMcpToolsDisabled: false
121
123
  },
122
124
  modes4Patch: {
123
125
  id: "agent",
@@ -681,7 +683,7 @@ async function selectAgent() {
681
683
 
682
684
  // src/main.ts
683
685
  var program = new Command();
684
- program.name("bankai").description("Launch coding agent CLIs with approval-bypass flags").version("0.3.1");
686
+ program.name("bankai").description("Launch coding agent CLIs with approval-bypass flags").version("0.3.2");
685
687
  program.argument("[cmd]", "agent command to look up").option("-a, --agent <cmd>", "agent command to look up (alternative)").action(async (cmd, opts) => {
686
688
  const target = cmd || opts.agent;
687
689
  if (target) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bankai-cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "files": ["dist", "README.md"],
6
6
  "bin": {