mwx / jetbrains
JetBrains IDE artifact tooling: AI assistant chat histories extracted into readable markdown
0.1.1
2026-09-24 10:29 UTC
Requires
- php: ^8.2
- ext-dom: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-24 09:11:29 UTC
README
Tooling for JetBrains IDE artifacts.
Owns the mwx\JetBrains\ namespace prefix.
ChatHistoryExtractor— reads the AI assistant chat history the IDE stores as XML and renders it as markdown: one file per chat, with attachments either inlined or referenced, and model/agent markers normalised for reading. Usable as a library or from the command line via itsrunCli()entry point.
Dependencies
ext-dom only — no symfony, no other mwx package.
It was extracted from mwx/tools,
where it had been the sole reason for that package's ext-dom requirement.
Install
composer require mwx/jetbrains
MIT license.