The 'Read outside the working directories?' permission prompt is now built from a dedicated dialog descriptor
The permission prompt Claude Code shows when it wants to read a file outside your project's working directories ('Read outside the working directories?') is now generated from a dedicated, named dialog descriptor (auto_mode_outside_reads) with a fixed set of choices: allow, block, or ask again. Previously this prompt and its explanatory text were assembled inline in the code, rather than from a single reusable descriptor.
This is mostly a code organization change, centralizing how this specific permission prompt is built. For users, the visible prompt and its options (like 'Yes, keep allowing reads outside the working directories') stay conceptually the same.