CtxSnap VS Code Extension Tracks File Changes for Claude Sessions

What CtxSnap Does
CtxSnap is a VS Code extension that solves the problem of having to re-explain code to Claude AI after starting new sessions mid-project. Instead of manually catching Claude up on changes, the extension automates this process.
Key Features from the Source
- Tracks exactly which files changed since your last Claude session
- Packages changed files into a ready-to-paste handoff block
- Includes actual file contents in the handoff
- Shows a token budget bar calibrated to Claude's 200k context window
- One-click operation: paste into Claude and it immediately knows what changed
- Works with Claude Code when used in the terminal
- 100% local operation with no account needed
- Free tier covers most workflows
How It Works
The developer built CtxSnap after experiencing repeated friction when starting new Claude sessions. Each time they began a new session, they'd spend several minutes explaining what changed, the current state of the code, and what broke. CtxSnap eliminates this re-explanation process by automatically preparing the context Claude needs to continue where you left off.
The extension is available in the VS Code marketplace and the developer specifically seeks feedback from Claude users, as they're the target audience.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source AI Context Packs for Legal, Compliance, and Finance Questions
A developer used Claude to research and build 32 free, open source context packs that provide specific answers to legal, compliance, and finance questions instead of generic 'consult a lawyer' responses. The packs cover GDPR, contracts, SaaS billing, EU AI Act, and more.

Claude Code plugin analyzes any plugin and generates interactive wiki reports
A new Claude Code plugin called vision-powers analyzes any plugin path or GitHub URL and generates an interactive HTML wiki report with architecture diagrams, security audits, and skill breakdowns. Installation is via claude plugin add vision-powers@claude-code-zero.

Solo Dev Uses Claude + Blender MCP to Create App Store Video in 90 Minutes
Reddit user Positive_Camel2086 details how they used Claude with the Blender MCP server to generate a 10-second vertical launch video, automating camera rigging, materials, fog, and particle systems via conversational prompts.

context-os: Open-source tool reduces Claude Code token consumption by 27-42%
context-os is a local context optimizer that hooks into Claude Code automatically, compressing tool output before Claude sees it and reducing token consumption by 27-42% depending on content type.