v1.24.16 · Jul 2, 2026
Correct the Explore agent's model everywhere; consolidate audit PR #327 and reject #326
Today's pass reviewed two auto-generated audit PRs against the official Claude Code sources. (1) subagents (#327): the CHANGELOG (v2.1.198, 'The built-in Explore agent now inherits the main session's model (capped at opus) instead of running on haiku') confirms the Explore agent no longer runs on Haiku. PR #327 fixed only the module prose and the q4 correct answer, and CodeRabbit flagged that the quiz distractors still described Haiku. This consolidated change corrects the claim on every surface it appeared, EN and AR: the subagents module prose, all four subagents quiz options (correct answer + the a/c/d distractor explanations), the skills quiz explanation for `agent: Explore`, the reference cheatsheet's built-in agents line, the terminal simulator's `claude agents` output, and the Explore feature-catalog entry so search stays accurate. #327 is superseded by this change. (2) slash-commands (#326): rejected. It re-proposed renaming `/fewer-permission-prompts` to `/less-permission-prompts` — a change this project already investigated and reverted (see v1.24.8): the current CHANGELOG has no mention of either name, and the live Claude Code skill is `/fewer-permission-prompts`, so the existing content is correct and stays.
Fixed
subagents: the built-in Explore agent inherits the main session model (capped at opus), not Haiku
Per the Claude Code CHANGELOG (v2.1.198), the built-in Explore agent now inherits the main session's model, capped at opus, instead of running on Haiku. Corrected across the subagents module prose, all four subagents quiz options (the correct answer and the a/c/d distractor explanations), the skills quiz explanation for `agent: Explore`, the reference cheatsheet, the terminal simulator's `claude agents` output, and the Explore feature-catalog entry.
slash-commands: kept /fewer-permission-prompts (rejected audit PR #326)
Auto-generated PR #326 re-proposed renaming `/fewer-permission-prompts` to `/less-permission-prompts`, a change already investigated and reverted in v1.24.8. The current CHANGELOG mentions neither name and the live skill is `/fewer-permission-prompts`, so the existing content is correct and unchanged.
Arabic
Arabic parity for the Explore agent model correction
The Arabic subagents module, subagents and skills quizzes, reference cheatsheet, terminal simulator, and feature catalog mirror the Explore-inherits-the-session-model correction.