@aiwayds/dsh-tui-pi 2.16.0 → 2.17.0

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 +14 -0
  2. package/package.json +3 -3
package/cordis.patch.yml CHANGED
@@ -9,6 +9,18 @@
9
9
  # the profile's bundles mounts it; mounting it here too would duplicate the
10
10
  # entry id and crash the loader.
11
11
  #
12
+ # dsh-profile-switch IS mounted here — the one deliberate exception to the
13
+ # rule above: its commands replace the panels this suite used to carry
14
+ # (src/profile.ts, removed in 2.16.0), so an upgrade must reactivate them
15
+ # with zero user action or /profile-switch silently vanishes. It ships as a
16
+ # default dependency of this package and this insert mounts it from the
17
+ # profile root (every dsh-managed profile boots with nodeLinker: hoisted).
18
+ # A profile that ALSO lists @aiwayds/dsh-profile-switch in bundles is
19
+ # tolerated: the plugin's apply is idempotent across mounts (0.1.1), so the
20
+ # second entry no-ops instead of crashing on the duplicate command
21
+ # registration. (On surfaces without tui-pi — a web-only profile —
22
+ # activation stays manual as usual: add it to bundles.)
23
+ #
12
24
  # dsh-tool-ask-user is mounted here: the upstream tool is a soft-linked
13
25
  # closure dependency (not a regular npm dep) and needs an explicit entry in
14
26
  # the bundle to be wired into the model-facing tool catalog. Without this
@@ -37,6 +49,8 @@
37
49
  - insert:
38
50
  - id: tui-pi
39
51
  name: '@aiwayds/dsh-tui-pi'
52
+ - id: profile-switch
53
+ name: '@aiwayds/dsh-profile-switch'
40
54
  - id: tool-ask-user
41
55
  name: '@deepseek-ai/dsh-tool-ask-user'
42
56
  # Config mirrors the stock row's values (the plugin's Config schema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwayds/dsh-tui-pi",
3
- "version": "2.16.0",
3
+ "version": "2.17.0",
4
4
  "description": "A fully-featured pi-style terminal UI for DeepSeek Harness (dsh) — history look-back & fork-at-turn, guided preset switching, live subagent steering, model profiles & themes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,7 +65,7 @@
65
65
  "@aiwayds/dsh-llm-stats": "^0.5.0",
66
66
  "@aiwayds/dsh-mcp-adapter": "^0.4.0",
67
67
  "@aiwayds/dsh-model-sync": "^0.3.0",
68
- "@aiwayds/dsh-profile-switch": "^0.1.0",
68
+ "@aiwayds/dsh-profile-switch": "^0.1.1",
69
69
  "@aiwayds/dsh-subagent-registry": "^0.10.0",
70
70
  "@aiwayds/dsh-web-search-anysearch": "^0.3.0",
71
71
  "@earendil-works/pi-tui": "0.84.4"
@@ -83,9 +83,9 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@types/node": "^24.0.0",
87
86
  "@deepseek-ai/dsh-skill": "0.1.5-rc.2",
88
87
  "@deepseek-ai/dsh-user-questions": "0.1.5-rc.2",
88
+ "@types/node": "^24.0.0",
89
89
  "typescript": "~5.9.0"
90
90
  },
91
91
  "dsh": {