@aiwayds/dsh-tui-pi 0.9.2 → 0.9.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
@@ -2,6 +2,12 @@
2
2
 
3
3
  pi-style terminal UI for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (dsh) — a plugin suite that turns dsh into a pi-like coding agent experience.
4
4
 
5
+ **Compatibility:** dsh `0.1.0-rc.7` and `0.1.0-rc.8`. Slash-command execution
6
+ adapts to both `dsh-commands` `execute()` signatures at runtime (rc.8 added an
7
+ `images` parameter before `signal`; the TUI detects the arity and calls either
8
+ form). Verified under rc.8 by unit tests plus a live tmux e2e smoke; the rc.7
9
+ call path is identical to the pre-rc.8 direct invocation.
10
+
5
11
  > 中文说明: [README.zh.md](README.zh.md)
6
12
 
7
13
  ## Screenshot
package/README.zh.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (dsh) 的 pi 风格终端 UI 插件 —— 把 dsh 变成 pi 风格的编码代理体验。
4
4
 
5
+ **兼容性**:支持 dsh `0.1.0-rc.7` 与 `0.1.0-rc.8`。斜杠命令执行在运行时自适应两个版本的 `dsh-commands` `execute()` 签名(rc.8 在 `signal` 前插入了 `images` 参数;TUI 探测参数个数后按对应形式调用)。rc.8 下经单元测试 + tmux 真机冒烟验证;rc.7 调用路径与升级前的直接调用完全一致。
6
+
5
7
  > English version: [README.md](README.md)
6
8
 
7
9
  ## 截图
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwayds/dsh-tui-pi",
3
- "version": "0.9.2",
3
+ "version": "0.9.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",
@@ -45,7 +45,7 @@
45
45
  "test": "node --test test/*.test.mjs"
46
46
  },
47
47
  "dependencies": {
48
- "@aiwayds/dsh-dcp": "0.4.0",
48
+ "@aiwayds/dsh-dcp": "0.5.1",
49
49
  "@aiwayds/dsh-subagent-registry": "0.1.3",
50
50
  "@earendil-works/pi-tui": "0.84.2"
51
51
  },