mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-01 21:24:02 -04:00
[PR #14] [MERGED] feat: Update frontend templates #24
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/14
Author: @bracesproul
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/17/2025
Merged by: @bracesproul
Base:
main← Head:brace/update-frontend-templates📝 Commits (2)
0758a41feat: Update frontend templates4d46c4aupdate vite📊 Changes
28 files changed (+465 additions, -343 deletions)
View changed files
📝
templates/nextjs/package.json(+0 -6)📝
templates/nextjs/src/components/thread/agent-inbox/components/thread-actions-view.tsx(+11 -8)📝
templates/nextjs/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx(+0 -16)📝
templates/nextjs/src/components/thread/agent-inbox/index.tsx(+4 -3)📝
templates/nextjs/src/components/thread/agent-inbox/utils.ts(+1 -1)📝
templates/nextjs/src/components/thread/history/index.tsx(+10 -10)📝
templates/nextjs/src/components/thread/index.tsx(+26 -32)➕
templates/nextjs/src/components/thread/markdown-styles.css(+45 -0)📝
templates/nextjs/src/components/thread/markdown-text.tsx(+87 -66)📝
templates/nextjs/src/components/thread/messages/ai.tsx(+8 -7)📝
templates/nextjs/src/components/thread/syntax-highlighter.tsx(+35 -19)📝
templates/nextjs/src/lib/agent-inbox-interrupt.ts(+11 -10)📝
templates/nextjs/src/providers/Stream.tsx(+0 -2)📝
templates/vite/package.json(+1 -7)📝
templates/vite/src/components/thread/agent-inbox/components/thread-actions-view.tsx(+14 -11)📝
templates/vite/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx(+0 -16)📝
templates/vite/src/components/thread/agent-inbox/index.tsx(+4 -3)📝
templates/vite/src/components/thread/agent-inbox/utils.ts(+1 -1)📝
templates/vite/src/components/thread/history/index.tsx(+4 -4)📝
templates/vite/src/components/thread/index.tsx(+6 -6)...and 8 more files
📄 Description
nuqsin both vite and nextjs🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.