dsh-plugin-pscad-expert-vyma 1.0.4 → 1.0.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 (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
  3. package/plugin.yaml +1 -1
package/index.js CHANGED
@@ -179,7 +179,7 @@ export function apply(ctx, config) {
179
179
  description: def.description,
180
180
  parameters: def.parameters,
181
181
  output: {
182
- schema: { type: 'object' },
182
+ schema: { type: 'object', additionalProperties: true },
183
183
  render: renderJson,
184
184
  },
185
185
  execute: (args, exec) => runPy(def.name, args, config, exec.signal),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-plugin-pscad-expert-vyma",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "PSCAD 自动化建模与仿真控制专家插件(DSH Agent 工具库 + 基准模板 + 领域知识)",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/plugin.yaml CHANGED
@@ -3,7 +3,7 @@
3
3
  # 由知识资产固化项目自动生成(2026-08-25)· 部署至 Git 仓库
4
4
  # ============================================================
5
5
  name: pscad-automation-expert
6
- version: 1.0.4
6
+ version: 1.0.5
7
7
  description: PSCAD 自动化建模与仿真控制专家插件
8
8
 
9
9
  # ---- 系统提示词(加载到 Agent 上下文最前置位置)----