Description
Current OpenCode versions store session data in ~/.local/share/opencode/opencode.db. AI Engineering Coach searches the legacy JSON storage directories. As a result, it can report zero OpenCode sessions without an error.
Reported in PR #170. Related to #84.
Steps to Reproduce
- Use an OpenCode version that stores sessions in
opencode.db.
- Create one or more OpenCode sessions.
- Open AI Engineering Coach.
- Load the session data.
- Observe that no OpenCode sessions appear.
Expected Behavior
The extension reads opencode.db in read-only mode and shows the OpenCode sessions, requests, token counts, and model information.
Legacy JSON storage must continue to work.
Extension Version
Not provided in PR #170.
VS Code Version
Not provided in PR #170.
Operating System
Not provided in PR #170.
Description
Current OpenCode versions store session data in
~/.local/share/opencode/opencode.db. AI Engineering Coach searches the legacy JSON storage directories. As a result, it can report zero OpenCode sessions without an error.Reported in PR #170. Related to #84.
Steps to Reproduce
opencode.db.Expected Behavior
The extension reads
opencode.dbin read-only mode and shows the OpenCode sessions, requests, token counts, and model information.Legacy JSON storage must continue to work.
Extension Version
Not provided in PR #170.
VS Code Version
Not provided in PR #170.
Operating System
Not provided in PR #170.