Use gpt-5.1-codex-mini as default model in Ralph loop recipes

This commit is contained in:
Anthony Shaw
2026-02-11 13:31:05 -08:00
parent 0e616701a5
commit 3eb7efc990
9 changed files with 641 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ async function ralphLoop(mode: Mode, maxIterations: number) {
console.log(`\n=== Iteration ${i}/${maxIterations} ===`);
const session = await client.createSession({
model: "claude-sonnet-4.5",
model: "gpt-5.1-codex-mini",
// Pin the agent to the project directory
workingDirectory: process.cwd(),
// Auto-approve tool calls for unattended operation