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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/web/out/404.html +2 -2
- package/dist/web/out/index.html +2 -2
- package/dist/web/out/index.txt +1 -1
- package/dist/web/out/office.html +2 -2
- package/dist/web/out/office.txt +1 -1
- package/dist/web/out/pair.html +2 -2
- package/dist/web/out/pair.txt +1 -1
- package/dist/web/out/sw.js +1 -1
- package/package.json +1 -1
- /package/dist/web/out/_next/static/{sIGb0dLMKfsNQk_o2W3je → KVUUasWqYxW6SNCIo9Tbn}/_buildManifest.js +0 -0
- /package/dist/web/out/_next/static/{sIGb0dLMKfsNQk_o2W3je → KVUUasWqYxW6SNCIo9Tbn}/_ssgManifest.js +0 -0
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
|
{
|