@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 +1 -1
- package/custom/ChatSurface.vue +1 -1
- package/dist/custom/ChatSurface.vue +1 -1
- package/package.json +1 -1
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
|
|
41
|
+
sent 207,560 bytes received 562 bytes 138,748.00 bytes/sec
|
|
42
42
|
total size is 205,246 speedup is 0.99
|
package/custom/ChatSurface.vue
CHANGED
|
@@ -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-
|
|
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-
|
|
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') }}
|