@git-ai/cli 1.0.0 → 1.0.2
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.
- package/README.md +3 -3
- package/package.json +1 -1
- package/src/utils/OpenAI.mjs +1 -0
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ $ git ai
|
|
|
48
48
|
git-ai verb @git-ai/cli@1.0.0
|
|
49
49
|
git-ai verb 按 Ctrl+C 退出...
|
|
50
50
|
git-ai success AI 生成的内容:
|
|
51
|
-
docs(
|
|
51
|
+
docs(John): 更新文档和代码格式规范
|
|
52
52
|
|
|
53
53
|
- 添加了 select-model 命令的环境变量配置说明
|
|
54
54
|
- 统一了代码中的引号使用为双引号
|
|
@@ -304,8 +304,8 @@ feat(John): 添加用户登录功能
|
|
|
304
304
|
|
|
305
305
|
配置信息存储在本地,使用 `configstore` 管理。配置文件位置:
|
|
306
306
|
|
|
307
|
-
- **Linux/macOS**: `~/.config
|
|
308
|
-
- **Windows**: `%APPDATA
|
|
307
|
+
- **Linux/macOS**: `~/.config/configstore/git-ai/cli.json`
|
|
308
|
+
- **Windows**: `%APPDATA%\configstore\@git-ai\cli.json`
|
|
309
309
|
|
|
310
310
|
## 🔍 故障排除
|
|
311
311
|
|
package/package.json
CHANGED