From b1156235e048fd018cc1741b355893800a20fd0a Mon Sep 17 00:00:00 2001 From: xiaolai Date: Thu, 9 Apr 2026 05:28:45 +0800 Subject: [PATCH] fix: declare model in codex-rescue agent frontmatter (#169) * 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 * Update codex-rescue.md --------- Co-authored-by: claude[bot] Co-authored-by: Claude Code Co-authored-by: Dominik Kundel --- 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..7009ec8 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: sonnet tools: Bash skills: - codex-cli-runtime