u1s1-cli 0.5.0 → 0.5.1

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/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -47,6 +47,10 @@ function ensureDefaultSettings() {
47
47
  changed = true;
48
48
  }
49
49
  }
50
+ if (!("hideThinkingBlock" in settings)) {
51
+ settings["hideThinkingBlock"] = true;
52
+ changed = true;
53
+ }
50
54
  // ≤0.4.0 shipped branded themes and forced them as default; the files are
51
55
  // gone now, so a settings.json still pointing at them must fall back to
52
56
  // pi's default theme.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "u1s1-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "u1s1 — 有一说一,最省心的 AI 编程搭子。终端里用中文说需求,AI 帮你读文件、改代码、跑命令。",
5
5
  "type": "module",
6
6
  "bin": {