mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-18 13:18:40 -04:00
[PR #1] [MERGED] feat: Update template code #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:brace/update-template📝 Commits (2)
1e5040dfeat: Update template code6cfb1e3cr📊 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.