From 28736d923255a2e05ab27c0815f6ab5d8a00d5d1 Mon Sep 17 00:00:00 2001 From: arno Date: Mon, 15 Jun 2026 15:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE(=E5=B7=A5=E5=85=B7):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20GLM=205.2=20=E5=BF=AB=E6=8D=B7=E5=88=AB?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/tools/bashrc.tail.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/tools/bashrc.tail.sh b/.claude/tools/bashrc.tail.sh index d43ee44..1e4cdf2 100755 --- a/.claude/tools/bashrc.tail.sh +++ b/.claude/tools/bashrc.tail.sh @@ -21,6 +21,7 @@ alias cc47='cc 47' alias cc5='cc 5' alias cc5t='cc 5t' alias cc51='cc 51' +alias cc52='cc 52' # DeepSeek 快捷方式 alias ccds='cc -p deepseek ds'