[PR #219] [CLOSED] Claude/fix update depth error l5 tjy #224

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/agent-chat-ui/pull/219
Author: @teddylee777
Created: 1/5/2026
Status: Closed

Base: mainHead: claude/fix-update-depth-error-L5Tjy


📝 Commits (9)

  • 8df6d86 feat: Add Radix UI dropdown menu and integrate theme provider in layout
  • 6951aac chore: Update dependencies and enhance dark mode support
  • e44e3ab feat: Implement agent management features and UI enhancements
  • 967ddfb feat: Add agent deletion functionality and UI confirmation dialog
  • d5393c5 feat: Enhance agent editing interface with new Middlewares component
  • 16ad9c2 fix: Prevent maximum update depth exceeded error in interrupt views
  • 245129a fix: Add debugging logs and stabilize useMemo dependencies to prevent infinite loops
  • a6272fc 드디러 AgentStream 에서 depth callback 오류 원인 해결!!!
  • de33053 feat: Update Tailwind CSS configuration to use ES module syntax and import plugins directly

📊 Changes

94 files changed (+28411 additions, -2150 deletions)

View changed files

.claude/skills/brainstorming/SKILL.md (+54 -0)
.claude/skills/create-pr/SKILL.md (+363 -0)
.claude/skills/create-pr/agent-pr-template.md (+185 -0)
.claude/skills/create-pr/backend-pr-template.md (+136 -0)
.claude/skills/create-pr/frontend-pr-template.md (+128 -0)
.claude/skills/create-pr/mcp-server-pr-template.md (+142 -0)
.claude/skills/frontend-design/LICENSE.txt (+177 -0)
.claude/skills/frontend-design/SKILL.md (+42 -0)
.claude/skills/generate-readme/SKILL.md (+222 -0)
.claude/skills/langgraph-coding-assistant/SKILL.md (+173 -0)
.claude/skills/langgraph-coding-assistant/references/api-patterns.md (+479 -0)
.claude/skills/langgraph-coding-assistant/references/llms.txt (+93 -0)
.claude/skills/langgraph-coding-assistant/references/model-configurations.md (+337 -0)
.claude/skills/langgraph-coding-assistant/references/system-prompts.md (+361 -0)
.claude/skills/nextjs/.skill-metadata.json (+39 -0)
.claude/skills/nextjs/SKILL.md (+410 -0)
.claude/skills/nextjs/references/external/nextjs-patterns.md (+860 -0)
package-lock.json (+14017 -0)
📝 package.json (+51 -41)
📝 pnpm-lock.yaml (+3054 -958)

...and 74 more files

📄 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/agent-chat-ui/pull/219 **Author:** [@teddylee777](https://github.com/teddylee777) **Created:** 1/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `claude/fix-update-depth-error-L5Tjy` --- ### 📝 Commits (9) - [`8df6d86`](https://github.com/langchain-ai/agent-chat-ui/commit/8df6d86f49850eb9d33402f6f054ff0c5f6e4f7d) feat: Add Radix UI dropdown menu and integrate theme provider in layout - [`6951aac`](https://github.com/langchain-ai/agent-chat-ui/commit/6951aacdc27df576d6c72b2ef4c140334d7eeb27) chore: Update dependencies and enhance dark mode support - [`e44e3ab`](https://github.com/langchain-ai/agent-chat-ui/commit/e44e3ab885950f607743f092838bde0229a1602a) feat: Implement agent management features and UI enhancements - [`967ddfb`](https://github.com/langchain-ai/agent-chat-ui/commit/967ddfb93cfc5a13e4efa27d8370c55004291575) feat: Add agent deletion functionality and UI confirmation dialog - [`d5393c5`](https://github.com/langchain-ai/agent-chat-ui/commit/d5393c51a7b39798aeab8b943c484c256e487e91) feat: Enhance agent editing interface with new Middlewares component - [`16ad9c2`](https://github.com/langchain-ai/agent-chat-ui/commit/16ad9c2372fca4e1fb98768248053fa399437bb4) fix: Prevent maximum update depth exceeded error in interrupt views - [`245129a`](https://github.com/langchain-ai/agent-chat-ui/commit/245129a8591e7d0974ff75ffe62bd0017dfaea7d) fix: Add debugging logs and stabilize useMemo dependencies to prevent infinite loops - [`a6272fc`](https://github.com/langchain-ai/agent-chat-ui/commit/a6272fcd8b868ceaa26a9de7cf088ea4ad7f7dfd) 드디러 AgentStream 에서 depth callback 오류 원인 해결!!! - [`de33053`](https://github.com/langchain-ai/agent-chat-ui/commit/de33053e3ae588e12e5d31b80cfcad9ada91e5aa) feat: Update Tailwind CSS configuration to use ES module syntax and import plugins directly ### 📊 Changes **94 files changed** (+28411 additions, -2150 deletions) <details> <summary>View changed files</summary> ➕ `.claude/skills/brainstorming/SKILL.md` (+54 -0) ➕ `.claude/skills/create-pr/SKILL.md` (+363 -0) ➕ `.claude/skills/create-pr/agent-pr-template.md` (+185 -0) ➕ `.claude/skills/create-pr/backend-pr-template.md` (+136 -0) ➕ `.claude/skills/create-pr/frontend-pr-template.md` (+128 -0) ➕ `.claude/skills/create-pr/mcp-server-pr-template.md` (+142 -0) ➕ `.claude/skills/frontend-design/LICENSE.txt` (+177 -0) ➕ `.claude/skills/frontend-design/SKILL.md` (+42 -0) ➕ `.claude/skills/generate-readme/SKILL.md` (+222 -0) ➕ `.claude/skills/langgraph-coding-assistant/SKILL.md` (+173 -0) ➕ `.claude/skills/langgraph-coding-assistant/references/api-patterns.md` (+479 -0) ➕ `.claude/skills/langgraph-coding-assistant/references/llms.txt` (+93 -0) ➕ `.claude/skills/langgraph-coding-assistant/references/model-configurations.md` (+337 -0) ➕ `.claude/skills/langgraph-coding-assistant/references/system-prompts.md` (+361 -0) ➕ `.claude/skills/nextjs/.skill-metadata.json` (+39 -0) ➕ `.claude/skills/nextjs/SKILL.md` (+410 -0) ➕ `.claude/skills/nextjs/references/external/nextjs-patterns.md` (+860 -0) ➕ `package-lock.json` (+14017 -0) 📝 `package.json` (+51 -41) 📝 `pnpm-lock.yaml` (+3054 -958) _...and 74 more files_ </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:16:21 -05:00
yindo closed this issue 2026-02-16 08:16:21 -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#224