v1.24.32 · Jul 23, 2026
Verify audit PRs #391 (advanced-features quiz) and #392 (commands): the /code-review background-subagent note (v2.1.218) and the --no-session-persistence flag, both confirmed against the official docs
Today's pass opened on two auto-generated audit PRs. Both claims were checked against the official Claude Code docs before anything was applied. (1) #392 (commands) — /code-review now runs as a background subagent so review work no longer fills the conversation; the Claude Code CHANGELOG's v2.1.218 entry states verbatim 'Changed /code-review to run as a background subagent, so review work no longer fills your conversation'. Added a v2.1.218 sentence to the commands module prose and to the /code-review quiz explanation. (2) #391 (advanced-features quiz) — the headless-mode Q4 decoy named the non-existent flag --no-conversation; the official CLI reference lists --no-session-persistence as the print-mode flag that disables session saving and has no --no-conversation, so the decoy option text was corrected. CodeRabbit and Codex both flagged that #391 left the matching explanation still saying --no-conversation, so this pass fixes the explanation too (the decoy now teaches the real flag), and applies the same --no-conversation → --no-session-persistence correction to the workflows quiz q1 decoy, which carried the identical non-existent flag. Both PRs are closed in favour of this consolidated change; full EN + AR parity.
Fixed
commands: /code-review runs as a background subagent as of Claude Code v2.1.218 — EN + AR
The commands module and the /code-review quiz explanation described the command without noting that, as of v2.1.218, it runs as a background subagent so review work no longer fills the conversation. Per the Claude Code CHANGELOG v2.1.218 ('Changed /code-review to run as a background subagent, so review work no longer fills your conversation'), added that behaviour to the commands module prose and the quiz explanation. Applied to the EN + AR module and quiz. Incorporates audit PR #392.
advanced-features + workflows quizzes: replace the non-existent --no-conversation flag with --no-session-persistence — EN + AR
The advanced-features headless-mode Q4 decoy and the workflows CI/CD Q1 decoy both named --no-conversation, a flag that does not exist. The official CLI reference lists --no-session-persistence as the print-mode (claude -p) flag that disables session saving and has no --no-conversation entry. Corrected both the decoy option text and its explanation in each quiz so the decoy teaches the real flag while remaining an incorrect answer (the CI/CD flag is still --permission-mode bypassPermissions). Incorporates audit PR #391 and resolves the CodeRabbit + Codex review notes that its explanation text was left stale.
Arabic
Arabic parity for every change in this pass
Every change was applied to the Arabic side alongside the English: the v2.1.218 /code-review background-subagent note (commands module + quiz) and the --no-conversation → --no-session-persistence correction (advanced-features and workflows quizzes, option text and explanation).