From dcf7e7f840d2d63c0360d2ec92c910bb46436cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=B3=AF=20=28Xiaonuo=29?= Date: Thu, 23 Apr 2026 17:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(onboard):=20self-check=20=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=20hermes-har=20=E5=92=8C=20auxiliary=20models=20=E6=A3=80?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [小糯] --- hermes/shazhou-family-onboard/scripts/self-check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hermes/shazhou-family-onboard/scripts/self-check.sh b/hermes/shazhou-family-onboard/scripts/self-check.sh index 79208b2..726cd1e 100644 --- a/hermes/shazhou-family-onboard/scripts/self-check.sh +++ b/hermes/shazhou-family-onboard/scripts/self-check.sh @@ -65,6 +65,8 @@ echo " ℹ️ 请自行确认已了解家族设备和联系方式" echo "09. Hermes 配置" check "config.yaml 存在" "test -f ~/.hermes/config.yaml" +check "hermes-har 已安装" "command -v hermes-har" +check "auxiliary models 已配置" "grep -q 'auxiliary' ~/.hermes/config.yaml 2>/dev/null" echo "10. Skills" check "skills repo 已克隆" "test -d ~/skills/.git"