@lmzhen/dsh-tool-memory 0.3.39 → 0.3.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -194,6 +194,7 @@ async function apply(ctx, rawConfig) {
194
194
  args: normalized,
195
195
  origin,
196
196
  ...exec.agent?.session.id ? { sessionId: exec.agent.session.id } : {},
197
+ ...exec.agent?.session ? { session: exec.agent.session } : {},
197
198
  ...sessionPolicy !== void 0 ? { sessionPolicy } : {}
198
199
  });
199
200
  if (decision.action === "staged") return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-tool-memory",
3
3
  "description": "Model-facing memory tool and prompt context (community build)",
4
- "version": "0.3.39",
4
+ "version": "0.3.41",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,22 +31,22 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "@deepseek-ai/schemastery": "^3.18.1",
34
- "@lmzhen/dsh-evolution-core": "^0.3.39",
35
- "@lmzhen/dsh-evolution-approval": "^0.3.39"
34
+ "@lmzhen/dsh-evolution-core": "^0.3.41",
35
+ "@lmzhen/dsh-evolution-approval": "^0.3.41"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
39
39
  "@deepseek-ai/cordis": "^4.0.1",
40
40
  "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
41
41
  "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.2",
42
- "@lmzhen/dsh-memory": "^0.3.39"
42
+ "@lmzhen/dsh-memory": "^0.3.41"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
46
46
  "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
47
47
  "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.2",
48
48
  "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.1-rc.2",
49
- "@lmzhen/dsh-memory": "^0.3.39",
50
- "@lmzhen/dsh-memory-files": "^0.3.39"
49
+ "@lmzhen/dsh-memory": "^0.3.41",
50
+ "@lmzhen/dsh-memory-files": "^0.3.41"
51
51
  }
52
52
  }