fraim 2.0.142 → 2.0.143

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.
@@ -300,7 +300,7 @@ function buildStartPlan(hostId, message) {
300
300
  if (hostId === 'codex') {
301
301
  return {
302
302
  command: executableName('codex'),
303
- args: ['exec', '--json', '--skip-git-repo-check', '--dangerously-bypass-approvals-and-sandbox', '--model', 'o4-mini'],
303
+ args: ['exec', '--json', '--skip-git-repo-check', '--dangerously-bypass-approvals-and-sandbox'],
304
304
  stdin: message,
305
305
  };
306
306
  }
@@ -322,7 +322,7 @@ function buildContinuePlan(hostId, sessionId, message) {
322
322
  if (hostId === 'codex') {
323
323
  return {
324
324
  command: executableName('codex'),
325
- args: ['exec', 'resume', '--json', '--skip-git-repo-check', '--dangerously-bypass-approvals-and-sandbox', '--model', 'o4-mini', sessionId],
325
+ args: ['exec', 'resume', '--json', '--skip-git-repo-check', '--dangerously-bypass-approvals-and-sandbox', sessionId],
326
326
  stdin: message,
327
327
  };
328
328
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fraim",
3
- "version": "2.0.142",
3
+ "version": "2.0.143",
4
4
  "description": "FRAIM CLI - Framework for Rigor-based AI Management (alias for fraim-framework)",
5
5
  "main": "index.js",
6
6
  "bin": {