@aiwayds/dsh-tui-pi 1.0.4 → 1.0.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 +2 -2
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.4 --dry-run # preview the plan first
193
+ node scripts/dev-upgrade.mjs 1.0.5 --dry-run # preview the plan first
194
194
  ```
195
195
 
196
196
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwayds/dsh-tui-pi",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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",
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@aiwayds/dsh-ask-router": "^0.1.0",
49
49
  "@aiwayds/dsh-dcp": "0.5.1",
50
- "@aiwayds/dsh-model-sync": "^0.1.1",
50
+ "@aiwayds/dsh-model-sync": "^0.1.4",
51
51
  "@aiwayds/dsh-subagent-registry": "0.3.0",
52
52
  "@earendil-works/pi-tui": "0.84.2"
53
53
  },