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

Slash-command resolution helpers reworked for poll-event/prompt modes

Slash-command resolution logic reworked to distinguish bash, poll-event, and prompt modes

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

Slash-command resolution logic reworked to distinguish bash, poll-event, and prompt modes

What

The internal logic that determines whether something counts as a resolvable slash command was reworked. It now explicitly treats bash and poll-event modes as never resolvable, while prompt mode is handled separately, including resolving MCP (Model Context Protocol) and non-MCP command names and following subcommand redirection targets.

Why

This is internal logic that governs how slash commands get resolved depending on the context they're invoked from; it should make command resolution more consistent across these different modes.

See this entry in the whole of v2.1.271 →

Feedback