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).