- Add test for sizeParse overflow case
- Use RepomixProgressCallback type in outputSplit.ts for consistency
- Improve configuration.md description for splitOutput option
The action.yml description was outdated - the style parameter passes
directly to the repomix CLI which does support json. Restored json to
match the English documentation.
The action.yml only supports xml, markdown, plain styles but the
documentation incorrectly listed json as an option. Updated the Russian
translation to match actual supported options.
Add Russian (ru) as the 14th language to the Repomix documentation website.
This includes:
- New configRu.ts with navigation, sidebar, and search translations
- Updated config.ts to include Russian locale
- Updated configShard.ts to include Russian search configuration
- Complete Russian translations for all 24 documentation pages
Related to community request for Russian language support based on
the large Russian developer population (~85-110万 IT specialists).
Slack thread: https://yamadashy.slack.com/archives/C08S1M3ESHF/p1765620770607819
Add pnpm package manager option to 10 language installation guides
that were missing it (en, ja, zh-cn, zh-tw, ko, de, es, fr, it, pt-br).
All 13 languages now consistently show 5 package managers:
npm, yarn, pnpm, bun, and Homebrew.
Replace individual package manager sections with VitePress code-group
syntax for a cleaner, tabbed interface. Users can now easily switch
between npm, yarn, bun, and Homebrew installation commands.
Applied to all 13 language versions of installation.md.
- Fix internal links in claude-code-plugins.md to use /it/guide/ prefix
- Add 'text' language specification to fenced code block in development/index.md
Add complete Italian (it) translation for the Repomix documentation website.
- Create configIt.ts with Italian navigation, sidebar, and search translations
- Add Italian locale to main VitePress config.ts
- Add Italian search config to configShard.ts
- Create all Italian documentation files under website/client/src/it/
This brings the total supported languages to 13.
- Add 'gitignore' language to .gitignore example in TIP block
- Add 'text' language to directory structure examples
- Fix nested fenced code blocks in files.md section (use 4 backticks)
- Update kebab-case example to use 'CustomName' instead of 'custom-name'
Applied to: en, de, es, fr, hi, id
Add documentation for the --skill-generate feature in all supported
languages: German, Spanish, French, Hindi, Indonesian, Korean,
Portuguese-BR, Vietnamese, Chinese Simplified, and Chinese Traditional.
Also update sidebar configurations for each language to include the
new Agent Skills Generation page in the Advanced section.
Add section showing how to generate Skills from remote repository
documentation only using --include option. Examples include:
- Claude Code Action docs
- Vite docs
- React docs
This is useful when you want Claude to reference specific library
documentation while working on your code.
Add example showing how to generate Skills for documentation only:
repomix --remote user/repo --skill-generate --include "docs/**"
This is useful when you want to reference only documentation
from a remote repository.
- Add explanation that this feature is particularly powerful for
referencing implementations from remote repositories
- Remove redundant "What is Agent Skills Generation?" section
- Merge explanation into the introduction paragraph
Rename documentation files to match the feature name:
- en/guide/skill-generate.md → en/guide/agent-skills-generation.md
- ja/guide/skill-generate.md → ja/guide/agent-skills-generation.md
- Update sidebar links in both English and Japanese configs
Update all skill-generate documentation to use "Agent Skills" or "Skills"
instead of "skill" for consistency:
- README.md: Update section titles and content
- English website doc: Update to "Agent Skills Generation"
- Japanese website doc: Update to "Agent Skills生成"
- Sidebar labels: Update both English and Japanese labels
Add skill generation documentation to the website for English and Japanese:
- Create en/guide/skill-generate.md with comprehensive feature documentation
- Create ja/guide/skill-generate.md with Japanese translation
- Add sidebar links in Advanced section after Claude Code Plugins
The documentation covers:
- Basic usage and CLI options
- Skill location selection (personal vs project)
- Generated structure explanation (SKILL.md and references/)
- Auto-generated skill names
- Integration with other Repomix options
- Example workflows for personal and team use
Apply same changes to website documentation (12 languages):
- Move Installation section above Available Plugins
- Fix plugin name from 'repomix-explorer:explorer' to 'repomix-explorer'
Add a dedicated Privacy Policy page to the website, addressing user
feedback about privacy information being hard to find on repomix.com.
Changes:
- Create Privacy Policy page with content from README
- Add sidebar links for all supported languages
- Non-English pages include English content via @include
- Simplify README Privacy Policy section to link only
Related Discord feedback requested clearer privacy documentation
on the website for users who need to verify data handling before
using Repomix in their work environment.
Updated priority order documentation in README.md and all website configuration guides (12 languages) to accurately reflect how globby handles ignore files:
- Merged items 2-4 into a single "Ignore files" category
- Clarified that directory hierarchy determines priority (deeper directories win)
- Explained that files in the same directory are merged in no particular order
- This reflects globby's actual behavior where fast-glob returns files in filesystem order
The previous documentation incorrectly implied a fixed priority order between .repomixignore, .ignore, and .gitignore files, when in fact they are all merged together at the same level with priority determined by directory depth only.
Updated documentation for all supported languages to include:
- ignore.useDotIgnore configuration option
- --no-dot-ignore CLI flag
- .ignore file explanation and priority order
- Benefits of using .ignore file with ripgrep and ag tools
Also updated test files to include useDotIgnore in mock configs
to satisfy TypeScript type checking after adding the new
configuration option.
Languages updated:
- zh-cn (Simplified Chinese)
- zh-tw (Traditional Chinese)
- ko (Korean)
- vi (Vietnamese)
- id (Indonesian)
- hi (Hindi)
- fr (French)
- de (German)
- es (Spanish)
- pt-br (Brazilian Portuguese)