@dsh-enhanced/personal-assistant 0.1.39 → 0.1.41
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/cordis.patch.yml +5 -4
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +5 -5
package/cordis.patch.yml
CHANGED
|
@@ -16,10 +16,11 @@
|
|
|
16
16
|
name: 完全访问权限
|
|
17
17
|
# Default to `auto`: it keeps the exact same workspace-write sandbox and
|
|
18
18
|
# human approval policy as `workspace-write`; the only difference is that
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
19
|
+
# ordinary workspace work, read-only web retrieval and explicit user
|
|
20
|
+
# questions continue without prompting. Unknown plugin tools still use the
|
|
21
|
+
# isolated reviewer. Deterministically sensitive actions (secrets,
|
|
22
|
+
# arbitrary network commands, privilege escalation, destruction,
|
|
23
|
+
# background tasks) bypass the reviewer and still reach a human. The owner can explicitly pick
|
|
23
24
|
# `danger-full-access` in DSH's native selector (or via the installer
|
|
24
25
|
# confirmation) after understanding the consequence.
|
|
25
26
|
defaultPreset: auto
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.1.
|
|
1
|
+
export declare const version = "0.1.41";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.1.
|
|
1
|
+
export const version = '0.1.41';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-enhanced/personal-assistant",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"description": "A core-only meta-bundle for the DSH personal assistant policy, memory, Wiki, and automations plugins.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@deepseek-ai/schemastery": "3.18.2",
|
|
51
|
-
"@dsh-enhanced/assistant-
|
|
52
|
-
"@dsh-enhanced/personal-
|
|
53
|
-
"@dsh-enhanced/
|
|
54
|
-
"@dsh-enhanced/
|
|
51
|
+
"@dsh-enhanced/assistant-policy": "0.1.41",
|
|
52
|
+
"@dsh-enhanced/personal-memory": "0.1.41",
|
|
53
|
+
"@dsh-enhanced/assistant-automations": "0.1.41",
|
|
54
|
+
"@dsh-enhanced/personal-wiki": "0.1.41"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@deepseek-ai/cordis": "^4.0.1"
|