agentgui 1.0.814 → 1.0.815
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/CLAUDE.md +2 -1
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -67,7 +67,8 @@ lib/ws-handlers-scripts.js npm script run/stop WS RPC handlers
|
|
|
67
67
|
lib/plugins/ Server plugins (acp, agents, auth, database, files, git, speech, stream, tools, websocket, workflow)
|
|
68
68
|
|
|
69
69
|
static/index.html Main HTML shell
|
|
70
|
-
static/app.js
|
|
70
|
+
static/app.js UI IIFEs (sidebar search, error boundary, import, archived view, presets)
|
|
71
|
+
static/js/app-shortcuts.js Keyboard shortcuts overlay
|
|
71
72
|
static/theme.js Theme switching
|
|
72
73
|
static/css/main.css All application styles (extracted from index.html)
|
|
73
74
|
static/css/tools-popup.css Tool popup styles
|