dsh-multi-folder 0.1.6 → 0.1.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/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-multi-folder",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "DeepSeek Harness plugin: secondary working directories for a project. The agent keeps the primary workspace as cwd, gains equal write/exec permissions on configured secondary directories under workspace-write mode, and is notified of configuration changes at the next message boundary. Configurable from the session header AND from the session-creation page (before the first message) through a sessionless multiFolder remote API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -39,6 +39,12 @@
|
|
|
39
39
|
"docs"
|
|
40
40
|
],
|
|
41
41
|
"dsh": {
|
|
42
|
+
"compatibility": {
|
|
43
|
+
"node": ">=20",
|
|
44
|
+
"dshReleases": {
|
|
45
|
+
"0.1.1-rc.2": "compatible"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
42
48
|
"bundle": {
|
|
43
49
|
"patch": "./cordis.patch.yml"
|
|
44
50
|
},
|