v0.3.8

yamadashy/repomixv0.3.8Jun 1, 2025by yamadashy

AI Summary

This release brings major updates including browser extension support, multilingual expansion, and enhanced mobile experience.

Key Highlights

  • Browser extension for instant access to Repomix from GitHub
  • Mobile 'Open with your app' feature for sharing to chat apps
  • Support for `.jsonc` and `.json5` configuration files
  • Expansion to 12 languages (Indonesian, Vietnamese, Hindi added)

New Features

  • Browser extension
  • `.jsonc` and `.json5` configuration file support
  • Multilingual website support

Full Release Notes

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.

[![image](https://github.com/user-attachments/assets/ca81bd58-f2a9-4184-ae43-18ed52294dad)](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).