@adminforth/agent 1.24.0 → 1.24.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 200,
|
|
42
|
-
total size is 197,
|
|
41
|
+
sent 200,052 bytes received 562 bytes 401,228.00 bytes/sec
|
|
42
|
+
total size is 197,748 speedup is 0.99
|
|
@@ -541,6 +541,9 @@ export const useAgentStore = defineStore('agent', () => {
|
|
|
541
541
|
const res = await callAdminForthApi({
|
|
542
542
|
method: 'POST',
|
|
543
543
|
path: '/agent/get-sessions',
|
|
544
|
+
body: {
|
|
545
|
+
limit: 100,
|
|
546
|
+
},
|
|
544
547
|
});
|
|
545
548
|
if (res.error) {
|
|
546
549
|
console.error('Error fetching sessions list:', res.error);
|
|
@@ -541,6 +541,9 @@ export const useAgentStore = defineStore('agent', () => {
|
|
|
541
541
|
const res = await callAdminForthApi({
|
|
542
542
|
method: 'POST',
|
|
543
543
|
path: '/agent/get-sessions',
|
|
544
|
+
body: {
|
|
545
|
+
limit: 100,
|
|
546
|
+
},
|
|
544
547
|
});
|
|
545
548
|
if (res.error) {
|
|
546
549
|
console.error('Error fetching sessions list:', res.error);
|