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

Plugin agent loader refactored to take a single options object and drop try/catch wrapper

The plugin agent loader now takes a single options object instead of separate arguments, and lost its own error-catching wrapper

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.274,
Under the hood

The plugin agent loader now takes a single options object instead of separate arguments, and lost its own error-catching wrapper

What

The internal function that builds an agent definition from a plugin's agent markdown file now takes a single destructured options object instead of a list of separate positional arguments. It also no longer has its own try/catch block that caught load failures, logged an error, and returned null.

Why

This is an internal refactor to how plugin agents are loaded.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding suggests error handling for load failures likely moved to the calling code but doesn't confirm where it now lives.

See this entry in the whole of v2.1.274 →

Feedback