From e39e1a3fa97d9c849acdf40925c3296dcf7fc351 Mon Sep 17 00:00:00 2001 From: "claude[bot]" Date: Tue, 7 Apr 2026 06:11:38 +0000 Subject: [PATCH 1/2] fix: declare model in codex-rescue agent frontmatter The codex-rescue agent had no model field, leaving Claude Code to assign whatever default it chooses. As a thin forwarding wrapper that issues a single Bash call, this agent is well-suited to the haiku tier; declaring it explicitly ensures a predictable cost profile and tier guarantee. Co-Authored-By: Claude Code --- plugins/codex/agents/codex-rescue.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/codex/agents/codex-rescue.md b/plugins/codex/agents/codex-rescue.md index 971bb29..fd13b66 100644 --- a/plugins/codex/agents/codex-rescue.md +++ b/plugins/codex/agents/codex-rescue.md @@ -1,6 +1,7 @@ --- name: codex-rescue description: Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Codex through the shared runtime +model: haiku tools: Bash skills: - codex-cli-runtime From 5581c9c8e2807cc0eb57fbe687d49989aa1ecae8 Mon Sep 17 00:00:00 2001 From: Dominik Kundel Date: Wed, 8 Apr 2026 14:28:34 -0700 Subject: [PATCH 2/2] Update codex-rescue.md --- plugins/codex/agents/codex-rescue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/codex/agents/codex-rescue.md b/plugins/codex/agents/codex-rescue.md index fd13b66..7009ec8 100644 --- a/plugins/codex/agents/codex-rescue.md +++ b/plugins/codex/agents/codex-rescue.md @@ -1,7 +1,7 @@ --- name: codex-rescue description: Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Codex through the shared runtime -model: haiku +model: sonnet tools: Bash skills: - codex-cli-runtime