agentgui 1.0.460 → 1.0.461
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 +11 -11
package/package.json
CHANGED
package/static/index.html
CHANGED
|
@@ -3098,19 +3098,19 @@
|
|
|
3098
3098
|
</button>
|
|
3099
3099
|
<button class="header-icon-btn tools-manager-btn" id="toolsManagerBtn" title="Tools & extensions" aria-label="Tools & extensions" style="display:none;">
|
|
3100
3100
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 6V2M12 22v-4M6 12H2M22 12h-4M7.07 7.07L4.22 4.22M19.78 19.78L16.93 16.93M7.07 16.93L4.22 19.78M19.78 4.22L16.93 7.07"/></svg>
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
</
|
|
3101
|
+
</button>
|
|
3102
|
+
<div class="tools-popup" id="toolsPopup">
|
|
3103
|
+
<div class="tools-popup-content" onclick="event.stopPropagation()">
|
|
3104
|
+
<div class="tools-popup-header">
|
|
3105
|
+
<h2>Tools & Extensions</h2>
|
|
3106
|
+
<button class="tools-popup-close" onclick="document.getElementById('toolsPopup').classList.remove('open')">×</button>
|
|
3107
|
+
</div>
|
|
3108
|
+
<div class="tools-popup-scroll"></div>
|
|
3109
|
+
<div class="tools-popup-footer">
|
|
3110
|
+
<button class="tools-popup-refresh-btn" onclick="window.toolsManager.refresh()">Refresh All</button>
|
|
3111
3111
|
</div>
|
|
3112
3112
|
</div>
|
|
3113
|
-
</
|
|
3113
|
+
</div>
|
|
3114
3114
|
<div class="status-badge">
|
|
3115
3115
|
<div class="status-indicator" data-status="disconnected"></div>
|
|
3116
3116
|
<span id="connectionStatus" data-status-indicator>Disconnected</span>
|