From cad17d200a5690e13b269f9a833fa21c613338e9 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:51:38 +0000 Subject: [PATCH] fix(notifications): remove action button from MiniMax no-longer-free notification --- src/lib/notifications.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/notifications.ts b/src/lib/notifications.ts index 43de6622d1..afd6c41b23 100644 --- a/src/lib/notifications.ts +++ b/src/lib/notifications.ts @@ -255,10 +255,6 @@ async function generateMiniMaxNoLongerFreeNotification( title: 'MiniMax M2.5 Free ending soon', message: 'The MiniMax M2.5 free promotion ends soon. Please switch to Kilo Auto Free or another free model.', - action: { - actionText: 'Learn more', - actionURL: 'https://kilo.ai/docs/contributing/architecture/auto-model-tiers', - }, suggestModelId: KILO_AUTO_FREE_MODEL.id, showIn: ['cli', 'extension'], },