From c02aa2ed471e3ed0e45246e9b5ca0fb1d6b5a6ba Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 18 Apr 2026 10:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3(=E5=B7=A5=E7=A8=8B):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20OpenCode=20=E5=AE=89=E8=A3=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工程/OpenCode.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 工程/OpenCode.md diff --git a/工程/OpenCode.md b/工程/OpenCode.md new file mode 100644 index 0000000..7a01613 --- /dev/null +++ b/工程/OpenCode.md @@ -0,0 +1,13 @@ +# [OpenCode](https://opencode.ai/) + +- [Anomaly Innovations Inc.](https://anoma.ly/) + +## 安装配置 + +```bash +# 安装 +npm install -g opencode-ai + +# 配置 GLM Code Plan +npx @z_ai/coding-helper +``` \ No newline at end of file