[PR #21] [MERGED] feat: Allow for passing flags instead of interactive prompts, fix build issues with npm #26

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/21
Author: @bracesproul
Created: 3/20/2025
Status: Merged
Merged: 3/20/2025
Merged by: @bracesproul

Base: mainHead: brace/allow-flags


📝 Commits (3)

📊 Changes

6 files changed (+297 additions, -86 deletions)

View changed files

📝 README.md (+42 -1)
📝 package.json (+2 -1)
📝 src/index.ts (+243 -81)
📝 templates/monorepo/apps/agents/package.json (+2 -2)
📝 templates/react-agent/utils.ts (+3 -1)
📝 yarn.lock (+5 -0)

📄 Description

fixes #19 #20


🔄 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/21 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/allow-flags` --- ### 📝 Commits (3) - [`4dd1b9d`](https://github.com/langchain-ai/create-agent-chat-app/commit/4dd1b9d7a4cbd1c3eccee2e289972a025635ecd4) feat: Allow for passing flags instead of interactive prompts - [`c26389a`](https://github.com/langchain-ai/create-agent-chat-app/commit/c26389a64fb5796fd85a86df0663d73cda81c270) fix jsdoc - [`de869c1`](https://github.com/langchain-ai/create-agent-chat-app/commit/de869c188a0e4a8804f293f879bb3b8f71ae9f43) caps y ### 📊 Changes **6 files changed** (+297 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+42 -1) 📝 `package.json` (+2 -1) 📝 `src/index.ts` (+243 -81) 📝 `templates/monorepo/apps/agents/package.json` (+2 -2) 📝 `templates/react-agent/utils.ts` (+3 -1) 📝 `yarn.lock` (+5 -0) </details> ### 📄 Description fixes #19 #20 --- <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#26