dsh-fast 0.2.11 → 0.2.12

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/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ All notable changes to this project are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.12] - 2026-09-12
9
+
10
+ ### Changed
11
+
12
+ - Rename the four translated READMEs to `README-<lang>.md`. npm selects the package-page readme as the first markdown file matching its `{README,README.*}` glob (`@npmcli/package-json`, publish path), and that glob order puts `README.<lang>.md` ahead of `README.md` — so npm was serving the Simplified-Chinese file for this package too (measured on 15/15 sampled packages of the family). The new names sit outside the glob, so the English source is served again. No content changed apart from the language-switcher link each translation holds to its siblings, and the repo readme gate still passes. Takes effect with the next release; an already-published version cannot gain a corrected readme retroactively.
13
+ - Pin the `@deepseek-ai/dsh-*` dev/test dependencies to the published `0.1.5-rc.2` line and record `0.1.5-rc.2` in `dshWorkshop.compatibility.dshVersions`; the monthly Compat workflow now runs against `0.1.5-rc.2`. The peer range `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` is unchanged, so no supported host line is dropped.
14
+
15
+ ### Fixed
16
+
17
+ - The release workflow claimed provenance but never passed the flag: it runs `npm publish --access public`, and npm only attests a token-based publish when `--provenance` is given explicitly. The publish step is now `npm publish --access public --provenance`, matching the rest of the family. Takes effect from the next release; an already-published version cannot gain attestations retroactively.
18
+
8
19
  ## [0.2.11] - 2026-09-10
9
20
 
10
21
  ### Changed
@@ -16,7 +16,7 @@
16
16
  [![npm version](https://img.shields.io/npm/v/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
17
17
  [![npm downloads](https://img.shields.io/npm/dm/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
18
18
 
19
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
19
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
20
20
 
21
21
  </div>
22
22
 
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `dsh-v0.1.5-rc.1` (adaptado el 2026-09-09; commit público de la etiqueta `183f08e9c6`): el system prompt es ahora el nodo 0 de la superficie (un `system/message`) en lugar de un campo del sobre de la petición, así que el informe lo lee de la superficie y descuenta su precio de la superficie del token meter. Verificado el 2026-09-10 con los peers publicados `0.1.5-rc.1` (cadena de puertas local completa); el workflow compat mensual repite el smoke de instalación de profile con los mismos pines.
27
+ - DeepSeek Harness `dsh-v0.1.5-rc.2` (adaptado el 2026-09-09; commit público de la etiqueta `fb2c4b9e69`): el system prompt es ahora el nodo 0 de la superficie (un `system/message`) en lugar de un campo del sobre de la petición, así que el informe lo lee de la superficie y descuenta su precio de la superficie del token meter. Verificado el 2026-09-11 con los peers publicados `0.1.5-rc.2` (cadena de puertas local completa); el workflow compat mensual repite el smoke de instalación de profile con los mismos pines.
28
28
  - Node `^22.19.0 || >=24.0.0`, solo ESM (`"type": "module"`).
29
- - Peers: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, y `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` en `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (devDependencies fijan `0.1.5-rc.1`); la línea `0.1.2-rc.1` sigue soportada en ejecución mediante un fallback estructural al `header.system` anterior a 0.1.5.
29
+ - Peers: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, y `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` en `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (devDependencies fijan `0.1.5-rc.2`); la línea `0.1.2-rc.1` sigue soportada en ejecución mediante un fallback estructural al `header.system` anterior a 0.1.5.
30
30
 
31
31
  ## What you get
32
32
 
@@ -16,7 +16,7 @@
16
16
  [![npm version](https://img.shields.io/npm/v/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
17
17
  [![npm downloads](https://img.shields.io/npm/dm/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
18
18
 
19
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
19
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
20
20
 
21
21
  </div>
22
22
 
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `dsh-v0.1.5-rc.1` (2026-09-09 को अनुकूलित; सार्वजनिक tag commit `183f08e9c6`): system prompt अब अनुरोध लिफ़ाफ़े के फ़ील्ड के बजाय सतह का नोड 0 (एक `system/message`) है, इसलिए रिपोर्ट उसे सतह से पढ़ती है और token meter की सतह से उसका मूल्य घटा देती है। 2026-09-10 को प्रकाशित `0.1.5-rc.1` peers के साथ सत्यापित (पूर्ण स्थानीय गेट शृंखला); मासिक compat workflow उन्हीं pins के साथ profile इंस्टॉल स्मोक दोहराता है।
27
+ - DeepSeek Harness `dsh-v0.1.5-rc.2` (2026-09-09 को अनुकूलित; सार्वजनिक tag commit `fb2c4b9e69`): system prompt अब अनुरोध लिफ़ाफ़े के फ़ील्ड के बजाय सतह का नोड 0 (एक `system/message`) है, इसलिए रिपोर्ट उसे सतह से पढ़ती है और token meter की सतह से उसका मूल्य घटा देती है। 2026-09-11 को प्रकाशित `0.1.5-rc.2` peers के साथ सत्यापित (पूर्ण स्थानीय गेट शृंखला); मासिक compat workflow उन्हीं pins के साथ profile इंस्टॉल स्मोक दोहराता है।
28
28
  - Node `^22.19.0 || >=24.0.0`, केवल ESM (`"type": "module"`)।
29
- - Peers: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, और `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` (`>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`; devDependencies `0.1.5-rc.1` पर पिन); `0.1.2-rc.1` पंक्ति रनटाइम पर pre-0.1.5 `header.system` के संरचनात्मक fallback से अभी भी समर्थित है।
29
+ - Peers: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, और `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` (`>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`; devDependencies `0.1.5-rc.2` पर पिन); `0.1.2-rc.1` पंक्ति रनटाइम पर pre-0.1.5 `header.system` के संरचनात्मक fallback से अभी भी समर्थित है।
30
30
 
31
31
  ## What you get
32
32
 
@@ -16,7 +16,7 @@
16
16
  [![npm version](https://img.shields.io/npm/v/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
17
17
  [![npm downloads](https://img.shields.io/npm/dm/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
18
18
 
19
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
19
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
20
20
 
21
21
  </div>
22
22
 
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Compatibility
26
26
 
27
- - DeepSeek Harness `dsh-v0.1.5-rc.1` (adaptado em 2026-09-09; commit público da tag `183f08e9c6`): o system prompt agora é o nó 0 da superfície (um `system/message`) em vez de um campo do envelope da requisição, então o relatório o lê da superfície e desconta seu preço da superfície do token meter. Verificado em 2026-09-10 com os peers publicados `0.1.5-rc.1` (cadeia completa de portas local); o workflow compat mensal repete o smoke de instalação de profile com os mesmos pins.
27
+ - DeepSeek Harness `dsh-v0.1.5-rc.2` (adaptado em 2026-09-09; commit público da tag `fb2c4b9e69`): o system prompt agora é o nó 0 da superfície (um `system/message`) em vez de um campo do envelope da requisição, então o relatório o lê da superfície e desconta seu preço da superfície do token meter. Verificado em 2026-09-11 com os peers publicados `0.1.5-rc.2` (cadeia completa de portas local); o workflow compat mensal repete o smoke de instalação de profile com os mesmos pins.
28
28
  - Node `^22.19.0 || >=24.0.0`, somente ESM (`"type": "module"`).
29
- - Peers: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, e `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` em `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (devDependencies fixam `0.1.5-rc.1`); a linha `0.1.2-rc.1` continua suportada em execução por um fallback estrutural ao `header.system` anterior ao 0.1.5.
29
+ - Peers: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, e `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` em `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (devDependencies fixam `0.1.5-rc.2`); a linha `0.1.2-rc.1` continua suportada em execução por um fallback estrutural ao `header.system` anterior ao 0.1.5.
30
30
 
31
31
  ## What you get
32
32
 
@@ -18,7 +18,7 @@
18
18
  [![npm version](https://img.shields.io/npm/v/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
19
19
  [![npm downloads](https://img.shields.io/npm/dm/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
20
20
 
21
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
21
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
22
22
 
23
23
  </div>
24
24
 
@@ -26,9 +26,9 @@
26
26
 
27
27
  ## Compatibility
28
28
 
29
- - DeepSeek Harness `dsh-v0.1.5-rc.1`(2026-09-09 已适配;公开 tag commit `183f08e9c6`):系统提示词改为 surface 节点 0(`system/message`)而不再放在请求信封里,因此报告从会话表面读取它,并把 token meter 的 surface 计价扣除系统提示词后再上报。已于 2026-09-10 用已发布的 `0.1.5-rc.1` peers 核验(本地全门控链);每月的 compat workflow 用同一钉号重跑 profile 安装冒烟。
29
+ - DeepSeek Harness `dsh-v0.1.5-rc.2`(2026-09-09 已适配;公开 tag commit `fb2c4b9e69`):系统提示词改为 surface 节点 0(`system/message`)而不再放在请求信封里,因此报告从会话表面读取它,并把 token meter 的 surface 计价扣除系统提示词后再上报。已于 2026-09-11 用已发布的 `0.1.5-rc.2` peers 核验(本地全门控链);每月的 compat workflow 用同一钉号重跑 profile 安装冒烟。
30
30
  - Node `^22.19.0 || >=24.0.0`,纯 ESM(`"type": "module"`)。
31
- - peer 依赖:`@deepseek-ai/cordis ^4.0.2`、`@deepseek-ai/schemastery ^3.18.2`,以及 `@deepseek-ai/dsh-session`、`@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-commands`、`@deepseek-ai/dsh-compaction`、`@deepseek-ai/dsh-storage-domain`(`>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`;devDependencies 钉 `0.1.5-rc.1`);`0.1.2-rc.1` 旧线仍通过结构式回退读取 pre-0.1.5 的 `header.system` 在运行时受支持。
31
+ - peer 依赖:`@deepseek-ai/cordis ^4.0.2`、`@deepseek-ai/schemastery ^3.18.2`,以及 `@deepseek-ai/dsh-session`、`@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-commands`、`@deepseek-ai/dsh-compaction`、`@deepseek-ai/dsh-storage-domain`(`>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`;devDependencies 钉 `0.1.5-rc.2`);`0.1.2-rc.1` 旧线仍通过结构式回退读取 pre-0.1.5 的 `header.system` 在运行时受支持。
32
32
 
33
33
  ## What you get
34
34
 
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
  [![npm version](https://img.shields.io/npm/v/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
20
20
  [![npm downloads](https://img.shields.io/npm/dm/dsh-fast)](https://www.npmjs.com/package/dsh-fast)
21
21
 
22
- [English](README.md) · [简体中文](README.zh.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md)
22
+ [English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
23
23
 
24
24
  </div>
25
25
 
@@ -27,9 +27,9 @@
27
27
 
28
28
  ## Compatibility
29
29
 
30
- - DeepSeek Harness `dsh-v0.1.5-rc.1` (adapted 2026-09-09; public tag commit `183f08e9c6`): the system prompt is surface node 0 (a `system/message`) instead of a request-envelope field, so the report reads it from the surface and prices the meter's surface net of it. Verified 2026-09-10 with the published `0.1.5-rc.1` peers (full local gate chain); the monthly compat workflow re-runs the profile install smoke against the same pins.
30
+ - DeepSeek Harness `dsh-v0.1.5-rc.2` (adapted 2026-09-09; public tag commit `fb2c4b9e69`): the system prompt is surface node 0 (a `system/message`) instead of a request-envelope field, so the report reads it from the surface and prices the meter's surface net of it. Verified 2026-09-11 with the published `0.1.5-rc.2` peers (full local gate chain); the monthly compat workflow re-runs the profile install smoke against the same pins.
31
31
  - Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
32
- - Peer dependencies: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, and `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` at `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (devDependencies pin `0.1.5-rc.1`); the `0.1.2-rc.1` line stays supported at runtime through a structural fallback to the pre-0.1.5 `header.system`.
32
+ - Peer dependencies: `@deepseek-ai/cordis ^4.0.2`, `@deepseek-ai/schemastery ^3.18.2`, and `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` at `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` (devDependencies pin `0.1.5-rc.2`); the `0.1.2-rc.1` line stays supported at runtime through a structural fallback to the pre-0.1.5 `header.system`.
33
33
 
34
34
  ## What you get
35
35
 
package/lib/index.js CHANGED
@@ -747,7 +747,7 @@ function appendSample(history, sample, maxSamples) {
747
747
  //#endregion
748
748
  //#region src/version.ts
749
749
  /** Single-source plugin version, bumped by `scripts/release.mjs`. @module dsh-fast/version */
750
- const VERSION = "0.2.11";
750
+ const VERSION = "0.2.12";
751
751
  //#endregion
752
752
  //#region src/index.ts
753
753
  const name = "fast";
@@ -1,3 +1,3 @@
1
1
  /** Single-source plugin version, bumped by `scripts/release.mjs`. @module dsh-fast/version */
2
- export declare const VERSION = "0.2.11";
2
+ export declare const VERSION = "0.2.12";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  /** Single-source plugin version, bumped by `scripts/release.mjs`. @module dsh-fast/version */
2
- export const VERSION = '0.2.11';
2
+ export const VERSION = '0.2.12';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-fast",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Read-only performance diagnostics for DeepSeek Harness: session load (open/restore) timing, spill-hit counts, compaction count and trigger, context-injection volume (AGENTS.md/skills/tool-schema token share), and LLM cache hit rate — surfaced via the /fast command and the fast_report tool, persisted as reconstructable fast/* session events with async sampling off the model path.",
5
5
  "author": "dsh-fast contributors",
6
6
  "repository": {
@@ -29,10 +29,10 @@
29
29
  "CHANGELOG.md",
30
30
  "THIRD_PARTY_NOTICES.md",
31
31
  "README.md",
32
- "README.zh.md",
33
- "README.es.md",
34
- "README.pt.md",
35
- "README.hi.md",
32
+ "README-zh.md",
33
+ "README-es.md",
34
+ "README-pt.md",
35
+ "README-hi.md",
36
36
  "LICENSE"
37
37
  ],
38
38
  "sideEffects": false,
@@ -66,7 +66,7 @@
66
66
  "compatibility": {
67
67
  "dshVersions": [
68
68
  "0.1.2-rc.1",
69
- "0.1.5-rc.1"
69
+ "0.1.5-rc.2"
70
70
  ]
71
71
  },
72
72
  "capability": {
@@ -115,22 +115,22 @@
115
115
  "zod": "^4.4.3"
116
116
  },
117
117
  "devDependencies": {
118
- "@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
118
+ "@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
119
119
  "@deepseek-ai/cordis": "^4.0.2",
120
120
  "@deepseek-ai/cordis-plugin-include": "^1.0.7",
121
121
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
122
- "@deepseek-ai/dsh-agent": "0.1.5-rc.1",
123
- "@deepseek-ai/dsh-commands": "0.1.5-rc.1",
124
- "@deepseek-ai/dsh-compaction": "0.1.5-rc.1",
125
- "@deepseek-ai/dsh-llm": "0.1.5-rc.1",
126
- "@deepseek-ai/dsh-session": "0.1.5-rc.1",
127
- "@deepseek-ai/dsh-session-projection": "0.1.5-rc.1",
128
- "@deepseek-ai/dsh-storage": "0.1.5-rc.1",
129
- "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.1",
130
- "@deepseek-ai/dsh-storage-json": "0.1.5-rc.1",
131
- "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1",
132
- "@deepseek-ai/dsh-token-meter": "0.1.5-rc.1",
133
- "@deepseek-ai/dsh-tools": "0.1.5-rc.1",
122
+ "@deepseek-ai/dsh-agent": "0.1.5-rc.2",
123
+ "@deepseek-ai/dsh-commands": "0.1.5-rc.2",
124
+ "@deepseek-ai/dsh-compaction": "0.1.5-rc.2",
125
+ "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
126
+ "@deepseek-ai/dsh-session": "0.1.5-rc.2",
127
+ "@deepseek-ai/dsh-session-projection": "0.1.5-rc.2",
128
+ "@deepseek-ai/dsh-storage": "0.1.5-rc.2",
129
+ "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
130
+ "@deepseek-ai/dsh-storage-json": "0.1.5-rc.2",
131
+ "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
132
+ "@deepseek-ai/dsh-token-meter": "0.1.5-rc.2",
133
+ "@deepseek-ai/dsh-tools": "0.1.5-rc.2",
134
134
  "@deepseek-ai/schemastery": "^3.18.2",
135
135
  "@types/node": "^22.19.0",
136
136
  "@vitest/coverage-v8": "^3.2.0",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  /** Single-source plugin version, bumped by `scripts/release.mjs`. @module dsh-fast/version */
2
- export const VERSION = '0.2.11'
2
+ export const VERSION = '0.2.12'