[PR #14] [MERGED] feat: Update frontend templates #24

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

📋 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: mainHead: brace/update-frontend-templates


📝 Commits (2)

📊 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

  • generic intrerupt rendering support
  • render HITL interrupts as array or single object
  • use nuqs in both vite and nextjs
  • improve markdown renderer
  • fix showing HITL ignore button when ignore is disabled
  • remove sending a human message when interrupt action taken

🔄 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/14 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/update-frontend-templates` --- ### 📝 Commits (2) - [`0758a41`](https://github.com/langchain-ai/create-agent-chat-app/commit/0758a41ee47dfb55aab72aee78f3a6154ad9a0e6) feat: Update frontend templates - [`4d46c4a`](https://github.com/langchain-ai/create-agent-chat-app/commit/4d46c4a95751e136a5080f1ca59bade69ed00ef8) update vite ### 📊 Changes **28 files changed** (+465 additions, -343 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description - generic intrerupt rendering support - render HITL interrupts as array or single object - use `nuqs` in both vite and nextjs - improve markdown renderer - fix showing HITL ignore button when ignore is disabled - remove sending a human message when interrupt action taken --- <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:15 -05:00
yindo closed this issue 2026-02-16 08:17:15 -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#24