@openagents-org/agent-launcher 0.2.101 → 0.2.102

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openagents-org/agent-launcher",
3
- "version": "0.2.101",
3
+ "version": "0.2.102",
4
4
  "description": "OpenAgents Launcher — install, configure, and run AI coding agents from your terminal",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -237,7 +237,7 @@ class CodexAdapter extends BaseAdapter {
237
237
  cmd.push('resume', threadId);
238
238
  }
239
239
 
240
- cmd.push('--json', '--full-auto');
240
+ cmd.push('--json', '--dangerously-bypass-approvals-and-sandbox', '--skip-git-repo-check');
241
241
 
242
242
  // Model override
243
243
  if (this._directModel) {