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.
Files changed (2) hide show
  1. package/CLAUDE.md +2 -1
  2. 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 App initialization
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.814",
3
+ "version": "1.0.815",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",