dsh-fast 0.2.4 → 0.2.5
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 +6 -0
- package/README.es.md +7 -3
- package/README.hi.md +7 -3
- package/README.md +5 -2
- package/README.pt.md +7 -3
- package/README.zh.md +7 -3
- package/lib/index.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/lib/types/version.js +1 -1
- package/package.json +16 -16
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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.5] - 2026-09-04
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Align the devDependency pins to the published dsh `0.1.2-rc.1` line, move the compat CI harness probes from `0.1.1-rc.2` to `0.1.2-rc.1`, refresh the stale peer references in the five-language READMEs and AGENTS.md, and re-verify the adaptation claims; no behavior change.
|
|
13
|
+
|
|
8
14
|
## [0.2.4] - 2026-09-02
|
|
9
15
|
|
|
10
16
|
### Docs
|
package/README.es.md
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
|
-
- DeepSeek Harness `0.1.2-
|
|
27
|
-
0.1.2-
|
|
26
|
+
- DeepSeek Harness `0.1.2-rc.1` (peers fijados a `0.1.2-rc.1`).
|
|
27
|
+
0.1.2-rc.1 (adaptado el 2026-09-02): el sobre de sesión conserva su campo ignorable solo para compatibilidad de lectura de logs almacenados - Session.append aún no puede estamparlo, por lo que el comportamiento de la puerta no cambia.
|
|
28
28
|
- Node `^22.19.0 || >=24.0.0`, solo ESM (`"type": "module"`).
|
|
29
|
-
- Peers: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, y `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` en
|
|
29
|
+
- Peers: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, 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.0-rc.8 <0.2.0`.
|
|
30
30
|
|
|
31
31
|
## What you get
|
|
32
32
|
|
|
@@ -171,3 +171,7 @@ Este proyecto es uno de los [33 complementos de DeepSeek Harness](https://github
|
|
|
171
171
|
## License
|
|
172
172
|
|
|
173
173
|
Apache-2.0 — ver [LICENSE](LICENSE).
|
|
174
|
+
|
|
175
|
+
### Instalar desde el mercado de DSH Desktop
|
|
176
|
+
|
|
177
|
+
Todos los plugins de PerryLink pueden explorarse en el mercado integrado de DSH Desktop: **Market → Sources → add source → pegar** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ seleccionarlo**. La instalación sigue pasando por la verificación de identidad npm del mercado y tu confirmación.
|
package/README.hi.md
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
|
-
- DeepSeek Harness `0.1.2-
|
|
27
|
-
0.1.2-
|
|
26
|
+
- DeepSeek Harness `0.1.2-rc.1` (peers `0.1.2-rc.1` पर पिन किए गए)।
|
|
27
|
+
0.1.2-rc.1 (2026-09-02 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
|
|
28
28
|
- Node `^22.19.0 || >=24.0.0`, केवल ESM (`"type": "module"`)।
|
|
29
|
-
- Peers: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, और `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` (
|
|
29
|
+
- Peers: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, और `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` (`>=0.1.0-rc.8 <0.2.0`)।
|
|
30
30
|
|
|
31
31
|
## What you get
|
|
32
32
|
|
|
@@ -171,3 +171,7 @@ pnpm pack
|
|
|
171
171
|
## License
|
|
172
172
|
|
|
173
173
|
Apache-2.0 — देखें [LICENSE](LICENSE)।
|
|
174
|
+
|
|
175
|
+
### DSH Desktop मार्केट से इंस्टॉल करें
|
|
176
|
+
|
|
177
|
+
सभी PerryLink प्लगइन DSH Desktop के बिल्ट-इन मार्केट में देखे जा सकते हैं: **Market → Sources → add source → पेस्ट करें** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ चुनें**। इंस्टॉलेशन मार्केट के npm-identity सत्यापन और आपकी पुष्टि से ही होता है।
|
package/README.md
CHANGED
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
## Compatibility
|
|
28
28
|
|
|
29
|
-
- DeepSeek Harness `0.1.2-
|
|
30
|
-
0.1.2-alpha.5 (adapted 2026-09-02): the session envelope keeps its ignorable field for stored-log read compatibility only - Session.append still cannot stamp it, so audit-gate behavior is unchanged.
|
|
29
|
+
- DeepSeek Harness `0.1.2-rc.1` (adapted 2026-09-04): the session envelope keeps its ignorable field for stored-log read compatibility only - Session.append still cannot stamp it, so audit-gate behavior is unchanged.
|
|
31
30
|
- Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
|
|
32
31
|
- 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.0-rc.8 <0.2.0`.
|
|
33
32
|
|
|
@@ -171,6 +170,10 @@ This project is one of the [33 DeepSeek Harness plugins](https://github.com/Perr
|
|
|
171
170
|
| **[dsh-dsh-test-drive](https://github.com/PerryLink/dsh-dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
|
|
172
171
|
| **[dsh-dsh-translate](https://github.com/PerryLink/dsh-dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
|
|
173
172
|
|
|
173
|
+
### Install from the DSH Desktop Market
|
|
174
|
+
|
|
175
|
+
All PerryLink plugins are browsable in the built-in DSH Desktop Market: **Market → Sources → add source → paste** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ select it**. Installation still goes through the Market's npm-identity verification and your confirmation.
|
|
176
|
+
|
|
174
177
|
## License
|
|
175
178
|
|
|
176
179
|
Apache-2.0 — see [LICENSE](LICENSE).
|
package/README.pt.md
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
|
-
- DeepSeek Harness `0.1.2-
|
|
27
|
-
0.1.2-
|
|
26
|
+
- DeepSeek Harness `0.1.2-rc.1` (peers fixados em `0.1.2-rc.1`).
|
|
27
|
+
0.1.2-rc.1 (adaptado em 2026-09-02): o envelope de sessão mantém seu campo ignorable apenas para compatibilidade de leitura de logs armazenados - o Session.append ainda não consegue estampá-lo, então o comportamento da porta não muda.
|
|
28
28
|
- Node `^22.19.0 || >=24.0.0`, somente ESM (`"type": "module"`).
|
|
29
|
-
- Peers: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, e `@deepseek-ai/dsh-session`, `@deepseek-ai/dsh-tools`, `@deepseek-ai/dsh-commands`, `@deepseek-ai/dsh-compaction`, `@deepseek-ai/dsh-storage-domain` em
|
|
29
|
+
- Peers: `@deepseek-ai/cordis ^4.0.1`, `@deepseek-ai/schemastery ^3.18.0`, 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.0-rc.8 <0.2.0`.
|
|
30
30
|
|
|
31
31
|
## What you get
|
|
32
32
|
|
|
@@ -171,3 +171,7 @@ Este projeto é um dos [33 plugins de DeepSeek Harness](https://github.com/Perry
|
|
|
171
171
|
## License
|
|
172
172
|
|
|
173
173
|
Apache-2.0 — ver [LICENSE](LICENSE).
|
|
174
|
+
|
|
175
|
+
### Instalar a partir do mercado do DSH Desktop
|
|
176
|
+
|
|
177
|
+
Todos os plugins PerryLink podem ser explorados no mercado integrado do DSH Desktop: **Market → Sources → add source → colar** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ selecionar**. A instalação continua passando pela verificação de identidade npm do mercado e pela sua confirmação.
|
package/README.zh.md
CHANGED
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
|
|
26
26
|
## Compatibility
|
|
27
27
|
|
|
28
|
-
- DeepSeek Harness `0.1.2-
|
|
29
|
-
0.1.2-
|
|
28
|
+
- DeepSeek Harness `0.1.2-rc.1`(peer 钉在 `0.1.2-rc.1`)。
|
|
29
|
+
0.1.2-rc.1(2026-09-02 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
|
|
30
30
|
- Node `^22.19.0 || >=24.0.0`,纯 ESM(`"type": "module"`)。
|
|
31
|
-
- peer 依赖:`@deepseek-ai/cordis ^4.0.1`、`@deepseek-ai/schemastery ^3.18.0`,以及 `@deepseek-ai/dsh-session`、`@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-commands`、`@deepseek-ai/dsh-compaction`、`@deepseek-ai/dsh-storage-domain
|
|
31
|
+
- peer 依赖:`@deepseek-ai/cordis ^4.0.1`、`@deepseek-ai/schemastery ^3.18.0`,以及 `@deepseek-ai/dsh-session`、`@deepseek-ai/dsh-tools`、`@deepseek-ai/dsh-commands`、`@deepseek-ai/dsh-compaction`、`@deepseek-ai/dsh-storage-domain`(`>=0.1.0-rc.8 <0.2.0`)。
|
|
32
32
|
|
|
33
33
|
## What you get
|
|
34
34
|
|
|
@@ -173,3 +173,7 @@ pnpm pack
|
|
|
173
173
|
## License
|
|
174
174
|
|
|
175
175
|
Apache-2.0 —— 见 [LICENSE](LICENSE)。
|
|
176
|
+
|
|
177
|
+
### 从 DSH Desktop 市场安装
|
|
178
|
+
|
|
179
|
+
所有 PerryLink 插件均可在 DSH Desktop 内置市场中浏览:**市场 → 来源 → 添加来源 → 粘贴** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ 选中**。安装仍需通过市场的 npm 身份校验与你的确认。
|
package/lib/index.js
CHANGED
|
@@ -691,7 +691,7 @@ function appendSample(history, sample, maxSamples) {
|
|
|
691
691
|
//#endregion
|
|
692
692
|
//#region src/version.ts
|
|
693
693
|
/** Single-source plugin version, bumped by `scripts/release.mjs`. @module dsh-fast/version */
|
|
694
|
-
const VERSION = "0.2.
|
|
694
|
+
const VERSION = "0.2.5";
|
|
695
695
|
//#endregion
|
|
696
696
|
//#region src/index.ts
|
|
697
697
|
const name = "fast";
|
package/lib/types/version.d.ts
CHANGED
package/lib/types/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-fast",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
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": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
],
|
|
66
66
|
"compatibility": {
|
|
67
67
|
"dshVersions": [
|
|
68
|
-
"0.1.2-
|
|
68
|
+
"0.1.2-rc.1"
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"capability": {
|
|
@@ -114,21 +114,21 @@
|
|
|
114
114
|
"zod": "^4.4.3"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@deepseek-ai/dsh-attachment": "0.1.2-
|
|
117
|
+
"@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
|
|
118
118
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
119
|
-
"@deepseek-ai/cordis-plugin-include": "1.0.
|
|
120
|
-
"@deepseek-ai/cordis-plugin-loader": "1.0.
|
|
121
|
-
"@deepseek-ai/dsh-agent": "0.1.2-
|
|
122
|
-
"@deepseek-ai/dsh-commands": "0.1.2-
|
|
123
|
-
"@deepseek-ai/dsh-compaction": "0.1.2-
|
|
124
|
-
"@deepseek-ai/dsh-llm": "0.1.2-
|
|
125
|
-
"@deepseek-ai/dsh-session": "0.1.2-
|
|
126
|
-
"@deepseek-ai/dsh-storage": "0.1.2-
|
|
127
|
-
"@deepseek-ai/dsh-storage-domain": "0.1.2-
|
|
128
|
-
"@deepseek-ai/dsh-storage-json": "0.1.2-
|
|
129
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.2-
|
|
130
|
-
"@deepseek-ai/dsh-token-meter": "0.1.2-
|
|
131
|
-
"@deepseek-ai/dsh-tools": "0.1.2-
|
|
119
|
+
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
120
|
+
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
121
|
+
"@deepseek-ai/dsh-agent": "0.1.2-rc.1",
|
|
122
|
+
"@deepseek-ai/dsh-commands": "0.1.2-rc.1",
|
|
123
|
+
"@deepseek-ai/dsh-compaction": "0.1.2-rc.1",
|
|
124
|
+
"@deepseek-ai/dsh-llm": "0.1.2-rc.1",
|
|
125
|
+
"@deepseek-ai/dsh-session": "0.1.2-rc.1",
|
|
126
|
+
"@deepseek-ai/dsh-storage": "0.1.2-rc.1",
|
|
127
|
+
"@deepseek-ai/dsh-storage-domain": "0.1.2-rc.1",
|
|
128
|
+
"@deepseek-ai/dsh-storage-json": "0.1.2-rc.1",
|
|
129
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
|
|
130
|
+
"@deepseek-ai/dsh-token-meter": "0.1.2-rc.1",
|
|
131
|
+
"@deepseek-ai/dsh-tools": "0.1.2-rc.1",
|
|
132
132
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
133
133
|
"@types/node": "^22.19.0",
|
|
134
134
|
"@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.
|
|
2
|
+
export const VERSION = '0.2.5'
|