From 3cd89956ba06f0fc3e17d349b0c50baab4012658 Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:10:24 +0300 Subject: [PATCH] fix: update naming convention --- src/components/plugins/view/PluginSettingsTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/plugins/view/PluginSettingsTab.tsx b/src/components/plugins/view/PluginSettingsTab.tsx index b3b5ac8d..8ebf3dbf 100644 --- a/src/components/plugins/view/PluginSettingsTab.tsx +++ b/src/components/plugins/view/PluginSettingsTab.tsx @@ -26,7 +26,7 @@ const STARTER_PLUGIN_URL = 'https://github.com/cloudcli-ai/cloudcli-plugin-start const TERMINAL_PLUGIN_URL = 'https://github.com/cloudcli-ai/cloudcli-plugin-terminal'; const SCHEDULED_PROMPT_PLUGIN_URL = 'https://github.com/grostim/cloudcli-cron'; const CLAUDE_WATCH_PLUGIN_URL = 'https://github.com/satsuki19980613/cloudcli-claude-watch'; -const PRISM_CLOUDCLI = 'https://github.com/jakeefr/cloudcli-plugin-prism'; +const PRISM_CLOUDCLI_PLUGIN_URL = 'https://github.com/jakeefr/cloudcli-plugin-prism'; type PluginRecommendation = { id: string; @@ -76,7 +76,7 @@ const UNOFFICIAL_PLUGIN_RECOMMENDATIONS: PluginRecommendation[] = [ { id: 'prism-cloudcli', translationKey: 'prismCloudCLI', - repoUrl: PRISM_CLOUDCLI, + repoUrl: PRISM_CLOUDCLI_PLUGIN_URL, installedNames: ['prism-cloudcli'], icon: Activity, source: 'unofficial'