Provider for OpenCode (~/.local/share/opencode/).
Reads session data from the SQLite database, including session titles, projects, and first user messages. OpenCode does not have a curated memory system — only session transcripts.
Directory layout
~/.local/share/opencode/
├── opencode.db # SQLite with session/message tables
├── snapshot/ # file snapshots (not read)
├── log/ # logs (not read)
└── tool-output/ # tool output (not read)