Skip to content

Commit 796b2b5

Browse files
authored
Clean up README by removing unnecessary sections
Removed sections on customization, roadmap, stats, license, and community from the README.
1 parent b9ce72a commit 796b2b5

1 file changed

Lines changed: 0 additions & 51 deletions

File tree

β€Žreadme.mdβ€Ž

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,6 @@ Create reusable prompts for common tasks:
185185
- Choose **"✨"** for instant analysis
186186
- Get context-aware suggestions
187187

188-
## 🎨 Customization
189-
190-
### **Theme Customization**
191-
The plugin respects Acode's theming system and can be further customized:
192-
193-
```scss
194-
// Override galaxy colors
195-
:root {
196-
--galaxy-star-blue: #your-color;
197-
--galaxy-star-purple: #your-color;
198-
--galaxy-nebula: #your-color;
199-
}
200-
```
201-
202188
### **Performance Settings**
203189
Adjust real-time analysis sensitivity:
204190
- **High**: Instant feedback (more API calls)
@@ -294,37 +280,6 @@ npm run test # Run tests
294280
4. Add tests if applicable
295281
5. Submit a pull request
296282

297-
## πŸ—ΊοΈ Roadmap
298-
299-
### **Version 2.1.0** (Coming Soon)
300-
- [ ] Voice commands support
301-
- [ ] Advanced code refactoring tools
302-
- [ ] Git integration
303-
- [ ] Multi-language support
304-
305-
### **Version 3.0.0** (Planned)
306-
- [ ] Collaborative coding features
307-
- [ ] Plugin marketplace
308-
- [ ] Custom AI model training
309-
- [ ] Advanced debugging tools
310-
311-
### **Version 4.0.0** (Future)
312-
- [ ] Cloud sync
313-
- [ ] Team collaboration
314-
- [ ] Enterprise features
315-
316-
## πŸ“ˆ Stats & Performance
317-
318-
- **⚑ Response Time**: < 2 seconds average
319-
- **πŸ’Ύ Memory Usage**: < 50MB typical
320-
- **πŸ”‹ Battery Impact**: Minimal (< 2% per hour)
321-
- **βœ… Success Rate**: 99.5% API reliability
322-
- **🌎 Languages**: 50+ programming languages supported
323-
324-
## πŸ“œ License
325-
326-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
327-
328283
## πŸ™ Acknowledgments
329284

330285
- **Acode Team** for the amazing mobile editor
@@ -341,12 +296,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
341296
- πŸ’¬ [Discussions](https://github.com/RenzMc/Acode-Plugin-AI-cli/discussions)
342297
- πŸ“§ [Contact Developer](mailto:renzaja11@gmail.com)
343298

344-
### **Community**
345-
- ⭐ Star this repo if you find it helpful
346-
- 🍴 Fork and contribute
347-
- πŸ“’ Share with fellow developers
348-
- πŸ’– Consider sponsoring
349-
350299
---
351300

352301
<div align="center">

0 commit comments

Comments
Β (0)