dsh-fast 0.2.1 → 0.2.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.
- package/CHANGELOG.md +12 -0
- package/README.es.md +1 -0
- package/README.hi.md +1 -0
- package/README.md +2 -1
- package/README.pt.md +1 -0
- package/README.zh.md +1 -0
- package/lib/index.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/lib/types/version.js +1 -1
- package/package.json +19 -18
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ 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.3] - 2026-09-02
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Align the devDependency pins to the published dsh 0.1.2-alpha.5 line and re-verify the adaptation claims; no behavior change.
|
|
13
|
+
|
|
14
|
+
## [0.2.2] - 2026-09-01
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Align the devDependency pins to the published dsh `0.1.2-alpha.3` line (9 `@deepseek-ai/dsh-*` packages) and align `cordis`/`schemastery` to `^4.0.2`/`^3.18.2`. Metrics still persist to the `dsh_fast` storage domain (`Session.append` still cannot stamp the `ignorable` marker on `0.1.2-alpha.3`); the five-language READMEs record the alpha.3 fact.
|
|
19
|
+
|
|
8
20
|
## [0.2.1] - 2026-08-30
|
|
9
21
|
|
|
10
22
|
### Fixed
|
package/README.es.md
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
26
|
- DeepSeek Harness `0.1.1-rc.2` (peers fijados a `0.1.1-rc.2`).
|
|
27
|
+
0.1.2-alpha.5 (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.
|
|
27
28
|
- Node `^22.19.0 || >=24.0.0`, solo ESM (`"type": "module"`).
|
|
28
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.1-rc.2`.
|
|
29
30
|
|
package/README.hi.md
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
26
|
- DeepSeek Harness `0.1.1-rc.2` (peers `0.1.1-rc.2` पर पिन किए गए)।
|
|
27
|
+
0.1.2-alpha.5 (2026-09-02 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
|
|
27
28
|
- Node `^22.19.0 || >=24.0.0`, केवल ESM (`"type": "module"`)।
|
|
28
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.1-rc.2`)।
|
|
29
30
|
|
package/README.md
CHANGED
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
## Compatibility
|
|
28
28
|
|
|
29
29
|
- DeepSeek Harness `0.1.1-rc.2` (peers pinned to `0.1.1-rc.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.
|
|
30
31
|
- Node `^22.19.0 || >=24.0.0`, ESM only (`"type": "module"`).
|
|
31
|
-
- Peer dependencies: `@deepseek-ai/cordis ^4.0.
|
|
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.0-rc.8 <0.2.0`.
|
|
32
33
|
|
|
33
34
|
## What you get
|
|
34
35
|
|
package/README.pt.md
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
## Compatibility
|
|
25
25
|
|
|
26
26
|
- DeepSeek Harness `0.1.1-rc.2` (peers fixados em `0.1.1-rc.2`).
|
|
27
|
+
0.1.2-alpha.5 (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.
|
|
27
28
|
- Node `^22.19.0 || >=24.0.0`, somente ESM (`"type": "module"`).
|
|
28
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.1-rc.2`.
|
|
29
30
|
|
package/README.zh.md
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
## Compatibility
|
|
27
27
|
|
|
28
28
|
- DeepSeek Harness `0.1.1-rc.2`(peer 钉在 `0.1.1-rc.2`)。
|
|
29
|
+
0.1.2-alpha.5(2026-09-02 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
|
|
29
30
|
- Node `^22.19.0 || >=24.0.0`,纯 ESM(`"type": "module"`)。
|
|
30
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.1-rc.2`)。
|
|
31
32
|
|
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.3";
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-fast",
|
|
3
|
-
"version": "0.2.
|
|
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
|
|
3
|
+
"version": "0.2.3",
|
|
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": {
|
|
7
7
|
"type": "git",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
],
|
|
66
66
|
"compatibility": {
|
|
67
67
|
"dshVersions": [
|
|
68
|
-
"0.1.
|
|
68
|
+
"0.1.2-alpha.5"
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"capability": {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
"packageManager": "pnpm@11.7.0",
|
|
100
100
|
"peerDependencies": {
|
|
101
|
-
"@deepseek-ai/cordis": "^4.0.
|
|
101
|
+
"@deepseek-ai/cordis": "^4.0.2",
|
|
102
102
|
"@deepseek-ai/dsh-commands": ">=0.1.0-rc.8 <0.2.0",
|
|
103
103
|
"@deepseek-ai/dsh-compaction": ">=0.1.0-rc.8 <0.2.0",
|
|
104
104
|
"@deepseek-ai/dsh-session": ">=0.1.0-rc.8 <0.2.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@deepseek-ai/dsh-storage-domain": ">=0.1.0-rc.8 <0.2.0",
|
|
107
107
|
"@deepseek-ai/dsh-storage-json": ">=0.1.0-rc.8 <0.2.0",
|
|
108
108
|
"@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
|
|
109
|
-
"@deepseek-ai/schemastery": "^3.18.
|
|
109
|
+
"@deepseek-ai/schemastery": "^3.18.2"
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"tsdown": "^0.22.14",
|
|
@@ -114,21 +114,22 @@
|
|
|
114
114
|
"zod": "^4.4.3"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@deepseek-ai/
|
|
117
|
+
"@deepseek-ai/dsh-attachment": "0.1.2-alpha.5",
|
|
118
|
+
"@deepseek-ai/cordis": "^4.0.2",
|
|
118
119
|
"@deepseek-ai/cordis-plugin-include": "1.0.6",
|
|
119
120
|
"@deepseek-ai/cordis-plugin-loader": "1.0.2",
|
|
120
|
-
"@deepseek-ai/dsh-agent": "0.1.
|
|
121
|
-
"@deepseek-ai/dsh-commands": "0.1.
|
|
122
|
-
"@deepseek-ai/dsh-compaction": "0.1.
|
|
123
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
124
|
-
"@deepseek-ai/dsh-session": "0.1.
|
|
125
|
-
"@deepseek-ai/dsh-storage": "0.1.
|
|
126
|
-
"@deepseek-ai/dsh-storage-domain": "0.1.
|
|
127
|
-
"@deepseek-ai/dsh-storage-json": "0.1.
|
|
128
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.
|
|
129
|
-
"@deepseek-ai/dsh-token-meter": "0.1.
|
|
130
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
131
|
-
"@deepseek-ai/schemastery": "^3.18.
|
|
121
|
+
"@deepseek-ai/dsh-agent": "0.1.2-alpha.5",
|
|
122
|
+
"@deepseek-ai/dsh-commands": "0.1.2-alpha.5",
|
|
123
|
+
"@deepseek-ai/dsh-compaction": "0.1.2-alpha.5",
|
|
124
|
+
"@deepseek-ai/dsh-llm": "0.1.2-alpha.5",
|
|
125
|
+
"@deepseek-ai/dsh-session": "0.1.2-alpha.5",
|
|
126
|
+
"@deepseek-ai/dsh-storage": "0.1.2-alpha.5",
|
|
127
|
+
"@deepseek-ai/dsh-storage-domain": "0.1.2-alpha.5",
|
|
128
|
+
"@deepseek-ai/dsh-storage-json": "0.1.2-alpha.5",
|
|
129
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.2-alpha.5",
|
|
130
|
+
"@deepseek-ai/dsh-token-meter": "0.1.2-alpha.5",
|
|
131
|
+
"@deepseek-ai/dsh-tools": "0.1.2-alpha.5",
|
|
132
|
+
"@deepseek-ai/schemastery": "^3.18.2",
|
|
132
133
|
"@types/node": "^22.19.0",
|
|
133
134
|
"@vitest/coverage-v8": "^3.2.0",
|
|
134
135
|
"oxlint": "0.18.1",
|
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.3'
|