# 🤖 CodePilot **Autonomous AI coding agent powered by Claude Sonnet 4.5** ## What I Can Do - 🔍 **Understand your codebase** - Hybrid search finds relevant code instantly - 📋 **Plan implementations** - Break down tasks into clear steps - ✍️ **Write production code** - Multi-agent system writes, tests, and reviews - 🏖️ **Run safely in sandboxes** - All code tested in isolated E2B environments ## How to Use 1. **Paste a GitHub URL** (public repos only) 2. **Describe what you want** (e.g., "add a health check endpoint") 3. **Watch the agents work** - Explorer → Planner → Coder → Reviewer 4. **Get production-ready code** - Tested and reviewed automatically ## Example ``` https://github.com/pallets/flask add a /health endpoint ``` --- **Ready!** Paste a GitHub URL and tell me what to build 🚀