@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 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
- # low/medium-risk actions are pre-approved by the isolated model reviewer
20
- # instead of prompting. Deterministically sensitive actions (secrets,
21
- # network, privilege escalation, destruction, background tasks) bypass the
22
- # reviewer and still reach a human. The owner can explicitly pick
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.39";
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.39';
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.39",
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-automations": "0.1.39",
52
- "@dsh-enhanced/personal-wiki": "0.1.39",
53
- "@dsh-enhanced/personal-memory": "0.1.39",
54
- "@dsh-enhanced/assistant-policy": "0.1.39"
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"