@adminforth/agent 1.26.0 → 1.26.1

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/build.log CHANGED
@@ -38,5 +38,5 @@ custom/skills/fetch_data/SKILL.md
38
38
  custom/skills/mutate_data/
39
39
  custom/skills/mutate_data/SKILL.md
40
40
 
41
- sent 206,204 bytes received 562 bytes 413,532.00 bytes/sec
42
- total size is 203,890 speedup is 0.99
41
+ sent 206,263 bytes received 562 bytes 413,650.00 bytes/sec
42
+ total size is 203,953 speedup is 0.99
@@ -29,7 +29,7 @@
29
29
  <span v-if="props.data?.toolInfo?.durationMs" class="text-xs">({{ (props.data.toolInfo.durationMs / 1000).toFixed(2) }}s)</span>
30
30
  </p> -->
31
31
  <p class="break-all font-mono text-sm leading-5 text-nowrap">
32
- {{ props.data?.toolInfo?.toolInfo }}
32
+ {{ props.data?.toolInfo?.toolInfo ? props.data.toolInfo.toolInfo : props.data?.toolInfo?.toolName}}
33
33
  </p>
34
34
  </div>
35
35
  <IconAngleDownOutline
@@ -29,7 +29,7 @@
29
29
  <span v-if="props.data?.toolInfo?.durationMs" class="text-xs">({{ (props.data.toolInfo.durationMs / 1000).toFixed(2) }}s)</span>
30
30
  </p> -->
31
31
  <p class="break-all font-mono text-sm leading-5 text-nowrap">
32
- {{ props.data?.toolInfo?.toolInfo }}
32
+ {{ props.data?.toolInfo?.toolInfo ? props.data.toolInfo.toolInfo : props.data?.toolInfo?.toolName}}
33
33
  </p>
34
34
  </div>
35
35
  <IconAngleDownOutline
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",