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
One change · claude-code

Launch sessions from links changed

deep-links

Nearest release: v2.1.273, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−1removed
From line 19 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits7to this page, all time

The whole hunk

from line 19, old and new numbered
/
lines
from line 19
1919 
2020The `claude-cli://` prefix is a custom URL scheme that Claude Code registers with your operating system, similar to how `mailto:` links open your email client. When you click a deep link:
2121 
221. The browser or app hands the URL to your operating system.
221. The browser or app passes the URL to your operating system.
23232. The operating system recognizes the `claude-cli://` prefix and starts Claude Code on your machine.
24243. A new terminal window opens with Claude Code running in the directory the link specified, and the link's prompt text already in the input box.
25254. You read the prompt, edit it if you want, and press Enter to send it.