codex-ralph 0.4.3 → 0.4.4

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.
@@ -234,7 +234,7 @@ while true; do
234
234
  } > "$prompt_tmp"
235
235
 
236
236
  if [[ "$USE_CURSOR_AGENT" == "true" ]]; then
237
- cursor-agent -p < "$prompt_tmp"
237
+ cursor-agent -f -p < "$prompt_tmp"
238
238
  else
239
239
  codex exec - < "$prompt_tmp"
240
240
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-ralph",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Ralph Loop sprint runner for Codex.",
5
5
  "bin": {
6
6
  "ralph-loop": "agent/ralph-loop.sh"