agentgui 1.0.54 → 1.0.55
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/package.json +1 -1
- package/.prd +0 -35
package/package.json
CHANGED
package/.prd
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# agentgui Work Items
|
|
2
|
-
|
|
3
|
-
## REMAINING WORK
|
|
4
|
-
|
|
5
|
-
### Phase 2: OpenCode Integration (BLOCKED - No Persistent Storage)
|
|
6
|
-
**Investigation:** OpenCode does NOT store persistent conversation history.
|
|
7
|
-
- ~/.config/opencode/opencode.json contains only MCP server config
|
|
8
|
-
- No sessions-index.json or history.jsonl found in OpenCode directories
|
|
9
|
-
- Recommendation: Document as limitation, defer until OpenCode SDK provides conversation API
|
|
10
|
-
|
|
11
|
-
### Phase 3: Sync & Consistency (BLOCKED - Depends on Phase 2)
|
|
12
|
-
- [ ] File watchers for history changes
|
|
13
|
-
- [ ] Auto-import new conversations from CLI
|
|
14
|
-
- [ ] Keep GUI database in sync with filesystem
|
|
15
|
-
- [ ] Handle conflicts
|
|
16
|
-
- [ ] Implement read-only mode for imported conversations
|
|
17
|
-
|
|
18
|
-
### Issue #1: Conversation Selection Timeout (DEFERRED)
|
|
19
|
-
- Root cause identified: fetchMessages() API performance issue
|
|
20
|
-
- Location: /static/app.js line 762
|
|
21
|
-
- Deferred: Requires backend API optimization
|
|
22
|
-
- Status: Can test once backend is responsive
|
|
23
|
-
|
|
24
|
-
## Test Categories Remaining (10 of 12)
|
|
25
|
-
- [ ] Category 2: Real-Time Streaming with Persistence
|
|
26
|
-
- [ ] Category 3: HTML Rendering Without Text Mixing
|
|
27
|
-
- [ ] Category 4: Theme Compliance (Light/Dark)
|
|
28
|
-
- [ ] Category 5: Advanced RippleUI Components
|
|
29
|
-
- [ ] Category 6: Interactive Forms & Input Validation
|
|
30
|
-
- [ ] Category 7: Database Persistence & Recovery
|
|
31
|
-
- [ ] Category 8: State Consistency & Validation
|
|
32
|
-
- [ ] Category 9: Reconnection & Recovery
|
|
33
|
-
- [ ] Category 10: Error Handling & Edge Cases
|
|
34
|
-
- [ ] Category 11: Performance & Latency
|
|
35
|
-
- [ ] Category 12: Multi-Agent & Configuration
|