@dsh-enhanced/personal-assistant 0.1.24 → 0.1.31

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 CHANGED
@@ -24,7 +24,7 @@ patch 会完整覆盖上游 `permission` 行,并挂载唯一的 `dsh-enhanced-
24
24
  - policy 默认写入一条 `dsh-enhanced-foreground-capability-*`:本机 Web/direct 的 foreground Agent 可访问 profile 已挂载的全部技能、工具与插件动作,后续动态挂载也无需逐项补 allow;它不会安装尚未安装的插件,也不授权 background 或飞书 external 身份。显式 deny、紧急停止、身份/预算检查仍优先。`budgets` 默认留空。
25
25
  - automations scheduler 默认关闭;创建并审批 automation 后仍需由部署者显式启用 scheduler。
26
26
  - Memory、Wiki、Policy、Automations 使用各自的 DSH home 私有路径和独立真源。
27
- - meta 入口先等待 Policy 完成激活,再依次挂载 Memory、Wiki 与 Automations;真实 rc.8 启动不依赖同步构造或 YAML 行序碰巧成功。
27
+ - meta 入口先等待 Policy 完成激活,再依次挂载 Memory、Wiki 与 Automations;真实 `0.1.2-rc.1` 启动不依赖同步构造或 YAML 行序碰巧成功。
28
28
 
29
29
  需要收紧时可添加显式 deny,或使用安装器的 `--agent-tools disable` 移除托管的 foreground grant;先在测试 profile 使用 `--dump-config` 检查最终 patch。
30
30
 
@@ -54,4 +54,4 @@ meta-bundle 不引入一套独立于上游 Host 的 OS capability、网络 API
54
54
 
55
55
  ## 兼容性
56
56
 
57
- 子包均以 DeepSeek Harness `0.1.0-rc.8`(提交 `141eb6fef83422698aef7a981029e843e8161534`)为验证基线。参见[兼容性文档](../../docs/compatibility.md)。
57
+ 子包均以 DeepSeek Harness `0.1.2-rc.1` 为验证基线。参见[兼容性文档](../../docs/compatibility.md)。
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.24";
1
+ export declare const version = "0.1.31";
2
2
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.1.24';
1
+ export const version = '0.1.31';
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.24",
3
+ "version": "0.1.31",
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",
@@ -47,11 +47,11 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "@deepseek-ai/schemastery": "3.18.1",
51
- "@dsh-enhanced/assistant-automations": "0.1.24",
52
- "@dsh-enhanced/assistant-policy": "0.1.24",
53
- "@dsh-enhanced/personal-memory": "0.1.24",
54
- "@dsh-enhanced/personal-wiki": "0.1.24"
50
+ "@deepseek-ai/schemastery": "3.18.2",
51
+ "@dsh-enhanced/assistant-automations": "0.1.31",
52
+ "@dsh-enhanced/assistant-policy": "0.1.31",
53
+ "@dsh-enhanced/personal-memory": "0.1.31",
54
+ "@dsh-enhanced/personal-wiki": "0.1.31"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@deepseek-ai/cordis": "^4.0.1"
@@ -62,7 +62,7 @@
62
62
  }
63
63
  },
64
64
  "devDependencies": {
65
- "@deepseek-ai/cordis": "4.0.1",
65
+ "@deepseek-ai/cordis": "4.0.2",
66
66
  "@types/node": "22.20.0",
67
67
  "typescript": "6.0.3",
68
68
  "vitest": "4.1.8"