github yamadashy/repomix v1.1.0

latest releases: v1.4.2, v1.4.1, v1.4.0...
2 months ago

This release brings Bun runtime support to Repomix!

What's New 🚀

Bun Runtime Support (#716)

Repomix now officially supports Bun runtime! You can now use bunx repomix@latest to run Repomix with Bun's superior performance.

# Run with Bun
bunx repomix@latest

# Or explicitly with bun command
bun --bun repomix@latest

# Traditional: Run with Node.js
npx repomix@latest

We've also migrated from Piscina to Tinypool for worker thread management, achieving a 700KB reduction in bundle size while maintaining full API compatibility and performance.

How to Update

# With npm
npm update -g repomix

# With Bun
bun add -g repomix

As always, if you have any issues or suggestions, please let us know on GitHub issues or our Discord community.

Don't miss a new repomix release

NewReleases is sending notifications on new releases.