v1.8.0
yamadashy/repomixv1.8.0Oct 18, 2025by yamadashy
AI Summary
This release adds official Claude Code plugins and enhanced directory visibility options.
Key Highlights
- Added repomix-mcp and repomix-commands plugins for Claude Code
- Full directory structure display with --include-full-directory-structure
- Dart language support for tree-sitter compression
New Features
- Claude Code plugins
- Full directory structure display
- Dart language support
Full Release Notes
This release introduces official Claude Code plugins and enhanced directory visibility, making Repomix more powerful for AI-powered development workflows and project exploration! ## What's New 🚀 ### Repomix Claude Code Plugins (#893) Added official Repomix plugins for Claude Code, enabling seamless AI-powered codebase analysis directly within your Claude Code environment! **Two complementary plugins:** - **repomix-mcp**: MCP server integration providing tools for packing, searching, and reading codebases - **repomix-commands**: Natural language slash commands (`/pack-local`, `/pack-remote`) for quick operations Learn more in the [Claude Code Plugins documentation](https://repomix.com/guide/claude-code-plugins). ### Full Directory Structure Display (#896) Added the `--include-full-directory-structure` option to display the complete repository directory tree when using `--include` patterns! ```bash repomix --include "cli/**/*.go" --include-full-directory-structure ``` This shows the full project structure while maintaining focused file selection, providing better context for AI analysis. Special thanks to @slavakurilyak for their contribution! 🎉 ### Dart Language Support for Tree-sitter Compression (#889) Added Dart language support to tree-sitter compression, enabling ~50% token reduction for Dart and Flutter projects! ## Bug Fixes 🐛 - Fixed Claude Code plugin marketplace schema validation (#898, #900, #901) Special thanks to @ramarivera for their contribution! 🎉 ## 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).