From 4134603ec6d29f5034ce9ddbc9a60d06e1a63d91 Mon Sep 17 00:00:00 2001 From: xinian Date: Tue, 17 Mar 2026 13:52:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20cnb-openapi-skills?= =?UTF-8?q?=20=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ide/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ide/Dockerfile b/.ide/Dockerfile index 7c0466e81..47a54450d 100644 --- a/.ide/Dockerfile +++ b/.ide/Dockerfile @@ -42,7 +42,9 @@ RUN go install -v github.com/haya14busa/goplay/cmd/goplay@latest RUN go install -v github.com/go-delve/delve/cmd/dlv@latest # install goreleaser RUN go install github.com/goreleaser/goreleaser/v2@latest - +# 安装 cnb-openapi-skills +RUN mkdir -p ~/.codebuddy/skills && \ + git clone https://cnb.cool/cnb/sdk/cnb-openapi-skills ~/.codebuddy/skills/cnb-openapi-skills ENV LC_ALL zh_CN.UTF-8 ENV LANG zh_CN.UTF-8 ENV LANGUAGE zh_CN.UTF-8 \ No newline at end of file