From d7708e26d1e1c0830e29271f7ff8c3078468be80 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 29 Jan 2026 17:57:34 -0800 Subject: [PATCH 1/7] Link changelog sidebar item to changelog.continue.dev Remove the in-repo changelog page and instead link to the external changelog site. Adds a redirect from /changelog to the external URL. Co-Authored-By: Claude Opus 4.5 --- docs/changelog.mdx | 40 ---------------------------------------- docs/docs.json | 10 +++++----- 2 files changed, 5 insertions(+), 45 deletions(-) delete mode 100644 docs/changelog.mdx diff --git a/docs/changelog.mdx b/docs/changelog.mdx deleted file mode 100644 index b9216f14622..00000000000 --- a/docs/changelog.mdx +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: "Changelog" -description: "Continue Product updates and announcements" -icon: notebook ---- - -## **Discover Opportunities You Can Hand Off: Introducing Proactive Cloud Agents** - -Over the past month, we’ve moved beyond just helping you code. We’ve been laying the groundwork to make Continue an always-on partner that handles the tasks you’d rather not do yourself. - -The result is a shift in how you interact with Continue: less setup, less context switching, and more automation driven directly from your workflow. - - -![Opportunities from Sentry and Snyk in Mission Control](./images/changelog/opportunities.png) - -[Continue Integrations](https://hub.continue.dev/integrations) can now surface actionable work from tools you already rely on. Instead of hunting for issues, Sentry alerts, Snyk vulnerabilities, and GitHub Issues are brought to you as "Opportunities" that you can immediately delegate to an agent for a first pass, and then you can review or approve the results. - - - -### **Automate Your Workflows with Cloud Agents** - -You can now automate workflows across tools like [PostHog](https://hub.continue.dev/integrations/posthog), [Supabase](https://hub.continue.dev/integrations/supabase), [Netlify](https://hub.continue.dev/integrations/netlify), [Atlassian](https://hub.continue.dev/integrations/atlassian), and [Sanity](https://hub.continue.dev/integrations/sanity) using cloud agents. - -Instead of manually stitching together dashboards, alerts, and follow-up tasks, Continue cloud agents can monitor signals, take action, and push work forward automatically. This makes Continue useful not just for coding tasks, but for the operational work that surrounds shipping software. - -Cloud agents are designed to run continuously and reliably, which is why much of the recent work focused on session stability, execution reliability, and onboarding improvements. - -### **Trigger Agents from Slack and GitHub** - -You can now kick off cloud agents directly from [Slack](https://hub.continue.dev/integrations/slack) and [GitHub](https://hub.continue.dev/integrations/github) using @Continue. - -Now, you can kick off cloud agents directly where your team is already talking. Just mention @Continue in a Slack thread or a GitHub comment. The agent will pick up the immediate context and follow your directions, letting you stay in your flow. - - \ No newline at end of file diff --git a/docs/docs.json b/docs/docs.json index 659b3996c0a..41045debd75 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -2,10 +2,6 @@ "$schema": "https://mintlify.com/docs.json", "theme": "mint", "name": "Continue", - "banner": { - "content": "**Introducing [Agents page in Mission Control](https://hub.continue.dev/agents).** A single view for all your cloud agents: where they run, how they're triggered, and how to reuse them across your work.", - "dismissable": true - }, "colors": { "primary": "#6b7280", "light": "#ffffff", @@ -20,7 +16,7 @@ { "group": "Getting Started", "icon": "rocket-launch", - "pages": ["index", "changelog"] + "pages": ["index"] }, { "group": "Mission Control", @@ -423,6 +419,10 @@ "js": ["reo-tracking.js"] }, "redirects": [ + { + "source": "/changelog", + "destination": "https://changelog.continue.dev" + }, { "source": "/hub", "destination": "/mission-control" From f9feab110c0df5bc71ecf2a85ace7fa586281712 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 30 Jan 2026 17:19:56 -0800 Subject: [PATCH 2/7] Replace community Discord links with GitHub Discussions Discord links across docs, READMEs, GUI components, and issue templates now point to https://github.com/continuedev/continue/discussions. The Discord context provider (product feature) is left untouched. Co-Authored-By: Claude Opus 4.5 --- .github/ISSUE_TEMPLATE/config.yml | 3 --- CONTRIBUTING.md | 4 ++-- README.md | 5 +---- actions/README.md | 2 +- core/util/constants.ts | 3 ++- docs/CONTRIBUTING.mdx | 2 +- docs/customize/deep-dives/autocomplete.mdx | 4 ++-- docs/docs.json | 10 ++-------- docs/faqs.mdx | 2 +- docs/guides/cli.mdx | 2 +- docs/guides/continue-docs-mcp-cookbook.mdx | 3 +-- docs/guides/netlify-mcp-continuous-deployment.mdx | 2 +- docs/guides/posthog-github-continuous-ai.mdx | 2 +- docs/guides/sentry-mcp-error-monitoring.mdx | 2 +- docs/guides/supabase-mcp-database-workflow.mdx | 2 +- docs/ide-extensions/install.mdx | 4 ++-- docs/ide-extensions/quick-start.mdx | 2 +- docs/mission-control/sharing.mdx | 2 +- docs/troubleshooting.mdx | 2 +- extensions/intellij/README.md | 3 --- extensions/vscode/README.md | 3 --- gui/src/pages/config/sections/HelpSection.tsx | 7 +++++-- gui/src/pages/error.tsx | 11 +++++------ gui/src/pages/gui/StreamError.tsx | 9 ++++----- 24 files changed, 37 insertions(+), 54 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e2ee171afbd..391b5c93f59 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,6 +6,3 @@ contact_links: - name: Have a question? url: https://github.com/continuedev/continue/discussions about: Search for existing questions or ask a new one - - name: Something else? Join the Continue Community - url: https://discord.gg/vapESyrFmJ - about: Join our Discord to chat with our community diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edb1e6f490a..091b950cc94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ an enhancement are: - If not, [create an issue](https://github.com/continuedev/continue/issues) - Please describe the enhancement in as much detail as you can, and why it would be useful -- Join the [Continue Discord](https://discord.gg/NWtdYexhMs) and tell us about your idea in the `#feedback` channel +- Join the [GitHub Discussions](https://github.com/continuedev/continue/discussions) and tell us about your idea ## 📖 Updating / Improving Documentation @@ -233,7 +233,7 @@ When contributing, please update or create the appropriate tests to help verify ### Getting Help -Join [#contribute on Discord](https://discord.gg/vapESyrFmJ) to engage with maintainers and other contributors. +Join the [GitHub Discussions](https://github.com/continuedev/continue/discussions) to engage with maintainers and other contributors. ## Contributing New LLM Providers/Models diff --git a/README.md b/README.md index 47c4b614357..522f0a76287 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ - - -

@@ -63,7 +60,7 @@ Trigger workflows from [VS Code](https://marketplace.visualstudio.com/items?item ## Contributing Read the [contributing guide](https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md), and -join [#contribute on Discord](https://discord.gg/vapESyrFmJ). +join the [GitHub Discussions](https://github.com/continuedev/continue/discussions). ## License diff --git a/actions/README.md b/actions/README.md index 2e0967d7efb..1625bee4121 100644 --- a/actions/README.md +++ b/actions/README.md @@ -145,4 +145,4 @@ For issues or questions: - [Continue Documentation](https://docs.continue.dev) - [GitHub Issues](https://github.com/continuedev/continue/issues) -- [Discord Community](https://discord.gg/vapESyrFmJ) +- [GitHub Discussions](https://github.com/continuedev/continue/discussions) diff --git a/core/util/constants.ts b/core/util/constants.ts index ea0d4b2d32e..359a2571959 100644 --- a/core/util/constants.ts +++ b/core/util/constants.ts @@ -2,4 +2,5 @@ export const NEW_SESSION_TITLE = "New Session"; export const GITHUB_LINK = "https://github.com/continuedev/continue/issues/new/choose"; -export const DISCORD_LINK = "https://discord.com/invite/EfJEfdFnDQ"; +export const DISCUSSIONS_LINK = + "https://github.com/continuedev/continue/discussions"; diff --git a/docs/CONTRIBUTING.mdx b/docs/CONTRIBUTING.mdx index 7b8ff4bd5ef..ef04ef6d108 100644 --- a/docs/CONTRIBUTING.mdx +++ b/docs/CONTRIBUTING.mdx @@ -340,7 +340,7 @@ Learn more about linking PRs to issues in the [GitHub documentation](https://doc - **Start a Discussion**: Use [GitHub Discussions](https://github.com/continuedev/continue/discussions) for documentation issues, suggestions, or questions - **Continue agent questions**: Check the [Continue Mission Control page](https://hub.continue.dev/continuedev/docs-mintlify) -- **Discord community**: Join our Discord for real-time help +- **GitHub Discussions**: Join the [GitHub Discussions](https://github.com/continuedev/continue/discussions) for community help - **Existing docs**: Review similar pages for formatting examples --- diff --git a/docs/customize/deep-dives/autocomplete.mdx b/docs/customize/deep-dives/autocomplete.mdx index b4d669a7bd8..8daf85fba19 100644 --- a/docs/customize/deep-dives/autocomplete.mdx +++ b/docs/customize/deep-dives/autocomplete.mdx @@ -189,7 +189,7 @@ Follow these steps to ensure that everything is set up correctly: 4. Make sure that any other completion providers are disabled (e.g. Copilot), as they may interfere. 5. Check the output of the logs to find any potential errors: cmd/ctrl + shift + P -> "Toggle Developer Tools" -> "Console" tab in VS Code, ~/.continue/logs/core.log in JetBrains. 6. Check VS Code settings to make sure that `"editor.inlineSuggest.enabled"` is set to `true` (use cmd/ctrl + , then search for this and check the box) -7. If you are still having issues, please let us know in our [Discord](https://discord.gg/vapESyrFmJ) and we'll help as soon as possible. +7. If you are still having issues, please let us know in our [GitHub Discussions](https://github.com/continuedev/continue/discussions) and we'll help as soon as possible. ### Why Are My Completions Only Single-Line? @@ -232,4 +232,4 @@ Open Settings -> Tools -> Continue and uncheck the box for "Enable Tab Autocompl #### Feedback -If you're turning off autocomplete, we'd love to hear how we can improve! Please let us know in our [Discord](https://discord.gg/vapESyrFmJ) or file an issue on GitHub. +If you're turning off autocomplete, we'd love to hear how we can improve! Please let us know in our [GitHub Discussions](https://github.com/continuedev/continue/discussions) or file an issue on GitHub. diff --git a/docs/docs.json b/docs/docs.json index 41045debd75..5f9a91bf503 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -16,7 +16,7 @@ { "group": "Getting Started", "icon": "rocket-launch", - "pages": ["index"] + "pages": ["index", "overview"] }, { "group": "Mission Control", @@ -349,18 +349,13 @@ "href": "https://continue.dev/about-us", "icon": "book-open" }, - { - "anchor": "Community", - "href": "https://discord.gg/NWtdYexhMs", - "icon": "discord" - }, { "anchor": "Blog", "href": "https://continue.dev/blog", "icon": "newspaper" }, { - "anchor": "Release Notes", + "anchor": "Changelog", "href": "https://changelog.continue.dev/", "icon": "bullhorn" } @@ -394,7 +389,6 @@ "x": "https://twitter.com/continuedev", "github": "https://github.com/continuedev/continue", "linkedin": "https://linkedin.com/company/continuedev", - "discord": "https://discord.gg/vapESyrFmJ", "youtube": "https://www.youtube.com/@continuedev" } }, diff --git a/docs/faqs.mdx b/docs/faqs.mdx index df5daf55cf3..73c60d7cfe0 100644 --- a/docs/faqs.mdx +++ b/docs/faqs.mdx @@ -382,4 +382,4 @@ If you'd like to perform a clean reset of the extension, including removing all ## Still having trouble? -You can also join our Discord community [here](https://discord.gg/vapESyrFmJ) for additional support and GitHub Discussions. Alternatively, you can create a GitHub issue [here](https://github.com/continuedev/continue/issues/new?assignees=&labels=bug&projects=&template=bug-report-%F0%9F%90%9B.md&title=), providing details of your problem, and we'll be able to help you out more quickly. \ No newline at end of file +You can also join [GitHub Discussions](https://github.com/continuedev/continue/discussions) for additional support. Alternatively, you can create a GitHub issue [here](https://github.com/continuedev/continue/issues/new?assignees=&labels=bug&projects=&template=bug-report-%F0%9F%90%9B.md&title=), providing details of your problem, and we'll be able to help you out more quickly. \ No newline at end of file diff --git a/docs/guides/cli.mdx b/docs/guides/cli.mdx index 3e00ec6c0b3..0274e0207ba 100644 --- a/docs/guides/cli.mdx +++ b/docs/guides/cli.mdx @@ -95,4 +95,4 @@ If you wish to run an automation on behalf of your organization you can obtain a Run `cn` with the `--verbose` flag to see more detailed logs. These will be output to `~/.continue/logs/cn.log`. -If you have feedback on the beta, please [share in our Discord](https://discord.com/invite/EfJEfdFnDQ) or [leave feedback in the GitHub discussion](https://github.com/continuedev/continue/discussions/7307). +If you have feedback on the beta, please [leave feedback in the GitHub discussion](https://github.com/continuedev/continue/discussions/7307). diff --git a/docs/guides/continue-docs-mcp-cookbook.mdx b/docs/guides/continue-docs-mcp-cookbook.mdx index e58d9c3e14b..4b367f9d232 100644 --- a/docs/guides/continue-docs-mcp-cookbook.mdx +++ b/docs/guides/continue-docs-mcp-cookbook.mdx @@ -516,7 +516,6 @@ Want to create documentation MCPs for your own projects? Mintlify makes it easy: - [Mintlify Documentation](https://mintlify.com/docs) ### Community -- [Continue Discord](https://discord.gg/continue) - #documentation channel - [GitHub Discussions](https://github.com/continuedev/continue/discussions) --- @@ -536,7 +535,7 @@ Want to create documentation MCPs for your own projects? Mintlify makes it easy: See cookbook examples - + Get help from community diff --git a/docs/guides/netlify-mcp-continuous-deployment.mdx b/docs/guides/netlify-mcp-continuous-deployment.mdx index 11318a8dac0..c43116ea7d5 100644 --- a/docs/guides/netlify-mcp-continuous-deployment.mdx +++ b/docs/guides/netlify-mcp-continuous-deployment.mdx @@ -714,7 +714,7 @@ The Netlify Performance Rules enforce: - Install [Netlify MCP](https://hub.continue.dev/netlify/netlify-mcp) from Continue Mission Control - Set up [Performance Monitoring](https://docs.netlify.com/analytics/get-started/) - Configure [A/B Testing](https://docs.netlify.com/split-testing/overview/) -- Join the [Continue Discord](https://discord.gg/continue) for support +- Join the [GitHub Discussions](https://github.com/continuedev/continue/discussions) for support ## Resources diff --git a/docs/guides/posthog-github-continuous-ai.mdx b/docs/guides/posthog-github-continuous-ai.mdx index 1df960ba099..1c9d0f0eef0 100644 --- a/docs/guides/posthog-github-continuous-ai.mdx +++ b/docs/guides/posthog-github-continuous-ai.mdx @@ -354,7 +354,7 @@ Consider enhancing your workflow with these advanced Continue CLI prompts: - Consider [GitHub MCP](https://hub.continue.dev/github/github-mcp) as an alternative (note: can be token-expensive) - Configure [Slack MCP](https://hub.continue.dev/slack/slack-mcp) for alerts - Set up [PostHog performance monitoring](https://posthog.com/docs/web-analytics) -- Join the [Continue Discord](https://discord.gg/continue) for support +- Join the [GitHub Discussions](https://github.com/continuedev/continue/discussions) for support ## Resources diff --git a/docs/guides/sentry-mcp-error-monitoring.mdx b/docs/guides/sentry-mcp-error-monitoring.mdx index f036c898a6e..7d1b7ee36dc 100644 --- a/docs/guides/sentry-mcp-error-monitoring.mdx +++ b/docs/guides/sentry-mcp-error-monitoring.mdx @@ -540,7 +540,7 @@ See the [Sentry MCP GitHub Issues](https://github.com/getsentry/sentry-mcp/issue - Set up [Sentry performance monitoring](https://docs.sentry.io/product/performance/) - Configure [Sentry release tracking](https://docs.sentry.io/product/releases/) for deployment correlation - Integrate [Slack MCP](https://hub.continue.dev/slack/slack-mcp) for error alerts -- Join the [Continue Discord](https://discord.gg/continue) for support +- Join the [GitHub Discussions](https://github.com/continuedev/continue/discussions) for support ## Resources diff --git a/docs/guides/supabase-mcp-database-workflow.mdx b/docs/guides/supabase-mcp-database-workflow.mdx index fe9ceee590e..e076892c5f6 100644 --- a/docs/guides/supabase-mcp-database-workflow.mdx +++ b/docs/guides/supabase-mcp-database-workflow.mdx @@ -500,7 +500,7 @@ If you encounter connection issues: - Set up [Supabase Edge Functions](https://supabase.com/docs/guides/functions) for automated workflows - Configure [Supabase Realtime](https://supabase.com/docs/guides/realtime) for live data monitoring - Implement [Database Webhooks](https://supabase.com/docs/guides/database/webhooks) for event-driven automation -- Join the [Continue Discord](https://discord.gg/continue) for support +- Join the [GitHub Discussions](https://github.com/continuedev/continue/discussions) for support ## Resources diff --git a/docs/ide-extensions/install.mdx b/docs/ide-extensions/install.mdx index 2b50cb1817b..306defe67c9 100644 --- a/docs/ide-extensions/install.mdx +++ b/docs/ide-extensions/install.mdx @@ -40,7 +40,7 @@ The Continue logo will appear on the left sidebar. For a better experience, move If you have any problems, see the [troubleshooting guide](/troubleshooting) or - ask for help in [our Discord](https://discord.gg/NWtdYexhMs) + ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions) @@ -70,7 +70,7 @@ Click `Install`, which will cause the Continue logo to show up on the right tool If you have any problems, see the [troubleshooting guide](/troubleshooting) or - ask for help in [our Discord](https://discord.com/invite/EfJEfdFnDQ) + ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions) diff --git a/docs/ide-extensions/quick-start.mdx b/docs/ide-extensions/quick-start.mdx index aa170bbf1fc..ffa79a9a48b 100644 --- a/docs/ide-extensions/quick-start.mdx +++ b/docs/ide-extensions/quick-start.mdx @@ -286,7 +286,7 @@ Congratulations! You've experienced all four core Continue features. Here's what Get help and share experiences with other Continue users diff --git a/docs/mission-control/sharing.mdx b/docs/mission-control/sharing.mdx index a367eb8e9fd..82a63266c69 100644 --- a/docs/mission-control/sharing.mdx +++ b/docs/mission-control/sharing.mdx @@ -56,7 +56,7 @@ Each Agent or Component can be published with one of three visibility levels: ## Community - + Join thousands of developers using Continue and share your experiences. diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index 4e2bc9fd3d4..cc87e6d7119 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -107,4 +107,4 @@ This issue typically affects macOS users with large development environments and ## Still having trouble? -You can also join our Discord community [here](https://discord.gg/vapESyrFmJ) for additional support and discussions. Alternatively, you can create a GitHub issue [here](https://github.com/continuedev/continue/issues/new?assignees=&labels=bug&projects=&template=bug-report-%F0%9F%90%9B.md&title=), providing details of your problem, and we'll be able to help you out more quickly. +You can also join [GitHub Discussions](https://github.com/continuedev/continue/discussions) for additional support and discussions. Alternatively, you can create a GitHub issue [here](https://github.com/continuedev/continue/issues/new?assignees=&labels=bug&projects=&template=bug-report-%F0%9F%90%9B.md&title=), providing details of your problem, and we'll be able to help you out more quickly. diff --git a/extensions/intellij/README.md b/extensions/intellij/README.md index 3fcb09ddbfa..cf7f20da64c 100644 --- a/extensions/intellij/README.md +++ b/extensions/intellij/README.md @@ -10,9 +10,6 @@ - - -

diff --git a/extensions/vscode/README.md b/extensions/vscode/README.md index e78f483d5c4..26100f9c22b 100644 --- a/extensions/vscode/README.md +++ b/extensions/vscode/README.md @@ -10,9 +10,6 @@ - - -

diff --git a/gui/src/pages/config/sections/HelpSection.tsx b/gui/src/pages/config/sections/HelpSection.tsx index 577872e998e..34acde04406 100644 --- a/gui/src/pages/config/sections/HelpSection.tsx +++ b/gui/src/pages/config/sections/HelpSection.tsx @@ -211,10 +211,13 @@ export function HelpSection() { - ideMessenger.post("openUrl", "https://discord.gg/vapESyrFmJ") + ideMessenger.post( + "openUrl", + "https://github.com/continuedev/continue/discussions", + ) } /> diff --git a/gui/src/pages/error.tsx b/gui/src/pages/error.tsx index 0738696a66d..cab6975e0cb 100644 --- a/gui/src/pages/error.tsx +++ b/gui/src/pages/error.tsx @@ -1,10 +1,9 @@ import { ArrowPathIcon, FlagIcon } from "@heroicons/react/24/outline"; -import { DISCORD_LINK, GITHUB_LINK } from "core/util/constants"; +import { DISCUSSIONS_LINK, GITHUB_LINK } from "core/util/constants"; import { useContext, useEffect, useState } from "react"; import { useDispatch } from "react-redux"; import { useNavigate, useRouteError } from "react-router-dom"; import { Button, SecondaryButton } from "../components"; -import { DiscordIcon } from "../components/svg/DiscordIcon"; import { GithubIcon } from "../components/svg/GithubIcon"; import { IdeMessengerContext } from "../context/IdeMessenger"; import { newSession } from "../redux/slices/sessionSlice"; @@ -58,7 +57,7 @@ const ErrorPage: React.FC = () => {

- Report the issue on GitHub or Discord: + Report the issue on GitHub or Discussions:

@@ -66,13 +65,13 @@ const ErrorPage: React.FC = () => { onClick={() => openUrl(GITHUB_LINK)} className="flex items-center justify-center space-x-2 rounded-lg px-4 py-2 text-base text-white" > - GitHub + GitHub Issues openUrl(DISCORD_LINK)} + onClick={() => openUrl(DISCUSSIONS_LINK)} className="flex items-center justify-center rounded-lg text-base" > - Discord + Discussions
diff --git a/gui/src/pages/gui/StreamError.tsx b/gui/src/pages/gui/StreamError.tsx index 7f7c3224569..b65858181dd 100644 --- a/gui/src/pages/gui/StreamError.tsx +++ b/gui/src/pages/gui/StreamError.tsx @@ -5,12 +5,11 @@ import { Cog6ToothIcon, KeyIcon, } from "@heroicons/react/24/outline"; -import { DISCORD_LINK } from "core/util/constants"; +import { DISCUSSIONS_LINK } from "core/util/constants"; import { useContext, useMemo } from "react"; import { GhostButton, SecondaryButton } from "../../components"; import { useEditModel } from "../../components/mainInput/Lump/useEditBlock"; import { useMainEditor } from "../../components/mainInput/TipTapEditor"; -import { DiscordIcon } from "../../components/svg/DiscordIcon"; import { GithubIcon } from "../../components/svg/GithubIcon"; import ToggleDiv from "../../components/ToggleDiv"; import { useAuth } from "../../context/Auth"; @@ -315,11 +314,11 @@ Please add any additional context about the error here { - ideMessenger.post("openUrl", DISCORD_LINK); + ideMessenger.post("openUrl", DISCUSSIONS_LINK); }} > - - Discord + + Discussions From 487f5ba98c060c4a6066cf6051d5420e4774d89a Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 30 Jan 2026 17:34:52 -0800 Subject: [PATCH 3/7] update icons --- docs/customize/telemetry.mdx | 1 - docs/docs.json | 14 +-- docs/index.mdx | 161 +++++------------------------------ docs/overview.mdx | 155 +++++++++++++++++++++++++++++++++ 4 files changed, 178 insertions(+), 153 deletions(-) create mode 100644 docs/overview.mdx diff --git a/docs/customize/telemetry.mdx b/docs/customize/telemetry.mdx index 12dc39bf2dd..be5fb1a24d8 100644 --- a/docs/customize/telemetry.mdx +++ b/docs/customize/telemetry.mdx @@ -1,6 +1,5 @@ --- title: "Telemetry" -icon: "chart-line" description: "Learn about Continue's anonymous telemetry collection practices, what usage data is tracked, and how to opt out of data collection to maintain your privacy preferences" --- diff --git a/docs/docs.json b/docs/docs.json index 5f9a91bf503..0513a93c84f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -27,7 +27,6 @@ "mission-control/workflows", { "group": "Integrations", - "icon": "plug", "pages": [ "mission-control/integrations", "mission-control/integrations/github", @@ -44,7 +43,6 @@ "mission-control/sharing", { "group": "Governance", - "icon": "building", "pages": [ "mission-control/governance/creating-an-org", "mission-control/governance/org-permissions", @@ -53,7 +51,6 @@ }, { "group": "Secrets", - "icon": "key", "pages": [ "mission-control/secrets/secret-types", "mission-control/secrets/secret-resolution" @@ -61,7 +58,6 @@ }, { "group": "Configs", - "icon": "book", "pages": [ "mission-control/configs/intro", "mission-control/configs/use-a-config", @@ -118,7 +114,6 @@ "pages": [ { "group": "Agent", - "icon": "robot", "pages": [ "ide-extensions/agent/quick-start", "ide-extensions/agent/how-it-works", @@ -130,7 +125,6 @@ }, { "group": "Chat", - "icon": "messages", "pages": [ "ide-extensions/chat/quick-start", "ide-extensions/chat/how-it-works", @@ -141,7 +135,6 @@ }, { "group": "Autocomplete", - "icon": "sparkles", "pages": [ "ide-extensions/autocomplete/quick-start", "ide-extensions/autocomplete/how-it-works", @@ -153,7 +146,6 @@ }, { "group": "Edit", - "icon": "pen-to-square", "pages": [ "ide-extensions/edit/quick-start", "ide-extensions/edit/how-it-works", @@ -176,7 +168,6 @@ "customize/prompts", { "group": "Model Providers", - "icon": "server", "pages": [ "customize/model-providers/overview", { @@ -216,7 +207,6 @@ }, { "group": "Model Roles", - "icon": "robot", "pages": [ "customize/model-roles/00-intro", "customize/model-roles/chat", @@ -229,7 +219,6 @@ }, { "group": "Deep Dives", - "icon": "microscope", "pages": [ "customize/deep-dives/configuration", "customize/deep-dives/rules", @@ -270,6 +259,7 @@ }, { "group": "Cloud Agents", + "icon": "cloud", "pages": [ "guides/cloud-agents/cloud-agents-taxonomy", "guides/cloud-agents/guide-to-cloud-agents", @@ -282,6 +272,7 @@ }, { "group": "Guides", + "icon": "compass", "pages": [ { "group": "Understanding Continue", @@ -321,7 +312,6 @@ }, { "group": "Cookbooks", - "icon": "book-open-cover", "pages": [ "guides/posthog-github-continuous-ai", "guides/continue-docs-mcp-cookbook", diff --git a/docs/index.mdx b/docs/index.mdx index 71d1ab8a02e..ebe60ed7e8d 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,156 +1,37 @@ --- -title: "Welcome to Continue" -icon: book-open -description: "Create, run, and automate AI agents across Mission Control, terminal, and CI/CD" +title: "What is Continue?" +description: "Run agents as CI checks on every PR" --- - - - +Continue lets you create agents that review every pull request. Each agent runs as a GitHub check — green if the code looks good, red with a suggested diff if not. -## Mission Control - - Central dashboard for managing Agents, Tasks, Workflows, and Integrations. - +Agents are markdown prompts describing the standards you want to enforce. They can be defined at [continue.dev](https://continue.dev/agents) or in your repo at `.continue/agents/`. - - - Prompt an agent to complete a one-off task. +For example, you could create this file - • Run a one-time task or test for automation
- • Monitor progress in the tasks tab -
- - Schedule or trigger your agents automatically. - - • Cron, Webhook, or GitHub-based triggers
- • Ideal for daily audits or status checks -
- - Trigger your inbox agents to resolve opened PRs. - - • Address review comments
- • Fix CI test failures and resolve merge conflicts -
-
- -## Integrations - - Connect Continue to your existing developer tools to automate the repetitive work you don't have time for. - - - - - Enable repository access for Agents to read and create PRs. - - - Mention @Continue in Slack to trigger Agents and receive updates. - - - Automatically generate PRs to fix new issues from Sentry alerts. - - - Detect and fix security vulnerabilities automatically. - - - -You can go to [Mission Control Integrations](https://hub.continue.dev/integrations) for the full list of tools you can connect, or for more information see [the docs page](https://docs.continue.dev/mission-control/integrations). - - -## Continue CLI +```markdown .continue/agents/security-review.md +Review this PR and check that: -Terminal-native AI coding assistance with TUI and headless modes. +- No secrets or API keys are hardcoded +- All new API endpoints have input validation +- Error responses use the standard error format +``` - +or you could use this agent as a starting point. - ```bash npm - npm i -g @continuedev/cli - ``` +## Get started - ```bash yarn - yarn global add @continuedev/cli - ``` +1. Connect GitHub at [continue.dev](https://continue.dev/) +2. [Create an agent](https://continue.dev/agents/new) — write your rules in markdown, set the trigger to GitHub +3. Open a PR and watch it run - ```bash pnpm - pnpm add -g @continuedev/cli - ``` - - +## Example agents - - Interactive Terminal User Interface for development workflows - - • Automate builds & refactoring -
- • Pre-commit hooks & scripted fixes -
- • Terminal-first development -
- - Automated AI coding for CI/CD and server environments - - • Run in CI/CD pipelines -
- • Batch processing & bulk operations -
- • Server & container deployments -
-
- -## IDE Extensions - - - Optional IDE extensions for real-time code editing and assistance. - - -Learn more about [extension features](https://docs.continue.dev/ide-extensions/quick-start) and how to [customize](https://docs.continue.dev/customize/overview) → - - - - Install from VS Code Marketplace - Real-time coding assistance and refactoring - - - Install from JetBrains Plugin Repository - Community supported for autocomplete and multi-file edits - - - -## Resources - - - - Create your agents, run tasks, add workflows and integrations - - - Get help from the community + + Scans for dependency vulnerabilities and opens fix PRs. - - Connect GitHub, Slack, Sentry, and Snyk to power your automations. + + Pre-built agents on continue.dev. diff --git a/docs/overview.mdx b/docs/overview.mdx new file mode 100644 index 00000000000..293e98542ba --- /dev/null +++ b/docs/overview.mdx @@ -0,0 +1,155 @@ +--- +title: "Overview" +description: "Run agents as CI checks on every PR" +--- + + + + + +## Mission Control + + Central dashboard for managing Agents, Tasks, Workflows, and Integrations. + + + + + Prompt an agent to complete a one-off task. + + • Run a one-time task or test for automation
+ • Monitor progress in the tasks tab +
+ + Schedule or trigger your agents automatically. + + • Cron, Webhook, or GitHub-based triggers
+ • Ideal for daily audits or status checks +
+ + Trigger your inbox agents to resolve opened PRs. + + • Address review comments
+ • Fix CI test failures and resolve merge conflicts +
+
+ +## Integrations + + Connect Continue to your existing developer tools to automate the repetitive work you don't have time for. + + + + + Enable repository access for Agents to read and create PRs. + + + Mention @Continue in Slack to trigger Agents and receive updates. + + + Automatically generate PRs to fix new issues from Sentry alerts. + + + Detect and fix security vulnerabilities automatically. + + + +You can go to [Mission Control Integrations](https://hub.continue.dev/integrations) for the full list of tools you can connect, or for more information see [the docs page](https://docs.continue.dev/mission-control/integrations). + + +## Continue CLI + +Terminal-native AI coding assistance with TUI and headless modes. + + + + ```bash npm + npm i -g @continuedev/cli + ``` + + ```bash yarn + yarn global add @continuedev/cli + ``` + + ```bash pnpm + pnpm add -g @continuedev/cli + ``` + + + + + + Interactive Terminal User Interface for development workflows + + • Automate builds & refactoring +
+ • Pre-commit hooks & scripted fixes +
+ • Terminal-first development +
+ + Automated AI coding for CI/CD and server environments + + • Run in CI/CD pipelines +
+ • Batch processing & bulk operations +
+ • Server & container deployments +
+
+ +## IDE Extensions + + + Optional IDE extensions for real-time code editing and assistance. + + +Learn more about [extension features](https://docs.continue.dev/ide-extensions/quick-start) and how to [customize](https://docs.continue.dev/customize/overview) → + + + + Install from VS Code Marketplace + Real-time coding assistance and refactoring + + + Install from JetBrains Plugin Repository + Community supported for autocomplete and multi-file edits + + + +## Resources + + + + Create your agents, run tasks, add workflows and integrations + + + Get help from the community + + + Connect GitHub, Slack, Sentry, and Snyk to power your automations. + + From 5858c5e48b55199caafe87645c8ae6a6ed3b67d1 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 30 Jan 2026 18:29:15 -0800 Subject: [PATCH 4/7] hub -> continue.dev --- docs/overview.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overview.mdx b/docs/overview.mdx index 293e98542ba..12c1fa5959d 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -25,7 +25,7 @@ description: "Run agents as CI checks on every PR" • Cron, Webhook, or GitHub-based triggers
• Ideal for daily audits or status checks
- + Trigger your inbox agents to resolve opened PRs. • Address review comments
@@ -53,7 +53,7 @@ description: "Run agents as CI checks on every PR"
-You can go to [Mission Control Integrations](https://hub.continue.dev/integrations) for the full list of tools you can connect, or for more information see [the docs page](https://docs.continue.dev/mission-control/integrations). +You can go to [Mission Control Integrations](https://continue.dev/integrations) for the full list of tools you can connect, or for more information see [the docs page](https://docs.continue.dev/mission-control/integrations). ## Continue CLI @@ -135,7 +135,7 @@ Learn more about [extension features](https://docs.continue.dev/ide-extensions/q ## Resources - + Create your agents, run tasks, add workflows and integrations Date: Fri, 30 Jan 2026 19:01:58 -0800 Subject: [PATCH 5/7] Fix broken link to agent-file-reference Co-Authored-By: Claude Opus 4.5 --- docs/guides/run-agents-locally.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/run-agents-locally.mdx b/docs/guides/run-agents-locally.mdx index 444ba7ff740..82a6ed7bdbb 100644 --- a/docs/guides/run-agents-locally.mdx +++ b/docs/guides/run-agents-locally.mdx @@ -91,7 +91,7 @@ Agent files are markdown documents with YAML frontmatter. The frontmatter config The markdown body is the agent's system prompt. Write clear, specific instructions with examples for best results. -For additional options like `rules`, `model`, and MCP tool configuration, see the [Agent Configuration Reference](/agents/agent-file-reference). +For additional options like `rules`, `model`, and MCP tool configuration, see the [Create & Edit Agents](/agents/create-and-edit) guide. ## Example: Conventional PR Title Agent From b6138a80b47a2f9de0634f715e804a2b0137f641 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 31 Jan 2026 00:53:39 -0800 Subject: [PATCH 6/7] Update example agents on landing page Replace generic examples with specific default agents: Code Security Review, Improve Test Coverage, Update AGENTS.md, and Draft Changelog Update. Co-Authored-By: Claude Opus 4.5 --- docs/index.mdx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs/index.mdx b/docs/index.mdx index ebe60ed7e8d..64ff3018c99 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -3,11 +3,11 @@ title: "What is Continue?" description: "Run agents as CI checks on every PR" --- -Continue lets you create agents that review every pull request. Each agent runs as a GitHub check — green if the code looks good, red with a suggested diff if not. +Continue lets you create agents that review every pull request. Each agent runs as a GitHub check: green if the code looks good, red with a suggested diff if not. Agents are markdown prompts describing the standards you want to enforce. They can be defined at [continue.dev](https://continue.dev/agents) or in your repo at `.continue/agents/`. -For example, you could create this file +For example, you could use [this agent](https://www.continue.dev/continuedev/code-security-review) as a starting point, or you could create the following file in your repository: ```markdown .continue/agents/security-review.md Review this PR and check that: @@ -17,21 +17,26 @@ Review this PR and check that: - Error responses use the standard error format ``` -or you could use this agent as a starting point. - ## Get started 1. Connect GitHub at [continue.dev](https://continue.dev/) -2. [Create an agent](https://continue.dev/agents/new) — write your rules in markdown, set the trigger to GitHub -3. Open a PR and watch it run +2. [Create an agent](https://continue.dev/agents/new) +3. Open a PR. The agent will show up as a check in GitHub. +4. If changes are suggested, click the check in GitHub and accept or reject the suggestion to make the check pass. ## Example agents - - Scans for dependency vulnerabilities and opens fix PRs. + + Performs a comprehensive security audit for OWASP Top 10 vulnerabilities and security best practices. + + + Make incremental improvements to test coverage every day. + + + Keep your AGENTS.md continuously synced with your codebase. - - Pre-built agents on continue.dev. + + Create a draft update to CHANGELOG.md based on recent changes in a pull request. From 11976e5b291a83a3d9a44bf9e388f00decb75c86 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 31 Jan 2026 00:57:21 -0800 Subject: [PATCH 7/7] Add frontmatter to example agent file Co-Authored-By: Claude Opus 4.5 --- docs/index.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.mdx b/docs/index.mdx index 64ff3018c99..02847e2f37c 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -10,6 +10,11 @@ Agents are markdown prompts describing the standards you want to enforce. They c For example, you could use [this agent](https://www.continue.dev/continuedev/code-security-review) as a starting point, or you could create the following file in your repository: ```markdown .continue/agents/security-review.md +--- +name: Security Review +description: Review PR for basic security vulnerabilities +--- + Review this PR and check that: - No secrets or API keys are hardcoded