From c158eb2442e1054f760d43770bc8a20088ab11a8 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Wed, 27 Aug 2025 14:34:40 -0400 Subject: [PATCH] docs: Note that Gemini CLI is not supported over SSH (#37023) Release Notes: - N/A --- docs/src/ai/external-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ai/external-agents.md b/docs/src/ai/external-agents.md index 1d11ca03116181e2d343d0945e53b079afe60897..b13cc0fe4b2db226de1e24c0cb86f53d5a7c6a23 100644 --- a/docs/src/ai/external-agents.md +++ b/docs/src/ai/external-agents.md @@ -54,7 +54,7 @@ Similar to Zed's first-party agent, you can use Gemini CLI to do anything that y You can @-mention files, recent threads, symbols, or fetch the web. -Note that some first-party agent features don't yet work with Gemini CLI: editing past messages, resuming threads from history, and checkpointing. +Note that some first-party agent features don't yet work with Gemini CLI: editing past messages, resuming threads from history, checkpointing, and using the agent in SSH projects. We hope to add these features in the near future. ## Add Custom Agents {#add-custom-agents}