@lmzhen/dsh-evolution-agent-preset 0.3.82 → 0.3.83

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @deepseek-ai/dsh-evolution-agent-preset
1
+ # @lmzhen/dsh-evolution-agent-preset
2
2
 
3
3
  Agent preset exposing memory and skill evolution tools to a session
4
4
 
@@ -9,7 +9,7 @@ Agent preset exposing memory and skill evolution tools to a session
9
9
 
10
10
  #### What the model sees
11
11
 
12
- `@deepseek-ai/dsh-evolution-agent-preset` registers no direct prompt or tool schema itself. Model-visible effects are owned by the packages that consume this service.
12
+ `@lmzhen/dsh-evolution-agent-preset` registers no direct prompt or tool schema itself. Model-visible effects are owned by the packages that consume this service.
13
13
 
14
14
  #### Token effect
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-agent-preset",
3
3
  "description": "Agent preset exposing memory and skill evolution tools to a session (community build)",
4
- "version": "0.3.82",
4
+ "version": "0.3.83",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -25,9 +25,9 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@deepseek-ai/dsh-tool-session-query": "^0.1.5-rc.2",
28
- "@lmzhen/dsh-tool-memory": "^0.3.82",
29
- "@lmzhen/dsh-tool-skill-manage": "^0.3.82",
30
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.82"
28
+ "@lmzhen/dsh-tool-memory": "^0.3.83",
29
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.83",
30
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.83"
31
31
  },
32
32
  "exports": {
33
33
  ".": {