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

Silos Dashboard: Open-source web UI for managing OpenClaw agents
Silos Dashboard is an MIT-licensed web UI for managing OpenClaw agents, replacing config files and CLI with a single interface. It offers agent management, live chat with streaming, skill installation, task boards, channel integrations, and analytics.

Lemonade by AMD: Open Source Local LLM Server for GPU and NPU
Lemonade is an open source local AI server that runs text, image, and speech models on GPUs and NPUs. It's OpenAI API compatible, supports multiple models simultaneously, and has a 2MB native C++ backend.

LLM Council Analysis Reveals Practical Claude Code Token Optimization Strategies
A developer used the LLM Council tool with 5 personas to analyze Claude Code usage patterns, identifying that extended thinking mode by default was the biggest token drain. The resulting playbook achieved 60-70% token reduction with same or better output quality.

Rift: A Better Alternative to Git Worktrees with Instant Copy-on-Write Snapshots
Rift uses btrfs or APFS snapshots to create instant, space-efficient copies of Git repositories. Initialization, creation, and listing via CLI or JavaScript FFI.