@adminforth/agent 1.27.3 → 1.27.4

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 207,560 bytes received 562 bytes 416,244.00 bytes/sec
41
+ sent 207,560 bytes received 562 bytes 138,748.00 bytes/sec
42
42
  total size is 205,246 speedup is 0.99
@@ -85,7 +85,7 @@
85
85
  <Button
86
86
  @click="agentStore.createPreSession(); agentStore.setSessionHistoryOpen(false); agentStore.focusTextInput();"
87
87
  :disabled="agentStore.isResponseInProgress"
88
- class="!py-2 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
88
+ class="!py-1 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
89
89
  >
90
90
  <IconPlusOutline class="w-5 h-5" />
91
91
  {{ $t('New chat') }}
@@ -85,7 +85,7 @@
85
85
  <Button
86
86
  @click="agentStore.createPreSession(); agentStore.setSessionHistoryOpen(false); agentStore.focusTextInput();"
87
87
  :disabled="agentStore.isResponseInProgress"
88
- class="!py-2 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
88
+ class="!py-1 !px-2 rounded-3xl text-gray-800 dark:text-gray-200 max-w-64 mr-2"
89
89
  >
90
90
  <IconPlusOutline class="w-5 h-5" />
91
91
  {{ $t('New chat') }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.27.3",
3
+ "version": "1.27.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",