Skip to content

0.9.87

Choose a tag to compare

@239573049 239573049 released this 07 May 10:06
· 256 commits to main since this release

What's Changed

  • feat: 引入markstream-react 实现llm返回md时候 流式增量渲染(只渲染新的部分消耗低) by @NOBB2333 in #90

Added

  • Added a new sidebar entry for drawing, with menu highlighting integrated so the feature is discoverable from the main navigation.
  • Added streaming markdown incremental rendering support via markstream-react so LLM responses render only newly arrived content.
  • Added clarify-prompt and AskUserQuestion flow improvements to make interactive follow-up questions more reliable.
  • Added guarded session-clearing actions in the sidebar to reduce accidental destructive operations.

Changed

  • Aligned SSH workspace chrome with theme tokens for more consistent visual integration.
  • Stabilized provider transport and image persistence in the main process to improve reliability during content handling.
  • Improved chat prompt handling and refined the main user-interaction flow.

Fixed

  • Prevented the message list from auto-scrolling while AskUserQuestion is pending.