[PR #234] [CLOSED] Staging #240

Closed
opened 2026-06-05 16:37:02 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/agent-chat-ui/pull/234
Author: @bcolemanau
Created: 2/22/2026
Status: Closed

Base: mainHead: staging


📝 Commits (10+)

  • e197c34 feat: add local ReflexionGraph component and unified artifact state
  • 9e6aa56 Merge feature/kg-artifact: add local ReflexionGraph component
  • efe52dc feat: add production deployment config with Docker, Railway, and health check
  • a8cbf57 fix: set HOSTNAME=0.0.0.0 for Next.js standalone and increase health check timeout
  • f3f2601 Fix HITL resume payload and resolve build/lint errors in messages components
  • f54c237 Feature: Product Interaction Panel, Enterprise Branding System, and Release Notes v1.2.0
  • 36810c5 fix(frontend): robust streaming support and error handling
  • ed88c48 feat: implement google social auth, user menu, and protected routes
  • e9ae314 Remove forced Daikin branding from login page
  • 4bf5461 feat: add feature request api and tab integration

📊 Changes

230 files changed (+33476 additions, -2201 deletions)

View changed files

📝 .dockerignore (+20 -1)
.git_commit_msg.txt (+15 -0)
Dockerfile (+73 -0)
Dockerfile.dev (+33 -0)
FEATURE_REQUEST_UNIFIED_APPROVALS.md (+219 -0)
GITHUB_ISSUE_READY_TO_PASTE.md (+134 -0)
GITHUB_ISSUE_UNIFIED_APPROVALS.md (+227 -0)
GOOGLE_AUTH_TROUBLESHOOTING.md (+114 -0)
PR.md (+90 -0)
PR_BODY_FEATURE_OPERATIONS_AGENTS.md (+21 -0)
PR_DESCRIPTION.md (+48 -0)
THREAD_TRACING_ANALYSIS.md (+94 -0)
UNIFIED_APPROVALS_PLAN.md (+154 -0)
_diff_worldmap.txt (+992 -0)
build_log.txt (+0 -0)
create_issue_19_pr.py (+141 -0)
docs/PRODUCT_SURFACE_SUMMARY.md (+71 -0)
docs/PRODUCT_SURFACE_SUMMARY.pdf (+0 -0)
docs/PROXY_ROUTES_SUMMARY.md (+101 -0)
docs/PR_BODY_ISSUE_139_ROUTE_RECONNECT_RUFF.md (+72 -0)

...and 80 more files

📄 Description

139 and 143


🔄 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/234 **Author:** [@bcolemanau](https://github.com/bcolemanau) **Created:** 2/22/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `staging` --- ### 📝 Commits (10+) - [`e197c34`](https://github.com/langchain-ai/agent-chat-ui/commit/e197c347862cb45d9b54fa5acf6576a5ad9793a8) feat: add local ReflexionGraph component and unified artifact state - [`9e6aa56`](https://github.com/langchain-ai/agent-chat-ui/commit/9e6aa568b88905cf1f3a0bc0ddef913f3c9832fb) Merge feature/kg-artifact: add local ReflexionGraph component - [`efe52dc`](https://github.com/langchain-ai/agent-chat-ui/commit/efe52dc3422121598dff4c0f75630a2d71274222) feat: add production deployment config with Docker, Railway, and health check - [`a8cbf57`](https://github.com/langchain-ai/agent-chat-ui/commit/a8cbf57520005f7d13e3ba2aac644d5cc313f568) fix: set HOSTNAME=0.0.0.0 for Next.js standalone and increase health check timeout - [`f3f2601`](https://github.com/langchain-ai/agent-chat-ui/commit/f3f2601470870815b76451caacebabd0499da65f) Fix HITL resume payload and resolve build/lint errors in messages components - [`f54c237`](https://github.com/langchain-ai/agent-chat-ui/commit/f54c237a96a86ec88eed67d38149c281d1bcb68e) Feature: Product Interaction Panel, Enterprise Branding System, and Release Notes v1.2.0 - [`36810c5`](https://github.com/langchain-ai/agent-chat-ui/commit/36810c5b9174042652e9851268fd6bc735f6d321) fix(frontend): robust streaming support and error handling - [`ed88c48`](https://github.com/langchain-ai/agent-chat-ui/commit/ed88c481e70c63a4be58db4ea15cd3bdce280f3c) feat: implement google social auth, user menu, and protected routes - [`e9ae314`](https://github.com/langchain-ai/agent-chat-ui/commit/e9ae314ef9ecf6426936f453870cba6ab5d4db0e) Remove forced Daikin branding from login page - [`4bf5461`](https://github.com/langchain-ai/agent-chat-ui/commit/4bf5461e34622cf2e4bd01e96f17a1582350ad9b) feat: add feature request api and tab integration ### 📊 Changes **230 files changed** (+33476 additions, -2201 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+20 -1) ➕ `.git_commit_msg.txt` (+15 -0) ➕ `Dockerfile` (+73 -0) ➕ `Dockerfile.dev` (+33 -0) ➕ `FEATURE_REQUEST_UNIFIED_APPROVALS.md` (+219 -0) ➕ `GITHUB_ISSUE_READY_TO_PASTE.md` (+134 -0) ➕ `GITHUB_ISSUE_UNIFIED_APPROVALS.md` (+227 -0) ➕ `GOOGLE_AUTH_TROUBLESHOOTING.md` (+114 -0) ➕ `PR.md` (+90 -0) ➕ `PR_BODY_FEATURE_OPERATIONS_AGENTS.md` (+21 -0) ➕ `PR_DESCRIPTION.md` (+48 -0) ➕ `THREAD_TRACING_ANALYSIS.md` (+94 -0) ➕ `UNIFIED_APPROVALS_PLAN.md` (+154 -0) ➕ `_diff_worldmap.txt` (+992 -0) ➕ `build_log.txt` (+0 -0) ➕ `create_issue_19_pr.py` (+141 -0) ➕ `docs/PRODUCT_SURFACE_SUMMARY.md` (+71 -0) ➕ `docs/PRODUCT_SURFACE_SUMMARY.pdf` (+0 -0) ➕ `docs/PROXY_ROUTES_SUMMARY.md` (+101 -0) ➕ `docs/PR_BODY_ISSUE_139_ROUTE_RECONNECT_RUFF.md` (+72 -0) _...and 80 more files_ </details> ### 📄 Description 139 and 143 --- <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-06-05 16:37:02 -04:00
yindo closed this issue 2026-06-05 16:37:02 -04: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#240