DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
The open-in-editor feature now supports jumping to specific line numbers across different editors. GUI editors (like VS Code, Sublime) use their native line-jump flags, while terminal editors (like vim, nano) use +N syntax. The editor spawning handles both detached GUI processes and inline terminal editors with alternate screen management.
Evidence
Editor spawning with line support (search for "editor spawn failed")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.