@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,003 bytes received 562 bytes 401,130.00 bytes/sec
42
- total size is 197,699 speedup is 0.99
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.24.0",
3
+ "version": "1.24.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",