Document warp://tab_config/<name> deeplink#123
Conversation
Documents the new `warp://tab_config/<name>` URI scheme handler added in warpdotdev/warp#9379: - terminal/more-features/uri-scheme.mdx: list the new scheme alongside `warp://launch/...`, including the `?new_window=true` modifier and the case-insensitive file-stem matching behavior. - terminal/windows/tab-configs.mdx: add a new "Open a Tab Config from a URL" section with usage examples, params/worktree behavior notes, and a `warppreview://` note. Add a cross-link to the URI scheme page from Related pages. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR documents the new warp://tab_config/<name> deeplink in both the URI scheme reference and Tab Configs page, including matching behavior, new_window=true, params, worktree behavior, and Warp Preview usage.
Concerns
- The command examples use macOS
openwithout labeling them as macOS-only; consider labeling the example or adding Windows/Linux equivalents.
Verdict
Found: 0 critical, 0 important, 1 suggestions
Approve with nits
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
|
|
||
| ```bash | ||
| # Open my_tab.toml as a new tab in the focused window | ||
| open "warp://tab_config/my_tab" |
There was a problem hiding this comment.
💡 [SUGGESTION] open is macOS-specific; label this example as macOS-only or include Windows/Linux equivalents so the cross-platform docs do not imply this command works everywhere.
Documents the new
warp://tab_config/<name>URI scheme handler added in warpdotdev/warp#9379:warp://launch/..., including the?new_window=truemodifier and the case-insensitive file-stem matching behavior.warppreview://note. Add a cross-link to the URI scheme page from Related pages.