agentgui 1.0.46 → 1.0.47

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 -8
  2. package/package.json +1 -1
package/.prd CHANGED
@@ -1,13 +1,5 @@
1
1
  # agentgui Work Items
2
2
 
3
- ## COMPLETED ✅
4
- - [x] Phase 1: Claude Code Conversation Import
5
- - Database schema migrated (9 new columns added)
6
- - 90 Claude Code conversations imported
7
- - Auto-import running every 30 seconds
8
- - Server running, UI fully loaded (177 conversations)
9
- - Commits: 340b7c1, fda2822
10
-
11
3
  ## ACTIVE 🔄
12
4
 
13
5
  ### Phase 2: OpenCode Integration (PRIORITY 2)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",