kairn-cli 2.5.1 → 2.5.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.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -5118,7 +5118,7 @@ ${spawnResult.stderr}` : spawnResult.stderr;
|
|
|
5118
5118
|
}
|
|
5119
5119
|
async function spawnClaude(instruction, cwd, timeoutSec) {
|
|
5120
5120
|
return new Promise((resolve) => {
|
|
5121
|
-
const args = ["--print", "--output-format", "text", "--max-turns", "50"];
|
|
5121
|
+
const args = ["--print", "--output-format", "text", "--max-turns", "50", "--dangerously-skip-permissions"];
|
|
5122
5122
|
const child = spawn("claude", args, {
|
|
5123
5123
|
cwd,
|
|
5124
5124
|
stdio: ["pipe", "pipe", "pipe"],
|