dsh-library 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/cordis.patch.yml +0 -13
- package/package.json +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
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Remove the `storage` / `storage-json` / `storage-domain` rows from the bundle patch: the shipped profiles compose that stack through `dsh-base`, so the inserted rows collided with the same ids and made the profile refuse to boot (`duplicate loader entry id: storage`). The patch now mounts only the plugin row; bare profiles compose the storage stack themselves.
|
|
13
|
+
|
|
8
14
|
## [0.2.4] - 2026-09-04
|
|
9
15
|
- Align devDeps pins to the published dsh 0.1.2-rc.1 line and move the compat CI probes from 0.1.1-rc.2 to 0.1.2-rc.1; no behavior change.
|
|
10
16
|
|
package/cordis.patch.yml
CHANGED
|
@@ -3,19 +3,6 @@
|
|
|
3
3
|
# Every key below is a Config field (Schemastery schema); invalid values fail
|
|
4
4
|
# the profile load loudly. See README.md "Configuration" for the full table.
|
|
5
5
|
- insert:
|
|
6
|
-
- id: storage
|
|
7
|
-
name: '@deepseek-ai/dsh-storage'
|
|
8
|
-
|
|
9
|
-
- id: storage-json
|
|
10
|
-
name: '@deepseek-ai/dsh-storage-json'
|
|
11
|
-
config:
|
|
12
|
-
root: !!js dshHomePath('storages')
|
|
13
|
-
|
|
14
|
-
- id: storage-domain
|
|
15
|
-
name: '@deepseek-ai/dsh-storage-domain'
|
|
16
|
-
config:
|
|
17
|
-
backend: json
|
|
18
|
-
|
|
19
6
|
- id: dsh-library
|
|
20
7
|
name: dsh-library
|
|
21
8
|
config:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-library",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Local document knowledge base for DeepSeek Harness: library_add/remove/list, hybrid semantic+keyword library_search with diversity re-ranking, relevance filtering and lost-in-the-middle avoidance, citation-aware injection, library_cite_check and library_diagnose 閳ユ摬QLite-backed index via the storage domain, local embedding, zero model downloads",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|