@aiwayds/dsh-tui-pi 0.4.2 → 0.4.3

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 +4 -11
  2. package/package.json +1 -1
package/cordis.patch.yml CHANGED
@@ -4,18 +4,11 @@
4
4
  # directly (ctx.agents / ctx.commands / session events), keeping dsh's slash
5
5
  # commands untouched.
6
6
  #
7
- # The TUI ships the deterministic compaction backend @aiwayds/dsh-dcp: the
8
- # default LLM summarizer (compaction-basic) is disabled and dsh-dcp is mounted
9
- # alongside it, so every profile that bundles this TUI gets zero-LLM
10
- # compaction out of the box. The dependency is installed as `latest`.
7
+ # dsh-dcp is NOT mounted here: it is a dependency of this package and ships
8
+ # its own bundle patch (@aiwayds/dsh-dcp/cordis.patch.yml). Adding dsh-dcp to
9
+ # the profile's bundles mounts it; mounting it here too would duplicate the
10
+ # entry id and crash the loader.
11
11
 
12
- - id: compaction-basic
13
- disabled: true
14
12
  - insert:
15
13
  - id: tui-pi
16
14
  name: '@aiwayds/dsh-tui-pi'
17
- - id: dsh-dcp
18
- name: '@aiwayds/dsh-dcp'
19
- config:
20
- thresholdRatio: 0.7
21
- language: zh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwayds/dsh-tui-pi",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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
  "type": "module",
6
6
  "main": "lib/index.js",