From fe6316318d3b6dd0042d345205ce7b342f76d761 Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 19 Jan 2026 13:05:37 -0800 Subject: [PATCH] remove hub link, create local prompt --- .../mainInput/TipTapEditor/utils/getSuggestion.ts | 8 ++------ gui/src/pages/config/sections/HelpSection.tsx | 9 --------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts b/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts index 8c0613a4a14..dcd90fbd494 100644 --- a/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts +++ b/gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts @@ -226,13 +226,9 @@ export function getSlashCommandDropdownOptions( if (query.length === 0 && commandItems.length === 0) { commandItems.push({ - title: "Explore prompts", + title: "Create a prompt", type: "action", - action: () => - ideMessenger.post( - "openUrl", - "https://hub.continue.dev/explore/prompts", - ), + action: () => ideMessenger.post("config/newPromptFile", undefined), description: "", name: "", id: "", diff --git a/gui/src/pages/config/sections/HelpSection.tsx b/gui/src/pages/config/sections/HelpSection.tsx index 577872e998e..9387f766e43 100644 --- a/gui/src/pages/config/sections/HelpSection.tsx +++ b/gui/src/pages/config/sections/HelpSection.tsx @@ -179,15 +179,6 @@ export function HelpSection() {

Resources

- - ideMessenger.post("openUrl", "https://hub.continue.dev/") - } - /> -