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

Verify tool now refuses url-less calls for delegated-observation agents

The verify tool now rejects url-less calls made on behalf of delegated observation agents

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

The verify tool now rejects url-less calls made on behalf of delegated observation agents

What

The verify tool, used to check a published artifact, now blocks calls that leave out the url parameter when the call comes from a delegated-observation agent context. Previously there was a fallback that would check the most recently published artifact if no url was given; that fallback is not available to this kind of agent, so the call is now refused with a message explaining that the artifact url must be passed explicitly.

Why

This prevents a confusing failure where a delegated-observation agent would rely on a fallback that doesn't actually work for it, and instead gives a clear, immediate error telling it to pass the url directly.

See this entry in the whole of v2.1.265 →

Feedback