dsh-context 0.29.0 → 0.30.1
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.md +1 -0
- package/cordis.patch.yml +3 -7
- package/lib/client.js +173 -204
- package/lib/index.d.ts +21 -54
- package/lib/index.js +17 -34
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/dsh-context)
|
|
6
6
|
[](https://github.com/bowenliang123/dsh-context)
|
|
7
|
+
[](https://dshfind.com/en/plugins/bowenliang123/dsh-context?ref=badge)
|
|
7
8
|
|
|
8
9
|
**The best [DeepSeek Harness plugin](https://www.deepseek.com/harness/) for Agent's context insights and management.**
|
|
9
10
|
|
package/cordis.patch.yml
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
3
|
-
#
|
|
4
|
-
# appends it to `dsh.profile.bundles`; this patch is then applied as that
|
|
5
|
-
# bundle's layer. The row below loads the package's main entry as the host
|
|
6
|
-
# half (a plain Cordis plugin) and, because the package declares `dsh.client`,
|
|
7
|
-
# the web app also loads its `./client` bundle as the browser half.
|
|
1
|
+
# Bundle patch layer: the row loads the package's main entry as the host half
|
|
2
|
+
# (a plain Cordis plugin); the `dsh.client` declaration makes the web app load
|
|
3
|
+
# its ./client bundle as the browser half.
|
|
8
4
|
- insert:
|
|
9
5
|
- id: dsh-context
|
|
10
6
|
name: dsh-context
|