v6.1.2
Bug Fixes
- Fix escape character in prompt ID format in improve command template (#16)
The pipe character in the prompt ID format {std|comp} was not properly escaped in markdown tables, causing it to render incorrectly. This fix ensures the backslash is preserved: {std\\|comp}.
Full Changelog: v6.1.1...v6.1.2