Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Session-plugin load-failure messages now redact URL credentials, not just query strings

Plugin load-failure error messages now mask credential-looking URL segments, not just query strings

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindBug Fixesin v2.1.268,
You'll notice

Plugin load-failure error messages now mask credential-looking URL segments, not just query strings

What

When a plugin loaded from a URL fails to load, the resulting error message used to only strip out query strings from that URL before showing it. Now a new helper scans the whole message for embedded URLs and also masks any segment that looks like it contains login credentials (matching an @ sign next to quote or bracket characters), in addition to still stripping query strings.

Why

This reduces the chance that a plugin load-failure message accidentally displays a URL containing a username, password, or token.

See this entry in the whole of v2.1.268 →

Feedback