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

Plugin MCP-call staging: fixed input/output lane_path validation using a shared helper

Fixed a bug where a plugin tool call's staged output-file validation could check the wrong file's path

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPlugin Installwhat it touches
KindBug Fixesin v2.1.277,
Under the hood

Fixed a bug where a plugin tool call's staged output-file validation could check the wrong file's path

What

Staged MCP tool calls (calls to a plugin-provided tool that stage input and output files) validate each file's lane_path. This validation was restructured into one shared helper used for both input and output files. Previously, the code checking output files could reference the wrong file's path when reporting or validating an error, instead of the specific entry actually being checked.

Why

This fixes a bug where an error about an invalid output file path could point at the wrong file, which would be confusing when trying to diagnose a staging problem.

See this entry in the whole of v2.1.277 →