yuangs 1.3.3 → 1.3.5

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,7 +55,7 @@ Pong 游戏: https://wealth.want.biz/pages/pong.html
55
55
 
56
56
  ### v1.2.0 (2025-11-29)
57
57
 
58
- * **新增** AI 命令交互模式:直接输入 `yuangs ai` 即可进入一问一答模式,无需每次输入问题。
58
+ * **新增** AI 命令交互模式:直接输入 `yuangs ai` 即可进入一问一答模式,无需每次输入问题,quit或exit可退出。
59
59
  * **新增** AI 命令模型参数 `-m` 简写:支持 `-m <模型名称>` 代替 `--model <模型名称>`。
60
60
  * **新增** `help` 命令显示仓库地址:方便用户直接访问项目仓库。
61
61
  * **优化** AI 请求错误提示:在处理 AI 请求出错时,提供更清晰的错误信息。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuangs",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "苑广山的个人应用集合 CLI(彩色版)",
5
5
  "main": "index.js",
6
6
  "bin": {