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

Connector registry errors no longer double-wrapped

Connector registry errors are no longer stripped of their original message when re-thrown

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.267,
You'll notice

Connector registry errors are no longer stripped of their original message when re-thrown

What

When looking up or searching connectors (integrations Claude Code can use, such as external tools registered with it) fails, the error handling now checks whether the error is already the registry's own error type. If it is, that original error is passed through as-is. Previously, it would always be caught and wrapped in a brand-new generic error, which lost the original error's message and type. The classes and logger involved were also renamed internally.

Why

This means that when something goes wrong with connector lookups, the actual underlying error message is preserved instead of being replaced with a generic "Connector registry is unavailable right now" message, making the real cause easier to see.

See this entry in the whole of v2.1.267 →