From 213ee32b94ceeb2662f498e8e47181511bb07fb3 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:47:19 -0300 Subject: [PATCH] docs: Make unsupported features more prominent in external agents (#37090) Use the notes component to better highlight that in the docs UI. Release Notes: - N/A --- docs/src/ai/agent-panel.md | 2 +- docs/src/ai/external-agents.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/ai/agent-panel.md b/docs/src/ai/agent-panel.md index 13d92278a441efd165511d88550754587bf7f97e..ff5fdf84ce354f0c28c1986de84e28fa1c3c7ada 100644 --- a/docs/src/ai/agent-panel.md +++ b/docs/src/ai/agent-panel.md @@ -18,7 +18,7 @@ If you need extra room to type, you can expand the message editor with {#kb agen You should start to see the responses stream in with indications of [which tools](./tools.md) the model is using to fulfill your prompt. -> Note that, at the moment, not all features outlined below work for external agents, like [Gemini CLI](./external-agents.md#gemini-cli)—features like _checkpoints_, _token usage display_, and _model selection_ may be supported in the future. +> Note that, at the moment, not all features outlined below work for external agents, like [Gemini CLI](./external-agents.md#gemini-cli)—features like _restoring threads from history_, _checkpoints_, _token usage display_, _model selection_, and others may be supported in the future. ### Creating New Threads diff --git a/docs/src/ai/external-agents.md b/docs/src/ai/external-agents.md index b13cc0fe4b2db226de1e24c0cb86f53d5a7c6a23..3d263afdb060a5acc99e4315ac32c7063386317f 100644 --- a/docs/src/ai/external-agents.md +++ b/docs/src/ai/external-agents.md @@ -54,8 +54,8 @@ 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, checkpointing, and using the agent in SSH projects. -We hope to add these features in the near future. +> 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}