aiwcli 0.13.5 → 0.13.6

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.
@@ -38,7 +38,7 @@ export class CodexAgent extends BaseCliAgent<ReviewerResult> {
38
38
  const normalizedSchema = shellQuoteWin(normalizePathForCli(schemaPath));
39
39
  const normalizedOut = shellQuoteWin(normalizePathForCli(outPath));
40
40
 
41
- const cmdArgs = ["exec", "--sandbox", "read-only", "--reasoning", "medium"];
41
+ const cmdArgs = ["exec", "--sandbox", "read-only"];
42
42
  if (this.agent.model) cmdArgs.push("--model", this.agent.model);
43
43
  cmdArgs.push("--output-schema", normalizedSchema, "-o", normalizedOut, "-");
44
44
 
@@ -416,5 +416,5 @@
416
416
  ]
417
417
  }
418
418
  },
419
- "version": "0.13.5"
419
+ "version": "0.13.6"
420
420
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aiwcli",
3
3
  "description": "AI Workflow CLI - Command-line interface for AI-powered workflows",
4
- "version": "0.13.5",
4
+ "version": "0.13.6",
5
5
  "author": "jofu-tofu",
6
6
  "bin": {
7
7
  "aiw": "bin/run.js"