Commit 5bd17f5
refactor: Remove OpenCode conversation importing
OpenCode does not have persistent conversation storage like Claude Code,
so importing from OpenCode is not feasible. Removed:
- importOpenCodeSessions() method
- OpenCode-related logging in importAll()
- Simplified return type to only return Claude Code conversations
Claude Code importing remains fully functional (178 conversations).
OpenCode can still be used as an agent, but conversations won't be
imported from it (which is correct behavior).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 311bc30 commit 5bd17f5
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 55 | | |
61 | 56 | | |
62 | 57 | | |
63 | | - | |
64 | 58 | | |
65 | | - | |
66 | | - | |
| 59 | + | |
67 | 60 | | |
68 | 61 | | |
69 | 62 | | |
| |||
0 commit comments