[PR #127] [MERGED] Initial pass on artifacts #174

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/agent-chat-ui/pull/127
Author: @dqbd
Created: 4/28/2025
Status: Merged
Merged: 4/30/2025
Merged by: @dqbd

Base: mainHead: dqbd/artifacts


📝 Commits (4)

📊 Changes

7 files changed (+432 additions, -209 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+7 -6)
📝 src/app/page.tsx (+4 -1)
src/components/thread/artifact.tsx (+167 -0)
📝 src/components/thread/index.tsx (+241 -196)
📝 src/components/thread/messages/ai.tsx (+3 -1)
📝 src/providers/Stream.tsx (+9 -4)

📄 Description

Related PR: https://github.com/langchain-ai/langgraphjs-gen-ui-examples/pull/24


🔄 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/langchain-ai/agent-chat-ui/pull/127 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/artifacts` --- ### 📝 Commits (4) - [`72c13c7`](https://github.com/langchain-ai/agent-chat-ui/commit/72c13c7ee3c6d38bb676b0444887b1d58d32d393) Initial pass on artifacts - [`e556b13`](https://github.com/langchain-ai/agent-chat-ui/commit/e556b13a065de0ee41c64613f5059d20e728c158) Refactor - [`58dd69d`](https://github.com/langchain-ai/agent-chat-ui/commit/58dd69d1a2b407bc606da320a3ca7f5b1ac8301a) Cleanup, make more robust - [`bc547a3`](https://github.com/langchain-ai/agent-chat-ui/commit/bc547a375c52616571c6ad5668503ee17b2593e0) Add context-aware artifacts ### 📊 Changes **7 files changed** (+432 additions, -209 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+7 -6) 📝 `src/app/page.tsx` (+4 -1) ➕ `src/components/thread/artifact.tsx` (+167 -0) 📝 `src/components/thread/index.tsx` (+241 -196) 📝 `src/components/thread/messages/ai.tsx` (+3 -1) 📝 `src/providers/Stream.tsx` (+9 -4) </details> ### 📄 Description Related PR: https://github.com/langchain-ai/langgraphjs-gen-ui-examples/pull/24 --- <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 08:16:08 -05:00
yindo closed this issue 2026-02-16 08:16:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/agent-chat-ui#174