SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling

What SendToAI Does
SendToAI is a VS Code extension that solves the problem of Claude's 20-file upload limit by bundling your entire project into a single clipboard paste. Instead of re-uploading files in every new chat session and losing context, you can send your complete project structure to any AI that accepts text input.
Key Features
- Three bundle modes: Full project, just your open tabs, or only your git changes
- Three output formats: Includes Claude XML for structured prompts and a compact mode that strips comments, saving around 20% on tokens
- Visual file picker: Choose exactly which files get included
- Live token counts: Updates as you select files
- Cost estimates: Shows costs for Haiku, Sonnet, and Opus before sending
- Project notes: Type in your stack, architecture, or any context you want the AI to know - gets prepended to every bundle automatically
- Smart file handling: Respects your .gitignore, skips node_modules and binaries automatically
Practical Details
The extension works with Claude, ChatGPT, Gemini, or any AI that accepts text input. According to the developer, a typical project costs about $0.04 to send on Haiku. It's available for free on the VS Code marketplace.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-source Claude Code plugin simulates Chief Data & AI Office with 22 specialized agents
An open-source Claude Code plugin called AI CDAIO Office uses 22 specialized AI agents to simulate a complete Chief Data & AI Office, generating actual PPTX, DOCX, and XLSX files for strategy documents, governance frameworks, and board materials.

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

Kanwas: Open-source shared context board for teams and AI agents
Kanwas is an open-source multiplayer workspace where teams and AI agents share documents, evidence, and decisions on a canvas with live streaming tool calls. Self-hosted via Docker, it's git-backed with Yjs and BlockNote.

Codegraph: Pre-indexed knowledge graph cuts Claude/Cursor tool calls by 94%
Codegraph uses a pre-indexed knowledge graph of symbol relationships, call graphs, and code structure to reduce API tool calls by up to 94% and speed up usage by ~77% for Claude, Cursor, Codex, and OpenCode agents.