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

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

General Bots: Open-source AI agent platform for self-hosted enterprise automation
General Bots is an open-source platform started in 2019 that provides AI agents, workflow automation, document processing, and integrations with local AI model support, designed for organizations needing full control over their infrastructure.

Qwen2-0.5B Fine-Tuned for Local Task Automation with llama.cpp
A developer fine-tuned Qwen2-0.5B for task automation using LoRA on ~1000 custom examples, creating a 300MB GGUF model that runs locally on CPU via llama.cpp. The model takes natural language tasks, detects task types, and generates execution plans with CLI commands and hotkeys.

RunAnywhere RCLI: On-Device Voice AI Pipeline for Apple Silicon
RunAnywhere has released RCLI, an open-source voice AI pipeline for macOS that runs STT, LLM, and TTS entirely on Apple Silicon devices. The tool uses their proprietary MetalRT inference engine and claims significant performance improvements over existing solutions.