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 ·

Publish/root path resolution reworked (async allowlist check)

Publish tool now checks the workspace root against an allowlist asynchronously instead of a simple string match

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Publish tool now checks the workspace root against an allowlist asynchronously instead of a simple string match

What

The publish tool's check for whether a given root directory falls inside the current workspace used to be a simple synchronous comparison of path strings. It now runs an asynchronous allowlist resolution process before deciding whether the root counts as inside the workspace.

Why

This changes the internal mechanics of a safety check used when publishing.

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 does not say what practical difference this makes for users, such as which paths are now accepted or rejected differently.

See this entry in the whole of v2.1.265 →

Feedback