@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,
|
|
42
|
-
total size is 203,
|
|
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
|