Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

plugin.command.run character-limit check silently removed

Plugin command.run no longer rejects overly long arguments, only logs their length

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin APIwhat it touches
KindImprovementsin v2.1.275,
You'll notice No documentation found

Plugin command.run no longer rejects overly long arguments, only logs their length

What

The check that runs before a plugin's command.run operation executes used to reject the call with an error if its arguments exceeded a maximum length. That rejection has been removed: the check now only records the argument length for telemetry (internal usage tracking) and always allows the call to proceed.

Why

Plugin commands with very long arguments that would previously have been blocked can now run instead, since the length limit is no longer enforced, only measured.

Read from
Names in the bundlecommand.run

See this entry in the whole of v2.1.275 →