Skip to content

Commit a9733c5

Browse files
hongyi-chenoz-agent
andcommitted
Remove preview/roadmap messaging from SSH docs
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 0a5ea25 commit a9733c5

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/content/docs/code/ssh-feature-support.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When you [Warpify an SSH session](/terminal/warpify/ssh/), Warp's core terminal
99

1010
This page documents which features are available based on which path you're on:
1111

12-
* **SSH extension** - Installed on first connect when you choose **Install Warp's SSH extension**. Available in Preview on macOS and Linux remote hosts.
12+
* **SSH extension** - Installed on first connect when you choose **Install Warp's SSH extension**. Available on macOS and Linux remote hosts.
1313
* **tmux fallback** - Used when you choose **Continue without installing**, when the extension hasn't shipped to your build (for example, Windows clients), or when the install fails.
1414

1515
:::note
@@ -35,7 +35,7 @@ The following features require the **SSH extension**:
3535

3636
## Features not yet available over SSH
3737

38-
The following features require local filesystem access and are not yet available in Warpified remote (SSH) sessions on either path. Each is on the SSH roadmap:
38+
The following features require local filesystem access and are not yet available in Warpified remote (SSH) sessions on either path:
3939

4040
* **Codebase Context (indexing and search)** — Warp cannot yet index or semantically search a remote codebase. The Agent does not have access to your full project context when generating responses. Tracked in [GitHub #6831](https://github.com/warpdotdev/Warp/issues/6831).
4141
* **Code Review panel** — The [Code Review](/code/code-review/) panel for reviewing Git diffs is not yet available for remote repos.

src/content/docs/terminal/warpify/ssh.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Warp's **SSH extension** brings the local Warp experience to remote macOS and Li
1010

1111
<VideoEmbed url="https://www.loom.com/share/466d88a1968842c68f66a3b66b94f146" title="SSH extension demo" />
1212

13-
:::note
14-
The SSH extension is rolling out to Preview on macOS and Linux. Windows remote-host support and a few coding features (Code Review, LSP, Codebase Context) are still on the roadmap. See [Feature support over SSH](/code/ssh-feature-support/) for the current matrix.
15-
:::
16-
1713
## What you get over SSH
1814

1915
Once the SSH extension is installed on a remote host, the following features work the same way they do locally:
@@ -23,7 +19,7 @@ Once the SSH extension is installed on a remote host, the following features wor
2319
* **Native file reads and code diffs** - The Agent reads files and applies edits through Warp's built-in diff tool. Code changes show up as inline diffs you can review and approve, instead of being applied via `sed` or other shell commands. See [Code diffs](/agent-platform/local-agents/code-diffs/).
2420
* **All core terminal features** - The input editor, blocks, command history, autosuggestions, and history search behave the same as in a local session.
2521

26-
Further coding improvements - including Code Review, LSP, and Codebase Context over SSH - are actively in progress and will land in subsequent Preview releases.
22+
For a full breakdown of what works over SSH and what doesn't, see [Feature support over SSH](/code/ssh-feature-support/).
2723

2824
![Warp prompting to Warpify a freshly-connected SSH session.](../../../../assets/terminal/warpify_ssh_prompt.png)
2925

0 commit comments

Comments
 (0)