agentgui 1.0.52 → 1.0.54
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/.prd +11 -27
- package/package.json +1 -1
package/.prd
CHANGED
|
@@ -1,41 +1,25 @@
|
|
|
1
1
|
# agentgui Work Items
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## REMAINING WORK
|
|
4
4
|
|
|
5
|
-
### Phase 2: OpenCode Integration (
|
|
6
|
-
**
|
|
7
|
-
|
|
8
|
-
**Investigation Result:**
|
|
9
|
-
- OpenCode does NOT store persistent conversation history like Claude Code
|
|
5
|
+
### Phase 2: OpenCode Integration (BLOCKED - No Persistent Storage)
|
|
6
|
+
**Investigation:** OpenCode does NOT store persistent conversation history.
|
|
10
7
|
- ~/.config/opencode/opencode.json contains only MCP server config
|
|
11
8
|
- No sessions-index.json or history.jsonl found in OpenCode directories
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
**Options:**
|
|
15
|
-
- [ ] Option A: Implement OpenCode CLI integration to query conversations at runtime (requires OpenCode SDK/API)
|
|
16
|
-
- [ ] Option B: Focus on Claude Code import (already complete) and document OpenCode limitation
|
|
17
|
-
- [ ] Option C: Create placeholder for future OpenCode support when SDK is available
|
|
9
|
+
- Recommendation: Document as limitation, defer until OpenCode SDK provides conversation API
|
|
18
10
|
|
|
19
|
-
|
|
20
|
-
- [ ] Implement OpenCode history loader (if feasible)
|
|
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)
|
|
11
|
+
### Phase 3: Sync & Consistency (BLOCKED - Depends on Phase 2)
|
|
26
12
|
- [ ] File watchers for history changes
|
|
27
13
|
- [ ] Auto-import new conversations from CLI
|
|
28
14
|
- [ ] Keep GUI database in sync with filesystem
|
|
29
|
-
- [ ] Handle conflicts
|
|
15
|
+
- [ ] Handle conflicts
|
|
30
16
|
- [ ] Implement read-only mode for imported conversations
|
|
31
17
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
- Deferred: Requires backend performance optimization
|
|
38
|
-
- Can test once backend is responsive
|
|
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
|
|
39
23
|
|
|
40
24
|
## Test Categories Remaining (10 of 12)
|
|
41
25
|
- [ ] Category 2: Real-Time Streaming with Persistence
|