[PR #125] [MERGED] fix: source nodes should from document artifact #144

Closed
opened 2026-02-16 03:15:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/125
Author: @thucpn
Created: 6/5/2025
Status: Merged
Merged: 6/6/2025
Merged by: @thucpn

Base: mainHead: tp/source-nodes-should-from-artifact


📝 Commits (9)

  • d6dd2ac fix: source nodes should from document artifact
  • 3b2d31f passing nodes from markdown to custom renderer
  • 720b476 check isLast
  • 63b2476 update contract openArtifactInCanvas
  • 367d862 keep init artifact in context
  • 69616d3 use sources from document artifact
  • d4b9b92 use simple artifact sources
  • 2ece6ca Create lucky-experts-hang.md
  • 6113256 remove score

📊 Changes

5 files changed (+22 additions, -10 deletions)

View changed files

.changeset/lucky-experts-hang.md (+5 -0)
📝 packages/chat-ui/src/chat/canvas/artifacts.ts (+1 -0)
📝 packages/chat-ui/src/chat/canvas/artifacts/document.tsx (+14 -10)
📝 packages/chat-ui/src/chat/canvas/context.tsx (+1 -0)
📝 packages/chat-ui/src/widgets/document-editor.tsx (+1 -0)

📄 Description

No description provided


🔄 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/run-llama/chat-ui/pull/125 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@thucpn](https://github.com/thucpn) **Base:** `main` ← **Head:** `tp/source-nodes-should-from-artifact` --- ### 📝 Commits (9) - [`d6dd2ac`](https://github.com/run-llama/chat-ui/commit/d6dd2aca87757bff6d233a8e93f241bdcfba89e3) fix: source nodes should from document artifact - [`3b2d31f`](https://github.com/run-llama/chat-ui/commit/3b2d31f38e0874266cd1d286e58ad62bd6e0c3ae) passing nodes from markdown to custom renderer - [`720b476`](https://github.com/run-llama/chat-ui/commit/720b476cd7b76d2db3bbb5294b13c409b19378a9) check isLast - [`63b2476`](https://github.com/run-llama/chat-ui/commit/63b2476584769d023bc599b77a4eaee4d7139460) update contract openArtifactInCanvas - [`367d862`](https://github.com/run-llama/chat-ui/commit/367d8623cbf6b5209659b7de61db218a4f1de5ae) keep init artifact in context - [`69616d3`](https://github.com/run-llama/chat-ui/commit/69616d365c175111cdadaef3a8207cb4e320f369) use sources from document artifact - [`d4b9b92`](https://github.com/run-llama/chat-ui/commit/d4b9b92de20792dadbecee987c8f566c747b9c08) use simple artifact sources - [`2ece6ca`](https://github.com/run-llama/chat-ui/commit/2ece6cab34702e1d316e65afdb954078d592374e) Create lucky-experts-hang.md - [`6113256`](https://github.com/run-llama/chat-ui/commit/6113256b5ebaae40b873a1b2dc5a622f9bf60f89) remove score ### 📊 Changes **5 files changed** (+22 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/lucky-experts-hang.md` (+5 -0) 📝 `packages/chat-ui/src/chat/canvas/artifacts.ts` (+1 -0) 📝 `packages/chat-ui/src/chat/canvas/artifacts/document.tsx` (+14 -10) 📝 `packages/chat-ui/src/chat/canvas/context.tsx` (+1 -0) 📝 `packages/chat-ui/src/widgets/document-editor.tsx` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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 03:15:21 -05:00
yindo closed this issue 2026-02-16 03:15:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#144