From c8d9578c3a7d872cce1cfb04c1d0017857e28854 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Mon, 18 Aug 2025 00:25:45 -0500 Subject: [PATCH] docs: fix warning message (#4148) --- documentation/docs/guides/cli-providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/guides/cli-providers.md b/documentation/docs/guides/cli-providers.md index a7d3ede5..0d336443 100644 --- a/documentation/docs/guides/cli-providers.md +++ b/documentation/docs/guides/cli-providers.md @@ -9,9 +9,9 @@ description: Use Claude Code, Cursor Agent, or Gemini CLI subscriptions in Goose Goose can make use of pass-through providers that integrate with existing CLI tools from Anthropic, Cursor, and Google. These providers allow you to use your existing Claude Code, Cursor Agent, and Google Gemini CLI subscriptions through Goose's interface, adding session management, persistence, and workflow integration capabilities to these tools. -:::warning - +:::warning Limitations These providers don’t fully support all Goose features, may have platform or capability limitations, and can sometimes require advanced debugging if issues arise. They’re included here purely as a convenience. +::: ## Why Use CLI Providers?