agentgui 1.0.80 → 1.0.81
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/package.json +1 -1
- package/static/index.html +1 -1
package/package.json
CHANGED
package/static/index.html
CHANGED
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
<aside class="sidebar" data-sidebar>
|
|
639
639
|
<div class="sidebar-header">
|
|
640
640
|
<h2>History</h2>
|
|
641
|
-
<button class="sidebar-new-btn" data-new-conversation title="Start new conversation">+ New</button>
|
|
641
|
+
<button id="newConversationBtn" class="sidebar-new-btn" data-new-conversation title="Start new conversation">+ New</button>
|
|
642
642
|
</div>
|
|
643
643
|
<ul class="sidebar-list" data-conversation-list>
|
|
644
644
|
<li class="sidebar-empty" data-conversation-empty>No conversations yet</li>
|