v0.3.8.md•2.1 kB
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.
[](https://chromewebstore.google.com/detail/repomix/fimfamikepjgchehkohedilpdigcpkoa)
#### Installation
- Chrome Extension: [Repomix - Chrome Web Store](https://chromewebstore.google.com/detail/repomix/fimfamikepjgchehkohedilpdigcpkoa)
- Firefox Add-on: [Repomix - Firefox Add-ons](https://addons.mozilla.org/firefox/addon/repomix/)
#### 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](https://repomix.com)!
https://github.com/user-attachments/assets/c2059c65-3891-4400-8d09-e976a268d93a
### `.jsonc` and `.json5` Configuration File Support (#620)
Added support for `.jsonc` and `.json5` configuration file extensions with priority ordering.
```json5
// 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
```bash
npm update -g repomix
```
---
As always, if you have any issues or suggestions, please let us know on GitHub issues or our [Discord community](https://discord.gg/wNYzTwZFku).