bit-office 0.1.9 → 0.2.0

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 CHANGED
@@ -4591,9 +4591,9 @@ var backends = [
4591
4591
  command: "codex",
4592
4592
  buildArgs(prompt, opts) {
4593
4593
  if (opts.fullAccess) {
4594
- return ["exec", prompt, "--dangerously-bypass-approvals-and-sandbox"];
4594
+ return ["exec", prompt, "--dangerously-bypass-approvals-and-sandbox", "--skip-git-repo-check"];
4595
4595
  }
4596
- return ["exec", prompt, "--full-auto"];
4596
+ return ["exec", prompt, "--full-auto", "--skip-git-repo-check"];
4597
4597
  }
4598
4598
  },
4599
4599
  {
@@ -4609,7 +4609,7 @@ var backends = [
4609
4609
  name: "Aider",
4610
4610
  command: "aider",
4611
4611
  buildArgs(prompt) {
4612
- return ["--message", prompt, "--yes", "--no-pretty"];
4612
+ return ["--message", prompt, "--yes", "--no-pretty", "--no-git"];
4613
4613
  }
4614
4614
  },
4615
4615
  {