dsh-math-modeling-agent 0.2.4 → 0.2.5

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,13 +108,14 @@ D3 方向/D4 裁决),`run-state.mjs gate` 在每次状态转移前强制校
108
108
  安装:
109
109
 
110
110
  ```bash
111
- dsh plugin --profile web add github:yohanchen1/MathModelingAgent#v0.2.4
111
+ dsh plugin --profile web add github:yohanchen1/MathModelingAgent#v0.2.5
112
112
  dsh --profile web --dump-config # 检查组合层(应看到 dsh-math-modeling-agent-skills 行)
113
113
  dsh web # 重启以加载插件
114
114
  ```
115
115
 
116
- (npm 通道装最新版:`dsh plugin --profile web add dsh-math-modeling-agent`;
117
- 如本机配置了镜像源且同步滞后,可显式走官方源:
116
+ (npm 源通道:`dsh plugin --profile web add dsh-math-modeling-agent` —— 从 npm registry 拉最新版;
117
+ `dsh plugin` 会在 profile 目录执行 pnpm 安装并自动把插件注册进 `dsh.profile.bundles`,
118
+ 不要用 `npm install` 代替,那会装到错误位置。如本机镜像源同步滞后,可显式走官方源:
118
119
  `dsh plugin --profile web add dsh-math-modeling-agent --registry=https://registry.npmjs.org/`)
119
120
 
120
121
  开始建模——直接描述任务即可。每个会改变模型结构的决策都会在对话中交互确认
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-math-modeling-agent",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Evidence-driven mathematical modeling and verification skills for DeepSeek Harness",
5
5
  "type": "module",
6
6
  "files": [