Expand description
Roo Code session parser for VS Code extension storage. Roo Code session parser.
Parses conversation history from Roo Code, an AI coding assistant VS Code extension that is a fork of Cline.
Roo Code stores task conversations in the VS Code global storage directory:
- macOS:
~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roo-cline/tasks/ - Linux:
~/.config/Code/User/globalStorage/rooveterinaryinc.roo-cline/tasks/ - Windows:
%APPDATA%/Code/User/globalStorage/rooveterinaryinc.roo-cline/tasks/
Each task has its own directory containing:
api_conversation_history.json- Raw API message exchangesui_messages.json- User-facing message formattask_metadata.json- Task metadata (optional)
Structsยง
- RooCode
Watcher - Watcher for Roo Code sessions.