agentgui 1.0.96 → 1.0.97

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/.prd +0 -6
  2. package/package.json +1 -1
package/.prd CHANGED
@@ -1,7 +1 @@
1
- CHAT UI LAYOUT REDESIGN - Standard Chat Interface Pattern
2
1
 
3
- GOAL: Make AgentGUI look and behave like Claude.ai/ChatGPT/Gemini/Grok standard chat layout
4
-
5
- ITEMS:
6
-
7
- 7. [PENDING] Commit and push changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",