文档(工程): 添加 OpenCode 安装配置说明

This commit is contained in:
arno
2026-04-18 10:29:13 +08:00
parent eeec57aff3
commit c02aa2ed47
+13
View File
@@ -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
```