From 2fb60087001922517816c486ace945abaec51bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDilvinas=20Bliud=C5=BEius?= Date: Wed, 6 May 2026 17:00:02 +0300 Subject: [PATCH] LLM-1387: remove deprecation warning --- scripts/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index fdb5b24..c10b587 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -2,13 +2,5 @@ set -e -YELLOW='\033[1;33m' -BLUE='\033[0;34m' -NC='\033[0m' - -echo -e "${YELLOW}⚠️ The Kimchi CLI is deprecated.${NC}" -echo -e "${BLUE}Redirecting to install the new coding harness from kimchi-dev...${NC}" -echo "" - # Redirect to the kimchi-dev install script exec bash <(curl -fsSL https://github.com/castai/kimchi-dev/releases/latest/download/install.sh)