Skip to content

v6.1.2

Choose a tag to compare

@bobvibes bobvibes released this 15 Jan 18:44

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