[PR #185] [CLOSED] Native stream down think to summary support. #193

Closed
opened 2026-02-16 10:16:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/185
Author: @Eric-Guo
Created: 9/19/2025
Status: Closed

Base: mainHead: think_to_summary


📝 Commits (7)

  • c787d77 Remove no need react-tooltip and react-markdown
  • f731e41 Streamdown content, the markdown text can contain the and tag, please change it to tag.
  • 44e2dea Using @mixtint/streamdown
  • 62918fd pnpm upgrade
  • 90fd39a Show / Hide
  • 1da643b Enhance reasoning display logic in StreamdownMarkdown component to auto-show reasoning when streaming without complete closing tags.
  • 7d177ce No need rehypeThinkToSummary because it's done at upstream.

📊 Changes

6 files changed (+763 additions, -1382 deletions)

View changed files

.cursorignore (+6 -0)
app/components/base/markdown.tsx (+0 -45)
📝 app/components/base/streamdown-markdown.tsx (+50 -3)
📝 package.json (+42 -48)
📝 pnpm-lock.yaml (+661 -1286)
pnpm-workspace.yaml (+4 -0)

📄 Description

Better than #184

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-conversation/pull/185 **Author:** [@Eric-Guo](https://github.com/Eric-Guo) **Created:** 9/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `think_to_summary` --- ### 📝 Commits (7) - [`c787d77`](https://github.com/langgenius/webapp-conversation/commit/c787d77bb2c71930906f996f570483057cba232f) Remove no need react-tooltip and react-markdown - [`f731e41`](https://github.com/langgenius/webapp-conversation/commit/f731e41391d5dfc65c04ff5fa5432527960e4353) Streamdown content, the markdown text can contain the <think> and </think> tag, please change it to <summary> tag. - [`44e2dea`](https://github.com/langgenius/webapp-conversation/commit/44e2deaeb6bfd6b7a3b36a0fbb3578c9baa7ed1f) Using @mixtint/streamdown - [`62918fd`](https://github.com/langgenius/webapp-conversation/commit/62918fdbf3da5e504331f53e1945555eaf79874a) pnpm upgrade - [`90fd39a`](https://github.com/langgenius/webapp-conversation/commit/90fd39a4bf9f923b6a67b54d12c583181659f1e4) Show / Hide - [`1da643b`](https://github.com/langgenius/webapp-conversation/commit/1da643b0a4eacd1895c577b0881501a3bd9f93dd) Enhance reasoning display logic in StreamdownMarkdown component to auto-show reasoning when streaming without complete closing tags. - [`7d177ce`](https://github.com/langgenius/webapp-conversation/commit/7d177cecd817bff519df814250ff48d0590c4cff) No need rehypeThinkToSummary because it's done at upstream. ### 📊 Changes **6 files changed** (+763 additions, -1382 deletions) <details> <summary>View changed files</summary> ➕ `.cursorignore` (+6 -0) ➖ `app/components/base/markdown.tsx` (+0 -45) 📝 `app/components/base/streamdown-markdown.tsx` (+50 -3) 📝 `package.json` (+42 -48) 📝 `pnpm-lock.yaml` (+661 -1286) ➕ `pnpm-workspace.yaml` (+4 -0) </details> ### 📄 Description Better than #184 <img width="918" height="958" alt="image" src="https://github.com/user-attachments/assets/7c2596b4-8341-41e2-bf73-072038b87697" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:16:23 -05:00
yindo closed this issue 2026-02-16 10:16:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#193