13 Apr 2026
Context: This is a follow-up to The Vercel Plugin on Claude Code wants to read all your prompts!
A seemingly innocuous question - “The Vercel plugin collects …. Would you like to also share your prompt text…?” - popping up on a Claude Code project with zero Vercel connection sent me down a rabbit hole.

I published what I found. The tl;dr was four things:
I also x-posted this on HN and threw my phone aside.
The post hit #1 on Hacker News. People were pissed, naturally.

200+ comments. The HN community took the findings and ran in directions I hadn’t even considered: GDPR, supply-chain, Claude policy violations etc.
@steipete and @badlogicgames weighed in as well.

Within hours, @rauchg (Vercel’s CEO) reached out directly. He acknowledged the issues, walked through changes already shipped in v0.30.0, and committed to further fixes.


I told him about how I still love Vercel - which is the reason why this finding was so shocking!

Then the Vercel plugin’s lead engineer - @MelkeyDev - reached out with a link to PR #47.

+730 additions. -24,677 deletions. 85 files changed.

Not just a corporate band-aid – a real company taking real action. Quickly!
I went through all the changes, and mapped against my original four concerns.
Here’s the scorecard:
Specifically, on #4, during my review, I noticed the session-start profiler still ran on every project. I flagged this to @MelkeyDev with a suggestion - add an activation gate that checks for Vercel markers before doing anything - and he implemented and merged it the same day!
This PR cost Vercel real features.
The telemetry wasn’t a separate layer bolted on top. It was woven into the plugin’s operational fabric. Removing it meant deleting:
They couldn’t keep the features without the telemetry. So they cut the features. That’s a real sacrifice. It tells me this wasn’t a cosmetic cleanup - they took a genuine hit to do the right thing.
I absolutely loved the last 4 days. Concerns will always be raised, mistakes will always be made. Being upfront about owning it, being super proactive and fixing what the community is telling you - that continues to be the secret sauce. Hats off to the Vercel team!
I will continue to use Vercel. I will continue to use Claude Code. I will continue to trust but verify!
PR #47: github.com/vercel/vercel-plugin/pull/47
Original blog: What the Vercel Plugin is Sending from Your Claude Code Sessions
DM screenshots added with permission.