v0.3.8
This release brings major updates including browser extension support, extensive multilingual expansion, and enhanced mobile experience.
What's New 🚀
Browser Extension (#612)
Introducing a browser extension that provides instant access to Repomix from any GitHub repository! The Chrome extension adds a convenient "Repomix" button to GitHub repository pages.
Installation
- Chrome Extension: Repomix - Chrome Web Store
- Firefox Add-on: Repomix - Firefox Add-ons
Key Features
- One-click access to any GitHub repository
- More exciting features coming soon!
Website: Open with your app (#616)
📱 You can now send Repomix output directly to Claude or Gemini on mobile!
Perfect when you're on the go and need to analyze a GitHub repo fast — just tap "Open with your app" to share it to your favorite chat app.
Try it on repomix.com!
repomix-open-with-your-app.mp4
.jsonc
and .json5
Configuration File Support (#620)
Added support for .jsonc
and .json5
configuration file extensions with priority ordering.
// repomix.jsonc or repomix.json5
{
// Comments are now supported!
"include": ["src/**"],
"exclude": ["**/*.test.js"]
}
Documentation 📚
Multilingual Support Expansion (#602, #603, #607)
Added three new languages to the website:
- Indonesian (id): Bahasa Indonesia support
- Vietnamese (vi): Tiếng Việt support
- Hindi (hi): हिन्दी support
This brings our total language support to 12 languages.
How to Update
npm update -g repomix
As always, if you have any issues or suggestions, please let us know on GitHub issues or our Discord community.