@guangnao/agent-cli 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +17 -0
  2. package/gcli.cjs +905 -0
  3. package/package.json +28 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @guangnao/agent-cli
2
+
3
+ 光脑AI 编码助理 CLI(基于 @guangnao-com/agent + uxx,经 OpenAI 标准端点)
4
+
5
+ ## 安装
6
+
7
+ ```sh
8
+ npm i -g @guangnao/agent-cli
9
+ ```
10
+
11
+ ## 使用
12
+
13
+ ```sh
14
+ gcli
15
+ ```
16
+
17
+ 首次运行会引导配置端点 / API Key / 模型(兼容 OpenAI 标准 `/v1` 端点)。