Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"date-fns": "^4.1.0",
"defu": "^6.1.7",
"lottie-web": "^5.13.0",
"markstream-vue": "0.0.6",
"markstream-vue": "1.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed streaming prop silently ignored after upgrade

Medium Severity

Upgrading markstream-vue from 0.0.6 to 1.0.0 introduces a breaking API change: the streaming prop on MarkdownRender no longer exists. In v1.0.0, it was replaced by smooth-streaming (for pacing) and final (to mark end-of-stream). The existing usage in ai-chat.vue passes :streaming="message.isStreaming", which will be silently ignored. Without setting :final="!message.isStreaming", the parser never learns the stream has completed, which can cause trailing delimiters (like $$ or unclosed fences) to remain stuck in a loading/mid-state rather than rendering correctly.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2df4cec. Configure here.

"nanoid": "^5.1.7",
"nprogress": "^0.2.0",
"pako": "^2.1.0",
Expand Down
92 changes: 58 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading