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.