The plugin's skill skills/gpt-5-4-prompting/ (name, SKILL.md frontmatter, and the reference docs under references/) is written around GPT-5.4, and agents/codex-rescue.md passes gpt-5.4-mini via --model.
With GPT-5.4 scheduled for removal on 2026-08-31, the agent's explicit --model gpt-5.4-mini will start failing, and the skill's name/guidance no longer matches any servable model.
Suggestion: update the default model references to a current model (e.g. the gpt-5.6 family) and either rename the skill or make its naming model-agnostic (e.g. codex-prompting) so it doesn't need a rename on every model turnover.
Observed in plugin version 1.0.6 (marketplace clone at HEAD db52e28).
The plugin's skill
skills/gpt-5-4-prompting/(name, SKILL.md frontmatter, and the reference docs underreferences/) is written around GPT-5.4, andagents/codex-rescue.mdpassesgpt-5.4-minivia--model.With GPT-5.4 scheduled for removal on 2026-08-31, the agent's explicit
--model gpt-5.4-miniwill start failing, and the skill's name/guidance no longer matches any servable model.Suggestion: update the default model references to a current model (e.g. the gpt-5.6 family) and either rename the skill or make its naming model-agnostic (e.g.
codex-prompting) so it doesn't need a rename on every model turnover.Observed in plugin version 1.0.6 (marketplace clone at HEAD db52e28).