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 ·

Plugin git/marketplace error output now redacts repo URLs

Plugin and marketplace git error messages now hide repository URLs instead of showing raw output

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

Plugin and marketplace git error messages now hide repository URLs instead of showing raw output

What

When a git clone, fetch, or checkout fails while installing a plugin or marketplace, Claude Code used to show the raw error text from git, which can include the full remote repository URL and sometimes embedded credentials. Error messages are now passed through a redaction step that masks the URL before it's shown to the user or written to logs. A related helper produces a safe version of the URL for log lines like git clone: url=....

Why

This prevents credentials or sensitive repository addresses from leaking into error messages or log files when a plugin or marketplace git operation fails.

See this entry in the whole of v2.1.268 →

Feedback