Browse historical sessions by update time in both the Activity Bar (AgentRecall) and the Explorer (File Tree) panel.
🚀 Workspace Sync for Native Ctrl + Shift + F
Export all sessions as clean .md files into .agentrecall-history/ in your workspace, allowing VS Code's native global search to index all agent dialogues.
⌨️ Shortcuts & Commands
Shortcut / Command
Action
Ctrl + Alt + F (Mac: Cmd + Alt + F)
Search Agent History: Global real-time dialogue search
AgentRecall: Export All Chats to Workspace
Export all sessions to workspace for native global search
AgentRecall: Refresh History
Reload and refresh the conversation list
🏗️ Architecture
Built as a lightweight, zero-dependency VS Code extension.
Uses VS Code's native TextDocumentContentProvider (agentrecall:/chat/<id>.md) for memory-efficient virtual Markdown rendering.
Extensible multi-agent parser architecture designed to support disparate local session formats seamlessly.