1/5
Marketplace·9 Jul 2026
Deletes local session files while gating full history behind a paywall - verify before trusting this with your data
I installed this to browse my Claude Code history. Two things I found concerning enough to uninstall:
1. A conversation session disappeared from Claude Code's own storage (~/.claude/projects/.../<session-id>.jsonl) after using this extension - the file was gone from disk entirely, and not recoverable from the system Trash either. Yet the extension's own panel could still display that conversation in full. Looking at the bundled extension.js, the extension keeps its own separate SQLite cache/index of your messages (independent of the source .jsonl files), and it ships explicit delete commands (deleteSession, deleteSessionsBulk, clearAllData, clearProjectCache) whose delete path attempts to send the source file to Trash and falls back to a permanent unlink if that fails. I can't prove which exact action removed my file, but the extension clearly has the code path to permanently delete your original chat history while retaining its own copy.
2. The free tier appears deliberately narrow. The bundled code defines limits like historyDays: 7, searchAccessDays: 3, timelineSessionDays: 3, dashboardDays: 7, and capped exportSessionCount / archiveSessionCount, gated behind a "Premium Center" upgrade prompt. Combined with #1, the practical effect is: your own local history can become inaccessible through normal means, while the extension is the thing still holding a copy of it and asking you to pay to fully access/export/archive it.
Regardless of intent, an extension that (a) has the ability to permanently delete the source-of-truth files it's supposed to be a read-only viewer for, and (b) monetizes access to your own local data once it's the only remaining copy, is a serious data-safety red flag. I'd recommend the Marketplace team and users review this closely. I've since uninstalled it.
Himanshu RathodPublisher replied10 Jul 2026 · 1d later
Hi Himanshu,
I take data-safety reports seriously, so I reviewed every deletion, cache, and subscription path. The headline needs an important clarification: the extension does not delete sessions automatically or because they fall outside the Free-tier window.
A source .jsonl file can only enter the deletion path after the user explicitly selects Delete and then agrees to the VS Code warning popup by clicking “Move to Trash.” If you did not initiate Delete and accept that popup, the permanent-unlink fallback could not have run.
You correctly identified that, after this explicit confirmation, a failed Trash operation could fall back to unlinkSync. Although it was never an automatic path, permanently deleting after a failed Trash request was unsafe. I have removed that fallback: if VS Code cannot move the file to Trash, the operation now stops and the original remains untouched.
Some command names in the bundle also need context:
clearProjectCache only clears an in-memory parser cache.
clearAllData only clears the extension’s local database.
Neither command deletes files from ~/.claude/projects.
A confirmed session deletion also attempts to remove that session from the SQLite index; there is no intentional flow that deletes the source while preserving and paywalling the extension’s copy.
The Free/Pro limits are explicitly disclosed in the README, Marketplace description, and website. They limit features inside this third-party viewer; they do not delete, move, encrypt, or otherwise restrict the underlying files. History outside the Free window remains in its original location and can still be accessed directly or through the official tools while those source files exist.
5/5
Marketplace·10 Jun 2026
I've been using Claude Code full-time for a few months and this extension has become part of my workflow. The session history and search alone save me a lot of time when I need to find old solutions or prompts. Feels like functionality that should be built into Claude Code.
Shivansh Vashishtha5/5
Marketplace·8 Jun 2026
I love this extension, it is absolutely invaluable to the way I work with Claude Code and Codex in VS Code. My favourite features are being able to easily see and work with my sesion history, resume sessions, see my burndown/quota remaining for both agents at once.
I don't like to pay for software unless it really creates value for me, but I paid lifetime for this and have no regrets.
I have also given the author extensive feature suggestions and he has implemented almost all of them rapidly, very responsidve over email.
Nicholas Andonakis5/5
Marketplace·7 Jun 2026
awesome, works great
Ayush Agrawal5/5
Marketplace·6 Jun 2026
It fills a real gap in ClaudCode functionality. Full features unlock for a reasonable on-time fee.
Daniel BenczPublisher replied26 May 2026
Hi Daniel, Thank you for trying this out. Here's what actually happens:
- Chat content never leaves your machine. The extension reads ~/.claude/projects/ and ~/.codex/sessions/ locally and stores everything in a local SQLite database. You can verify with any network proxy (Charles, Proxyman, Little Snitch) — no chat text, file content, or diffs are ever sent.
- What does go over the wire by default: an anonymized device ID, OS/extension version, and aggregated usage counters (e.g. "session opened", "search ran"). Error reports include error messages and stack traces — never chat content. Both are togglable in extension settings (enableErrorReporting, enableUsageStatsSharing).
- Leaderboard sharing is off by default and requires explicit opt-in.
I have updated the README to mention this now.
5/5
Marketplace·3 Jun 2026
Yash Agarwal1/5
Marketplace·12 May 2026
Installed the extension but could do nothing with it because my chats were over a week old. To view those you have to pay. There is no mentioned of this before you install the extension which in some places is illegal especially when you are advertising something as free...... but then have to pay to use it.
PaulPublisher replied26 May 2026 · 15d later
Hi Paul, sorry that landed wrong. You're right that the 7-day free history limit wasn't called out clearly before install, and that's on me. I have updated the listing so the free vs Pro split is visible upfront.
For context: the extension is free for everyday use (recent sessions, search, diffs, dashboard) and Pro unlocks full history, export and session forking.
Pricing and a 7-day refund window are on ccassist.dev — happy to refund within that window if Pro doesn't solve your case.
Thanks for the feedback and using this extension.
1/5
Marketplace·6 Mar 2026
There are some features (e.g. Export to Markdown) that are behind a paywall ($3.99/mo or $29.99 once).
Nothing on the extension page nor Github mention this.
Nicholas JansmaMuch needed to fill the shoes where claude code was lacking.. shoutout to the developer!
ayu0017ai slop extension with garbage UI. It wants money when you try to start the chat from that place.
Eren Kulaksız1/5
Marketplace·21 Dec 2025
The source code has not been shared despite this extension being apache licensed on github. This is highly suspicious and needs to be addressed ASAP. Do not install this extension as it is very popular for vscode extensions to include malware nowadays.
Austin JeanePublisher replied21 Dec 2025 · 2h later
Thanks for raising this. I want to clarify and correct the record.
When the extension was first published, it was mistakenly marked as Apache-licensed. This was an honest mistake on my part — this was my first extension and the first time one of my projects gained this level of usage, and I did not fully understand the licensing differences at the time. This was corrected over a month ago, and the extension is now clearly distributed under a proprietary EULA. There is currently no claim that the source code is open.
The extension does not include any malware, crypto-miners, trackers, or obfuscated payloads. It uses only documented VS Code APIs and does not execute arbitrary binaries or external scripts. The VS Code Marketplace also performs automated security checks.
I agree users should stay cautious, but implying malware based solely on a past licensing metadata mistake or closed-source status is misleading.
If you have any specific technical evidence (API usage, network calls, files, etc.), please share it and I’ll investigate immediately.
5/5
Marketplace·12 Dec 2025
Wow this worked flawlessly for why I downloaded it. It gives you the ability to search through all your previous Claude Code chats! Fantastic!
Chris BurkePublisher replied17 Dec 2025 · 6d later
Thanks so much for the feedback!
If you ever run into other issues or have feature ideas, feel free to reach out - I'm @yashagl on X/Twitter!
5/5
Marketplace·31 Oct 2025
Helps me a lot
henry cuiPublisher replied17 Dec 2025 · 47d later
Thanks so much for the feedback!
If you ever run into other issues or have feature ideas, feel free to reach out - I'm @yashagl on X/Twitter!
5/5
Marketplace·18 Oct 2025
This extension has saved me a few times! as for some reason claude code doesn't Properly archive conversations and the resume command couldn't find my latest few hours worth of work conversations..
Naydee PolancoPublisher replied25 Oct 2025 · 7d later
Thanks so much for the feedback! Stories like yours are why I keep improving the extension. If you ever run into other issues or have feature ideas, feel free to reach out - I'm @yashagl on X/Twitter!
amazing extension
Yash Agarwal5/5
Marketplace·12 Aug 2025
awesome extension
Yash Agarwal