[PR #1] [MERGED] feat: Update template code #18

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/create-agent-chat-app/pull/1
Author: @bracesproul
Created: 3/5/2025
Status: Merged
Merged: 3/5/2025
Merged by: @bracesproul

Base: mainHead: brace/update-template


📝 Commits (2)

📊 Changes

15 files changed (+320 additions, -94 deletions)

View changed files

.prettierignore (+5 -0)
📝 package.json (+4 -4)
📝 src/create-langgraph-chat-app/README.md (+1 -1)
📝 src/create-langgraph-chat-app/index.js (+37 -37)
📝 src/create-langgraph-chat-app/package.json (+5 -2)
src/create-langgraph-chat-app/template/.prettierignore (+7 -0)
📝 src/create-langgraph-chat-app/template/package.json (+12 -3)
📝 src/create-langgraph-chat-app/template/src/components/thread/history/index.tsx (+19 -2)
📝 src/create-langgraph-chat-app/template/src/components/thread/markdown-text.tsx (+12 -2)
📝 src/create-langgraph-chat-app/template/src/components/thread/messages/ai.tsx (+34 -28)
📝 src/create-langgraph-chat-app/template/src/components/thread/messages/tool-calls.tsx (+132 -2)
src/create-langgraph-chat-app/template/src/components/thread/syntax-highlighter.tsx (+24 -0)
src/create-langgraph-chat-app/template/src/components/ui/skeleton.tsx (+13 -0)
📝 src/create-langgraph-chat-app/template/src/providers/Stream.tsx (+13 -11)
📝 src/index.ts (+2 -2)

📄 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/langchain-ai/create-agent-chat-app/pull/1 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/update-template` --- ### 📝 Commits (2) - [`1e5040d`](https://github.com/langchain-ai/create-agent-chat-app/commit/1e5040d73470e266cdcfcc2638c7ede9e3b05068) feat: Update template code - [`6cfb1e3`](https://github.com/langchain-ai/create-agent-chat-app/commit/6cfb1e3bdabe25000aa19c6fd28e10fd53ba8621) cr ### 📊 Changes **15 files changed** (+320 additions, -94 deletions) <details> <summary>View changed files</summary> ➕ `.prettierignore` (+5 -0) 📝 `package.json` (+4 -4) 📝 `src/create-langgraph-chat-app/README.md` (+1 -1) 📝 `src/create-langgraph-chat-app/index.js` (+37 -37) 📝 `src/create-langgraph-chat-app/package.json` (+5 -2) ➕ `src/create-langgraph-chat-app/template/.prettierignore` (+7 -0) 📝 `src/create-langgraph-chat-app/template/package.json` (+12 -3) 📝 `src/create-langgraph-chat-app/template/src/components/thread/history/index.tsx` (+19 -2) 📝 `src/create-langgraph-chat-app/template/src/components/thread/markdown-text.tsx` (+12 -2) 📝 `src/create-langgraph-chat-app/template/src/components/thread/messages/ai.tsx` (+34 -28) 📝 `src/create-langgraph-chat-app/template/src/components/thread/messages/tool-calls.tsx` (+132 -2) ➕ `src/create-langgraph-chat-app/template/src/components/thread/syntax-highlighter.tsx` (+24 -0) ➕ `src/create-langgraph-chat-app/template/src/components/ui/skeleton.tsx` (+13 -0) 📝 `src/create-langgraph-chat-app/template/src/providers/Stream.tsx` (+13 -11) 📝 `src/index.ts` (+2 -2) </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 08:17:14 -05:00
yindo closed this issue 2026-02-16 08:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/create-agent-chat-app#18