WebFetch's internal prompt-building switched from a simple on/off flag to a named mode string
The internal code that builds the description text for the WebFetch tool used to take a simple true/false flag (leanPrompt) that controlled a single special-case explanation about claude.ai artifacts. It now instead takes a mode, a text value that defaults to "none", passed through to the helper functions that assemble the description.
A mode that can hold more than two values suggests more variations of the WebFetch description are possible than the old on/off flag allowed, though what those other modes do isn't specified. The visible WebFetch description text itself is unchanged in this release.
What the mode values other than the default "none" actually change in the description is not stated.