@matthugh1/conductor-cli 0.1.0 → 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/agent.js +1 -0
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -500,6 +500,7 @@ async function cmdRun(opts) {
|
|
|
500
500
|
let timedOut = false;
|
|
501
501
|
const args = [];
|
|
502
502
|
if (opts.skipPermissions) args.push("--dangerously-skip-permissions");
|
|
503
|
+
args.push("--verbose");
|
|
503
504
|
args.push("-p", prompt);
|
|
504
505
|
const child = spawn("claude", args, {
|
|
505
506
|
stdio: ["ignore", "inherit", "inherit"],
|