Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Change Default Output Style to XML #361

Open
yamadashy opened this issue Feb 17, 2025 · 0 comments
Open

RFC: Change Default Output Style to XML #361

yamadashy opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
needs discussion Issues needing discussion and a decision to be made before action can be taken

Comments

@yamadashy
Copy link
Owner

Proposal

Change the default output style from plain to xml in version 0.3.0.

Why?

  • XML output provides better structure for AI processing
  • I've been using XML as maintainer and found it more reliable
  • Community feedback supports this change (see Discord discussion)

Impact

This is a breaking change that will require users who want plain text to explicitly specify:

repomix --style plain

or in config:

{
  "output": {
    "style": "plain"
  }
}

Version

  • Release as version 0.3.0 to indicate breaking change
  • Update documentation accordingly

Thoughts and feedback welcome!

@yamadashy yamadashy added the needs discussion Issues needing discussion and a decision to be made before action can be taken label Feb 17, 2025
@yamadashy yamadashy self-assigned this Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs discussion Issues needing discussion and a decision to be made before action can be taken
Projects
None yet
Development

No branches or pull requests

1 participant