@yeaft/webchat-agent 1.0.367 → 1.0.368

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.
@@ -1 +1 @@
1
- {"version":"1.0.367"}
1
+ {"version":"1.0.368"}
@@ -8121,7 +8121,7 @@ ${String(e||"").trim()}
8121
8121
  v-if="!showOnboardingGuide"
8122
8122
  class="yeaft-topbar-right"
8123
8123
  :search-open="historySearchOpen"
8124
- :loading-more-history="store.yeaftLoadingMoreHistory || !!store.yeaftSessionHydrateRequestId"
8124
+ :loading-more-history="store.yeaftLoadingMoreHistory"
8125
8125
  :session-status-visible="sessionStatusVisible"
8126
8126
  :debug-mode="debugMode"
8127
8127
  :show-page-reload="isMobile"
Binary file
@@ -16,6 +16,6 @@
16
16
  </head>
17
17
  <body>
18
18
  <div id="app"></div>
19
- <script type="module" src="app.bundle.js?v=6d32fe38"></script>
19
+ <script type="module" src="app.bundle.js?v=76df89f4"></script>
20
20
  </body>
21
21
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeaft/webchat-agent",
3
- "version": "1.0.367",
3
+ "version": "1.0.368",
4
4
  "description": "Remote worker agent for Yeaft Web Code Agent — connects the native Yeaft engine, CLI providers, and workbench tools",
5
5
  "main": "index.js",
6
6
  "type": "module",