agentgui 1.0.46 → 1.0.48

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/package.json +1 -1
  2. package/.prd +0 -53
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
package/.prd DELETED
@@ -1,53 +0,0 @@
1
- # agentgui Work Items
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
- ## ACTIVE 🔄
12
-
13
- ### Phase 2: OpenCode Integration (PRIORITY 2)
14
- **User Request:** Import all OpenCode conversations and keep them in sync
15
-
16
- **Blockers:**
17
- - [ ] Determine OpenCode conversation storage location
18
-
19
- **Tasks:**
20
- - [ ] Implement OpenCode history loader
21
- - [ ] Merge both sources in database
22
- - [ ] Display merged history in sidebar
23
- - [ ] Support agent type filtering
24
-
25
- ### Phase 3: Sync & Consistency (PRIORITY 3)
26
- - [ ] File watchers for history changes
27
- - [ ] Auto-import new conversations from CLI
28
- - [ ] Keep GUI database in sync with filesystem
29
- - [ ] Handle conflicts (same conversation in both systems)
30
- - [ ] Implement read-only mode for imported conversations
31
-
32
- ## ISSUES TO FIX ⚠️
33
-
34
- **Issue #1: Timeout on Conversation Selection**
35
- - Clicking conversations causes code execution timeout
36
- - Needs investigation into click handlers
37
-
38
- **Issue #2: Message Input Field**
39
- - Message submission behavior unclear
40
- - May not be properly wired to agent communication
41
-
42
- ## Test Categories Remaining (10 of 12)
43
- - [ ] Category 2: Real-Time Streaming with Persistence
44
- - [ ] Category 3: HTML Rendering Without Text Mixing
45
- - [ ] Category 4: Theme Compliance (Light/Dark)
46
- - [ ] Category 5: Advanced RippleUI Components
47
- - [ ] Category 6: Interactive Forms & Input Validation
48
- - [ ] Category 7: Database Persistence & Recovery
49
- - [ ] Category 8: State Consistency & Validation
50
- - [ ] Category 9: Reconnection & Recovery
51
- - [ ] Category 10: Error Handling & Edge Cases
52
- - [ ] Category 11: Performance & Latency
53
- - [ ] Category 12: Multi-Agent & Configuration