@aiwayds/dsh-tui-pi 1.0.2 → 1.0.4

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 CHANGED
@@ -190,7 +190,7 @@ Everything that used to need manual patching — the canvas background, the `@de
190
190
 
191
191
  ```sh
192
192
  node scripts/dev-upgrade.mjs # latest
193
- node scripts/dev-upgrade.mjs 1.0.2 --dry-run # preview the plan first
193
+ node scripts/dev-upgrade.mjs 1.0.4 --dry-run # preview the plan first
194
194
  ```
195
195
 
196
196
  ---
package/README.zh-CN.md CHANGED
@@ -189,7 +189,7 @@ dsh --profile tui # 启动(或:dsh-tui-pi)
189
189
 
190
190
  ```sh
191
191
  node scripts/dev-upgrade.mjs # 最新版
192
- node scripts/dev-upgrade.mjs 1.0.2 --dry-run # 先预览执行计划
192
+ node scripts/dev-upgrade.mjs 1.0.4 --dry-run # 先预览执行计划
193
193
  ```
194
194
 
195
195
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwayds/dsh-tui-pi",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "pi-style terminal UI for DeepSeek Harness (dsh) — pi-tui look & feel, dsh slash commands, GitHub light/dark themes, powerline footer",
5
5
  "repository": {
6
6
  "type": "git",