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.259 ·

Plugin attribution parsing now shares a size-capped, case-normalizing JSON parser

Plugin attribution parsing now goes through a size-capped JSON helper that logs exactly why a value was ignored.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.259,
Under the hood No documentation found

Plugin attribution parsing now goes through a size-capped JSON helper that logs exactly why a value was ignored.

Parsing of CLAUDE_CODE_PLUGIN_ATTRIBUTION now goes through a shared helper that enforces a byte-size cap and validates that the value is a JSON object. Invalid input is now logged with specific messages ("Ignoring ... larger than the size cap", "not valid JSON", "not a JSON object") instead of failing silently.

Read from
Names in the bundleCLAUDE_CODE_PLUGIN_ATTRIBUTION

See this entry in the whole of v2.1.259 →

Feedback