Skip to content

v0.4.13 - Fix: all messages now render

Choose a tag to compare

@richardbowman richardbowman released this 17 May 21:13
· 655 commits to main since this release
63c84cd

Root cause found and fixed: marked v18 changed marked.parse() to return a string synchronously instead of a Promise. The code called .then() on the string, which threw TypeError and stopped the message rendering loop after the first assistant message. All 230+ messages now render correctly.