知识库

Eye(FR) → Mill(skill) → Library(/app)

← 返回列表
Simon Willison's Blog · 2026-04-30 · 待补写

Codex CLI 0.128.0 adds /goal

结合的源文章

主源
Codex CLI 0.128.0 adds /goal
打开原文 ↗

原文快照

展开 / 收起快照

Codex CLI 0.128.0 adds /goal

The latest version of OpenAI's Codex CLI coding agent adds their own version of the Ralph loop: you can now set a /goal and Codex will keep on looping until it evaluates that the goal has been completed... or the configured token budget has been exhausted.

It looks like the feature is mainly implemented though the goals/continuation.md and goals/budget_limit.md prompts, which are automatically injected at the end of a turn.

Via @fcoury

Tags: ai, openai, prompt-engineering, generative-ai, llms, coding-agents, system-prompts, codex-cli, agentic-engineering