@deepseek-harness-tui/dsh-tui 0.5.1 → 0.5.2

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/cordis.patch.yml +5 -1
  2. package/package.json +1 -1
package/cordis.patch.yml CHANGED
@@ -211,8 +211,12 @@
211
211
  # bare name died with ERR_MODULE_NOT_FOUND and disposed the whole app at
212
212
  # boot (#60).
213
213
  # publishIntervalMs 500 keeps the status-line timers ticking smoothly
214
- # (default 2000ms).
214
+ # (default 2000ms). publish is enabled here (upstream default off since
215
+ # 0.2.2) because this profile's resume path repairs third-party event
216
+ # types via src/compat/sessionLog.ts — the TUI is the protected consumer;
217
+ # the bare plugin stays default-off for unprotected web/headless users.
215
218
  - id: working-activity
216
219
  name: '@deepseek-harness-tui/dsh-tui/working-activity'
217
220
  config:
221
+ publish: true
218
222
  publishIntervalMs: 500
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepseek-harness-tui/dsh-tui",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Claude Code style interactive TUI front door for DeepSeek Harness agents, built on the ported Ink core.",
5
5
  "license": "MIT",
6
6
  "repository": {