kiokuko-dsh 0.1.52 → 0.1.53
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/README.ja.md +2 -1
- package/README.ko.md +2 -1
- package/README.md +2 -1
- package/README.zh-CN.md +2 -1
- package/docs/dsh-plugin.md +6 -0
- package/package.json +4 -3
package/README.ja.md
CHANGED
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
## 導入と使い方
|
|
18
18
|
|
|
19
|
-
対応 DSH:
|
|
19
|
+
対応 DSH: **0.1.6-alpha.1**([検証範囲](docs/dsh-plugin.md#compatibility))。
|
|
20
|
+
|
|
20
21
|
Node.js **24.16.0 以上**と pnpm が必要です。
|
|
21
22
|
DSH のソースディレクトリで、公開済み npm パッケージを導入して起動します。
|
|
22
23
|
|
package/README.ko.md
CHANGED
|
@@ -9,7 +9,8 @@ OrcaReplay로 모델과 도구의 동작을 기록하고, 기록을 확인하거
|
|
|
9
9
|
새 변경 작업에서는 일반 실행 또는 役小角(enno-oduno)를 선택할 수 있습니다. 역할별 모델은 추천 템플릿이나 DSH에 설정된 모델에서 선택합니다. [모델 선택과 연결 제한](docs/model-selection.md).
|
|
10
10
|
## 설치 및 사용
|
|
11
11
|
|
|
12
|
-
DSH
|
|
12
|
+
**DSH 0.1.6-alpha.1**을 지원합니다 ([검증 범위](docs/dsh-plugin.md#compatibility)).
|
|
13
|
+
|
|
13
14
|
Node.js **24.16.0 이상**과 pnpm이 필요합니다.
|
|
14
15
|
DSH 소스 디렉터리에서 다음 명령으로 공개된 npm 패키지를 설치하고 시작합니다.
|
|
15
16
|
|
package/README.md
CHANGED
|
@@ -17,7 +17,8 @@ Kiokuko adds memory, planning, verification, and observability to
|
|
|
17
17
|
|
|
18
18
|
## Install and use
|
|
19
19
|
|
|
20
|
-
Supports DSH
|
|
20
|
+
Supports **DSH 0.1.6-alpha.1** ([verification scope](docs/dsh-plugin.md#compatibility)).
|
|
21
|
+
|
|
21
22
|
Requires Node.js **24.16.0+** and pnpm.
|
|
22
23
|
Run these commands from the DSH source directory to install the published npm package and start:
|
|
23
24
|
|
package/README.zh-CN.md
CHANGED
|
@@ -9,7 +9,8 @@ OrcaReplay 可记录模型和工具活动,查看记录并导出 HTML。
|
|
|
9
9
|
新的修改任务可以选择普通执行或役小角(enno-oduno)。役小角支持推荐模板,也可从DSH已配置的模型中为各角色选择模型。[模型选择与连接限制](docs/model-selection.md)。
|
|
10
10
|
## 安装与使用
|
|
11
11
|
|
|
12
|
-
支持 DSH
|
|
12
|
+
支持 **DSH 0.1.6-alpha.1**([验证范围](docs/dsh-plugin.md#compatibility))。
|
|
13
|
+
|
|
13
14
|
需要 Node.js **24.16.0 以上**和 pnpm。
|
|
14
15
|
在 DSH 源码目录中运行以下命令,安装已发布的 npm 包并启动:
|
|
15
16
|
|
package/docs/dsh-plugin.md
CHANGED
|
@@ -4,6 +4,12 @@ Kiokuko provides an out-of-tree DeepSeek Harness bundle at `kiokuko-dsh`.
|
|
|
4
4
|
`kiokuko-dsh` is the guarded Cordis entry. `kiokuko-dsh/dsh` remains a compatibility import. It mounts the DSH-only Kiokuko runtime contracts; it does
|
|
5
5
|
not fork DeepSeek Harness or modify a repository's files.
|
|
6
6
|
|
|
7
|
+
## Compatibility
|
|
8
|
+
|
|
9
|
+
The current target is **DSH 0.1.6-alpha.1**, verified against source commit `0d1f50007f9bca3f52b06e1c3074fa14d5fb0720`. Disposable-profile checks cover replacing Kiokuko 0.1.51, removal of the old DSH dependency graph, Web startup and client discovery, session listing, `session/control`, and Kiokuko HTTP routes. All 63 history compatibility tests also passed against that checkout.
|
|
10
|
+
|
|
11
|
+
CI retains the pinned DSH 0.1.5-rc.1 fixture for backward compatibility. The 0.1.6-alpha.1 evidence above is local verification, not a completed CI run or verification of an npm `--latest` update. The E2E runner defaults to the manifest's compatibility target; `KIOKUKO_EXPECTED_DSH_VERSION` selects an explicit fixture version.
|
|
12
|
+
|
|
7
13
|
## Install
|
|
8
14
|
|
|
9
15
|
The published `kiokuko-dsh` npm package is the one-shot path when a matching
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kiokuko-dsh",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.53",
|
|
4
4
|
"description": "Kiokuko plugin for DeepSeek Harness",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,10 +69,11 @@
|
|
|
69
69
|
"patch": "./dsh/cordis.patch.yml"
|
|
70
70
|
},
|
|
71
71
|
"compatibility": {
|
|
72
|
-
"dsh": "0.1.
|
|
72
|
+
"dsh": "0.1.6-alpha.1",
|
|
73
73
|
"dshReleases": {
|
|
74
74
|
"0.1.2-rc.1": "compatible",
|
|
75
|
-
"0.1.5-rc.1": "compatible"
|
|
75
|
+
"0.1.5-rc.1": "compatible",
|
|
76
|
+
"0.1.6-alpha.1": "compatible"
|
|
76
77
|
},
|
|
77
78
|
"profiles": [
|
|
78
79
|
"web"
|