Skip to main content
Glama
MIT License
26,193
19,308
  • Linux
  • Apple
v0.2.41.md1.03 kB
This release introduces Git-based file sorting and enhances file compression capabilities. ## What's New 🚀 ### Git-based File Sorting (#356, #421) * Added ability to sort files by Git commit frequency * Prioritizes frequently modified files in the output * Can be controlled via CLI options or configuration * Use `--no-git-sort-by-changes` flag to disable Git-based sorting * Configure in repomix.config.json: ```json { "output": { "git": { "sortByChanges": true, "sortByChangesMaxCommits": 100 } } } ``` Special thanks to @SpyC0der77 for suggesting this feature! ## Improvements ⚡️ ### Enhanced Compress Mode (#420) * Added Vue.js and CSS file support for compress mode ## How to Update ```bash npm update -g repomix ``` --- As always, if you encounter any issues or have suggestions, please let us know through our GitHub issues or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yamadashy/repomix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server