Skip to content

Commit e22f06c

Browse files
authored
docs: Note Radon AI is disabled in Cursor by defualt (#1643)
In the latest release (`1.12.0` via #1624) Radon AI has been disabled in Cursor by default. This PR updates the documentation to reflect that. This PR should be merged immediately after approval, since the related changes have already been released.
1 parent 2ed656b commit e22f06c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/docs/docs/features/radon-ai.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ There you can adjust which tools are enabled or disable the Radon AI MCP server
5858

5959
## Usage in Cursor
6060

61+
:::tip
62+
**Radon AI is disabled in Cursor by default.**
63+
To enable it, go to the `Settings -> VS Code Settings` tab (`Cmd + ,` or `Ctrl + ,`), type `Radon AI: Enabled` into the search bar, press the first result and select `Enabled`.
64+
:::
65+
6166
Radon AI assistant integrates with Cursor's `agent mode` via Model Context Protocol (MCP) server.
6267

6368
<img width="550" src="/img/docs/ai_cursor_chat_response.png" className="shadow-image"/>
@@ -110,7 +115,7 @@ To disable Radon AI assistant navigate to the editor settings.
110115

111116
You can type "Preferences: Open User Settings" in the command palette (Ctrl+Shift+P or Cmd+Shift+P).
112117

113-
Within editor settings, type "Radon IDE: Enable Radon AI" and uncheck the checkbox.
118+
Within editor settings, type "Radon AI: Enabled", press the first result and select `Disabled`.
114119

115120
## Privacy
116121

0 commit comments

Comments
 (0)