From a83478f4451bd5e604e9c077beef8b9df694b529 Mon Sep 17 00:00:00 2001 From: Vadim Konnov Date: Tue, 24 Feb 2026 12:28:50 +0300 Subject: [PATCH 1/2] update extensions readme docs urls --- extensions/intellij/README.md | 8 ++++---- extensions/vscode/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extensions/intellij/README.md b/extensions/intellij/README.md index 8fc151f101..3e3d3bea35 100644 --- a/extensions/intellij/README.md +++ b/extensions/intellij/README.md @@ -19,19 +19,19 @@ ## JetBrains Agent -[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI +[Agent](https://docs.continue.dev/ide-extensions/agent/quick-start) to work on development tasks together with AI ## JetBrains Chat -[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections +[Chat](https://docs.continue.dev/ide-extensions/chat/quick-start) to ask general questions and clarify code sections ## JetBrains Edit -[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file +[Edit](https://docs.continue.dev/ide-extensions/edit/quick-start) to modify a code section without leaving your current file ## JetBrains Autocomplete -[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type +[Autocomplete](https://docs.continue.dev/ide-extensions/autocomplete/quick-start) to receive inline code suggestions as you type diff --git a/extensions/vscode/README.md b/extensions/vscode/README.md index a91ffe4255..88fa8c750a 100644 --- a/extensions/vscode/README.md +++ b/extensions/vscode/README.md @@ -25,25 +25,25 @@ ## VS Code Agent -[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI +[Agent](https://docs.continue.dev/ide-extensions/agent/quick-start) to work on development tasks together with AI ![agent](docs/images/agent.gif) ## VS Code Chat -[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections +[Chat](https://docs.continue.dev/ide-extensions/chat/quick-start) to ask general questions and clarify code sections ![chat](docs/images/chat.gif) ## VS Code Edit -[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file +[Edit](https://docs.continue.dev/ide-extensions/edit/quick-start) to modify a code section without leaving your current file ![edit](docs/images/edit.gif) ## VS Code Autocomplete -[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type +[Autocomplete](https://docs.continue.dev/ide-extensions/autocomplete/quick-start) to receive inline code suggestions as you type ![autocomplete](docs/images/autocomplete.gif) From dcf39a1c322225a65fd55f71f417c08424a00f9e Mon Sep 17 00:00:00 2001 From: Vadim Konnov Date: Thu, 26 Feb 2026 00:58:33 +0300 Subject: [PATCH 2/2] update url in jetbrains extension readme --- extensions/intellij/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/intellij/README.md b/extensions/intellij/README.md index 3e3d3bea35..52fd826704 100644 --- a/extensions/intellij/README.md +++ b/extensions/intellij/README.md @@ -15,7 +15,7 @@ **[Source-controlled AI checks, enforceable in CI](https://docs.continue.dev)** -> **Note:** The JetBrains plugin is now community-maintained. We strongly recommend using the [Continue CLI](https://docs.continue.dev/cli/quick-start) instead. It works in any environment, it's where our active development is happening, and it's a better experience than we can reliably provide through the plugin right now. Run `cn` in your terminal alongside your IDE and you get the same agent capabilities, the same model access, and the same configuration, without depending on a plugin framework we can't give the attention it deserves. +> **Note:** The JetBrains plugin is now community-maintained. We strongly recommend using the [Continue CLI](https://docs.continue.dev/cli/quickstart) instead. It works in any environment, it's where our active development is happening, and it's a better experience than we can reliably provide through the plugin right now. Run `cn` in your terminal alongside your IDE and you get the same agent capabilities, the same model access, and the same configuration, without depending on a plugin framework we can't give the attention it deserves. ## JetBrains Agent