dsh-claude-move 0.4.5 → 0.4.7
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
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow [SemVer](https://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [0.4.7] - 2026-09-12
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- 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.
|
|
10
|
+
- 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.
|
|
11
|
+
|
|
12
|
+
## [0.4.6] - 2026-09-10
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Pin the `@deepseek-ai/dsh-*` dev/test dependencies to the published `0.1.5-rc.1` line and record `0.1.5-rc.1` in `dshWorkshop.compatibility.dshVersions`; the monthly Compat workflow now runs against `0.1.5-rc.1`. 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.
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- Refresh the five-language README compatibility baseline to `dsh-v0.1.5-rc.1` (verified 2026-09-10).
|
|
21
|
+
|
|
5
22
|
## [0.4.5] - 2026-09-09
|
|
6
23
|
|
|
7
24
|
### Fixed
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-claude-move/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-claude-move/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -23,9 +24,9 @@
|
|
|
23
24
|
|
|
24
25
|
## Compatibilidad
|
|
25
26
|
|
|
26
|
-
- Dirigido a `dsh 0.1.5-
|
|
27
|
+
- Dirigido a `dsh 0.1.5-rc.2` (perfil web, formato de sesión V3); las dependencias peer requieren `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`. Verificado contra `dsh-v0.1.5-rc.2` el 2026-09-11. Node `^22.19 || >=24`.
|
|
27
28
|
`0.1.2-rc.1` (adaptado el 2026-09-04): 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
|
-
- 0.4.0 incluye un shim de doble línea base para `sessionPersistence` en tiempo de ejecución, detectado por la forma de la API (nunca por versión): funcionan tanto la API heredada (`create`/`append`/`readFrom`, `list()` devolviendo cabeceras) como la costura de handle (`create` devolviendo un `SessionHandle`, `list()`/`stat()` devolviendo instantáneas). La costura de handle ya está publicada en la línea alpha (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-
|
|
29
|
+
- 0.4.0 incluye un shim de doble línea base para `sessionPersistence` en tiempo de ejecución, detectado por la forma de la API (nunca por versión): funcionan tanto la API heredada (`create`/`append`/`readFrom`, `list()` devolviendo cabeceras) como la costura de handle (`create` devolviendo un `SessionHandle`, `list()`/`stat()` devolviendo instantáneas). La costura de handle ya está publicada en la línea alpha (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-rc.2`), así que el workflow de compatibilidad la cubre. En la ruta handle, cada append va seguido de `flush()` (barrera de durabilidad) y un `close()` emparejado (propiedad de escritor único); las cabeceras se sellan con la versión de formato actual del backend y un `isSeeded` explícito; las fuentes de modelo de asistente ausentes caen al provider; y desde 0.4.5 los eventos `assistant/message` sintetizados llevan `stream: []` cuando la versión de formato del backend es >= 2 — `Session.fromRestore` de V3 exige `Array.isArray(data.stream)`, así que sin él el log se escribía y se leía pero no se podía reanudar. La limpieza del escaneo de importación se niega a ejecutarse cuando el `header.id` de un elemento listado no se puede resolver, por lo que `imports.json` nunca se vacía en silencio.
|
|
29
30
|
- Última verificación con una instalación nueva desde tarball: escaneo real, importación por lotes real (reimportación idempotente), adjuntado al workspace y artefactos de persistencia confirmados; macOS/Linux cubiertos por la matriz de CI. Los logs importados usan el formato de sesión V3 y `dsh <= 0.1.2-rc.1` no puede leerlos (la actualización es unidireccional; la alternativa es reimportar desde el transcript de origen).
|
|
30
31
|
|
|
31
32
|
### Matriz de compatibilidad (solo costuras públicas)
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-claude-move/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-claude-move/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -23,9 +24,9 @@
|
|
|
23
24
|
|
|
24
25
|
## अनुकूलता
|
|
25
26
|
|
|
26
|
-
- `dsh 0.1.5-
|
|
27
|
+
- `dsh 0.1.5-rc.2` (web profile, सत्र प्रारूप V3) को लक्षित करता है; peer निर्भरताएँ `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0` चाहिए। 2026-09-11 को `dsh-v0.1.5-rc.2` के विरुद्ध सत्यापित। Node `^22.19 || >=24`।
|
|
27
28
|
`0.1.2-rc.1` (2026-09-04 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है।
|
|
28
|
-
- 0.4.0 में `sessionPersistence` के लिए दोहरी-बेसलाइन रनटाइम shim शामिल है, जिसे API आकार से पहचाना जाता है (संस्करण से कभी नहीं): लीगेसी API (`create`/`append`/`readFrom`, `list()` हेडर लौटाता है) और हैंडल सीम (`create` एक `SessionHandle` लौटाता है, `list()`/`stat()` स्नैपशॉट लौटाते हैं) दोनों काम करते हैं। हैंडल सीम अब alpha लाइन पर प्रकाशित है (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-
|
|
29
|
+
- 0.4.0 में `sessionPersistence` के लिए दोहरी-बेसलाइन रनटाइम shim शामिल है, जिसे API आकार से पहचाना जाता है (संस्करण से कभी नहीं): लीगेसी API (`create`/`append`/`readFrom`, `list()` हेडर लौटाता है) और हैंडल सीम (`create` एक `SessionHandle` लौटाता है, `list()`/`stat()` स्नैपशॉट लौटाते हैं) दोनों काम करते हैं। हैंडल सीम अब alpha लाइन पर प्रकाशित है (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-rc.2`), इसलिए compat वर्कफ़्लो उसे कवर करता है। हैंडल पथ पर हर append के बाद `flush()` (स्थायित्व अवरोध) और युग्मित `close()` (एकल-लेखक स्वामित्व) होता है; हेडर पर बैकएंड का वर्तमान प्रारूप संस्करण और स्पष्ट `isSeeded` अंकित होता है; अनुपस्थित assistant model स्रोत provider पर गिरते हैं; और 0.4.5 से संश्लेषित `assistant/message` ईवेंट तब `stream: []` लेकर आते हैं जब बैकएंड प्रारूप संस्करण >= 2 हो — V3 का `Session.fromRestore` `Array.isArray(data.stream)` माँगता है, इसलिए उसके बिना लॉग लिखा और पढ़ा तो जाता था पर फिर से शुरू नहीं हो सकता था। जब किसी सूचीबद्ध तत्व का `header.id` हल नहीं हो पाता तो आयात-स्कैन की सफ़ाई चलने से मना कर देती है, इसलिए `imports.json` कभी चुपचाप खाली नहीं होता।
|
|
29
30
|
- अंतिम बार एक ताज़ा tarball इंस्टॉल के विरुद्ध सत्यापित: वास्तविक स्कैन, वास्तविक बैच आयात (आइडेम्पोटेंट पुनः-आयात), workspace जुड़ाव और पर्सिस्टेंस आर्टिफैक्ट की पुष्टि; macOS/Linux CI मैट्रिक्स द्वारा कवर हैं। आयातित लॉग सत्र प्रारूप V3 में हैं और `dsh <= 0.1.2-rc.1` उन्हें पढ़ नहीं सकता (उन्नयन एकतरफ़ा है; विकल्प स्रोत transcript से पुनः आयात है)।
|
|
30
31
|
|
|
31
32
|
### अनुकूलता मैट्रिक्स (केवल सार्वजनिक सीम)
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-claude-move/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-claude-move/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -23,9 +24,9 @@
|
|
|
23
24
|
|
|
24
25
|
## Compatibilidade
|
|
25
26
|
|
|
26
|
-
- Direcionado a `dsh 0.1.5-
|
|
27
|
+
- Direcionado a `dsh 0.1.5-rc.2` (perfil web, formato de sessão V3); dependências peer exigem `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`. Verificado contra `dsh-v0.1.5-rc.2` em 2026-09-11. Node `^22.19 || >=24`.
|
|
27
28
|
`0.1.2-rc.1` (adaptado em 2026-09-04): 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
|
-
- A 0.4.0 inclui um shim de linha de base dupla para `sessionPersistence` em tempo de execução, detectado pela forma da API (nunca pela versão): funcionam tanto a API legada (`create`/`append`/`readFrom`, `list()` retornando cabeçalhos) quanto a costura de handle (`create` retornando um `SessionHandle`, `list()`/`stat()` retornando snapshots). A costura de handle já está publicada na linha alpha (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-
|
|
29
|
+
- A 0.4.0 inclui um shim de linha de base dupla para `sessionPersistence` em tempo de execução, detectado pela forma da API (nunca pela versão): funcionam tanto a API legada (`create`/`append`/`readFrom`, `list()` retornando cabeçalhos) quanto a costura de handle (`create` retornando um `SessionHandle`, `list()`/`stat()` retornando snapshots). A costura de handle já está publicada na linha alpha (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-rc.2`), então o fluxo de compatibilidade a cobre. No caminho handle, todo append é seguido de `flush()` (barreira de durabilidade) e um `close()` pareado (propriedade de escritor único); os cabeçalhos são carimbados com a versão de formato atual do backend e um `isSeeded` explícito; fontes de modelo de assistente ausentes caem para o provider; e desde 0.4.5 os eventos `assistant/message` sintetizados carregam `stream: []` quando a versão de formato do backend é >= 2 — o `Session.fromRestore` do V3 exige `Array.isArray(data.stream)`, então sem isso o log era escrito e lido, mas não podia ser retomado. A limpeza da varredura de importação se recusa a executar quando o `header.id` de um elemento listado não pode ser resolvido, então `imports.json` nunca é esvaziado silenciosamente.
|
|
29
30
|
- Última verificação contra uma instalação nova de tarball: varredura real, importação em lote real (reimportação idempotente), anexo ao workspace e artefatos de persistência confirmados; macOS/Linux cobertos pela matriz de CI. Os logs importados usam o formato de sessão V3 e `dsh <= 0.1.2-rc.1` não consegue lê-los (a atualização é unidirecional; a alternativa é reimportar do transcript de origem).
|
|
30
31
|
|
|
31
32
|
### Matriz de compatibilidade (somente costuras públicas)
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://github.com/topics/dsh-plugin)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
12
13
|
[](#)
|
|
13
14
|
[](https://github.com/PerryLink/dsh-claude-move/actions)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-claude-move/releases)
|
|
15
16
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
17
18
|
|
|
18
|
-
[English](README.md) · [简体中文](README
|
|
19
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -23,9 +24,9 @@
|
|
|
23
24
|
|
|
24
25
|
## 兼容性
|
|
25
26
|
|
|
26
|
-
- 面向 `dsh 0.1.5-
|
|
27
|
+
- 面向 `dsh 0.1.5-rc.2`(web profile,会话格式 V3);peer 依赖要求 `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`。已于 2026-09-11 对照 `dsh-v0.1.5-rc.2` 验证。Node `^22.19 || >=24`。
|
|
27
28
|
`0.1.2-rc.1`(2026-09-04 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。
|
|
28
|
-
- 0.4.0 内置 `sessionPersistence` 双基线运行时 shim,按 API 形状特性探测(绝不按版本号猜测):旧 API(`create`/`append`/`readFrom`,`list()` 返回会话头)与 handle seam(`create` 返回 `SessionHandle`,`list()`/`stat()` 返回快照)都能工作。handle seam 已随 alpha 线发布(`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-
|
|
29
|
+
- 0.4.0 内置 `sessionPersistence` 双基线运行时 shim,按 API 形状特性探测(绝不按版本号猜测):旧 API(`create`/`append`/`readFrom`,`list()` 返回会话头)与 handle seam(`create` 返回 `SessionHandle`,`list()`/`stat()` 返回快照)都能工作。handle seam 已随 alpha 线发布(`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-rc.2`),因此 compat workflow 可以覆盖它。handle 路径上每次 append 之后必须 `flush()`(耐久屏障)并成对 `close()`(单写所有权);header 盖上后端当前格式版本并显式补 `isSeeded`;缺失的 assistant model 来源回退 provider;自 0.4.5 起,后端格式版本 >= 2 时合成的 `assistant/message` 带 `stream: []`——V3 的 `Session.fromRestore` 断言 `Array.isArray(data.stream)`,缺它则日志能写入、能读回却不可续聊。导入扫描的清理在列表元素的 `header.id` 无法解析时拒绝执行,绝不静默清空 `imports.json`。
|
|
29
30
|
- 最近针对全新 tarball 安装验证:真实扫描、真实批量导入(幂等重导入)、工作区挂载与持久化产物均已确认;macOS/Linux 由 CI 矩阵覆盖。导入日志为会话格式 V3,`dsh <= 0.1.2-rc.1` 无法读取(升级是单向的;回退办法是从源 transcript 重新导入)。
|
|
30
31
|
|
|
31
32
|
### 兼容性矩阵(仅公开接缝)
|
package/README.md
CHANGED
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
|
|
11
11
|
[](LICENSE)
|
|
12
12
|
[](https://github.com/topics/dsh-plugin)
|
|
13
|
+
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
13
14
|
[](#)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-claude-move/actions)
|
|
15
16
|
[](https://github.com/PerryLink/dsh-claude-move/releases)
|
|
16
17
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
17
18
|
[](https://www.npmjs.com/package/dsh-claude-move)
|
|
18
19
|
|
|
19
|
-
[English](README.md) · [简体中文](README
|
|
20
|
+
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
20
21
|
|
|
21
22
|
</div>
|
|
22
23
|
|
|
@@ -24,9 +25,9 @@
|
|
|
24
25
|
|
|
25
26
|
## Compatibility
|
|
26
27
|
|
|
27
|
-
- Targets `dsh 0.1.5-
|
|
28
|
+
- Targets `dsh 0.1.5-rc.2` (web profile, session format V3); peer dependencies require `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0`. Verified against `dsh-v0.1.5-rc.2` on 2026-09-11. Node `^22.19 || >=24`.
|
|
28
29
|
`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.
|
|
29
|
-
- 0.4.0 ships a dual-baseline `sessionPersistence` runtime shim, feature-detected by API shape (never by version): the legacy API (`create`/`append`/`readFrom`, `list()` returning headers) and the handle seam (`create` returning a `SessionHandle`, `list()`/`stat()` returning snapshots) both work. The handle seam is published on the alpha line (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-
|
|
30
|
+
- 0.4.0 ships a dual-baseline `sessionPersistence` runtime shim, feature-detected by API shape (never by version): the legacy API (`create`/`append`/`readFrom`, `list()` returning headers) and the handle seam (`create` returning a `SessionHandle`, `list()`/`stat()` returning snapshots) both work. The handle seam is published on the alpha line (`@deepseek-ai/dsh-session-persistence` / `-jsonl` `0.1.5-rc.2`), so the compat workflow covers it. On the handle path every append is followed by `flush()` (durability barrier) and a paired `close()` (single-writer ownership); headers are stamped with the backend's current format version plus an explicit `isSeeded`; missing assistant model sources fall back to the provider; and since 0.4.5 synthesized `assistant/message` events carry `stream: []` when the backend format version is >= 2 — V3's `Session.fromRestore` asserts `Array.isArray(data.stream)`, so without it a log was written and readable but could not be resumed. Import-scan cleanup refuses to run when a listed element's `header.id` cannot be resolved, so `imports.json` is never silently cleared.
|
|
30
31
|
- Last verified against a fresh tarball install: real scan, real batch import (idempotent re-import), workspace attach and persistence artifacts confirmed; macOS/Linux covered by the CI matrix. Imported logs use session format V3 and cannot be read by `dsh <= 0.1.2-rc.1` (upgrading is one-way; re-import from the source transcript is the fallback).
|
|
31
32
|
|
|
32
33
|
### Compatibility matrix (public seams only)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-claude-move",
|
|
3
3
|
"description": "Four-source migration wizard: copy Claude Code, Codex, OpenCode and Hermes sessions, memories, skills, instructions and slash commands into DeepSeek Harness as resumable sessions — copy-only, approval-gated, idempotent",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"assets",
|
|
26
26
|
"cordis.patch.yml",
|
|
27
27
|
"README.md",
|
|
28
|
-
"README
|
|
29
|
-
"README
|
|
30
|
-
"README
|
|
31
|
-
"README
|
|
28
|
+
"README-zh.md",
|
|
29
|
+
"README-es.md",
|
|
30
|
+
"README-pt.md",
|
|
31
|
+
"README-hi.md",
|
|
32
32
|
"CHANGELOG.md",
|
|
33
33
|
"LICENSE",
|
|
34
34
|
"NOTICE",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"filesystem:write"
|
|
66
66
|
],
|
|
67
67
|
"compatibility": {
|
|
68
|
-
"dshVersions": ["0.1.2-rc.1","0.1.5-
|
|
68
|
+
"dshVersions": ["0.1.2-rc.1","0.1.5-rc.2"]
|
|
69
69
|
},
|
|
70
70
|
"capability": {
|
|
71
71
|
"id": "move-wizard",
|
|
@@ -110,21 +110,21 @@
|
|
|
110
110
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
111
111
|
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
112
112
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
113
|
-
"@deepseek-ai/dsh-agent": "0.1.5-
|
|
114
|
-
"@deepseek-ai/dsh-attachment": "0.1.5-
|
|
115
|
-
"@deepseek-ai/dsh-brand": "0.1.5-
|
|
116
|
-
"@deepseek-ai/dsh-code-runtime": "0.1.5-
|
|
117
|
-
"@deepseek-ai/dsh-commands": "0.1.5-
|
|
118
|
-
"@deepseek-ai/dsh-invariants": "0.1.5-
|
|
119
|
-
"@deepseek-ai/dsh-llm": "0.1.5-
|
|
120
|
-
"@deepseek-ai/dsh-scope": "0.1.5-
|
|
121
|
-
"@deepseek-ai/dsh-session": "0.1.5-
|
|
122
|
-
"@deepseek-ai/dsh-session-projection": "0.1.5-
|
|
123
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.5-
|
|
124
|
-
"@deepseek-ai/dsh-timeout": "0.1.5-
|
|
125
|
-
"@deepseek-ai/dsh-tools": "0.1.5-
|
|
126
|
-
"@deepseek-ai/dsh-typert-protocol": "0.1.5-
|
|
127
|
-
"@deepseek-ai/dsh-user-approval": "0.1.5-
|
|
113
|
+
"@deepseek-ai/dsh-agent": "0.1.5-rc.2",
|
|
114
|
+
"@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
|
|
115
|
+
"@deepseek-ai/dsh-brand": "0.1.5-rc.2",
|
|
116
|
+
"@deepseek-ai/dsh-code-runtime": "0.1.5-rc.2",
|
|
117
|
+
"@deepseek-ai/dsh-commands": "0.1.5-rc.2",
|
|
118
|
+
"@deepseek-ai/dsh-invariants": "0.1.5-rc.2",
|
|
119
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.2",
|
|
120
|
+
"@deepseek-ai/dsh-scope": "0.1.5-rc.2",
|
|
121
|
+
"@deepseek-ai/dsh-session": "0.1.5-rc.2",
|
|
122
|
+
"@deepseek-ai/dsh-session-projection": "0.1.5-rc.2",
|
|
123
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
|
|
124
|
+
"@deepseek-ai/dsh-timeout": "0.1.5-rc.2",
|
|
125
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.2",
|
|
126
|
+
"@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.2",
|
|
127
|
+
"@deepseek-ai/dsh-user-approval": "0.1.5-rc.2",
|
|
128
128
|
"oxlint": "^0.18.1"
|
|
129
129
|
},
|
|
130
130
|
"funding": {
|