[PR #20] [MERGED] nits #20

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/content-writer/pull/20
Author: @bracesproul
Created: 9/23/2024
Status: Merged
Merged: 9/23/2024
Merged by: @bracesproul

Base: mainHead: brace/update-existing-assistants


📝 Commits (6)

📊 Changes

11 files changed (+221 additions, -67 deletions)

View changed files

LICENSE (+21 -0)
README.md (+72 -0)
📝 js/.env.example (+1 -1)
📝 js/src/app/page.tsx (+8 -2)
📝 js/src/components/AssistantsDropdown.tsx (+51 -28)
📝 js/src/components/Primitives.tsx (+10 -0)
📝 js/src/components/WelcomeDialog.tsx (+49 -32)
📝 js/src/hooks/useGraph.tsx (+4 -1)
📝 py/content_writer/__init__.py (+0 -0)
📝 py/langgraph.json (+4 -2)
📝 py/pyproject.toml (+1 -1)

📄 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/content-writer/pull/20 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 9/23/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/update-existing-assistants` --- ### 📝 Commits (6) - [`50bd643`](https://github.com/langchain-ai/content-writer/commit/50bd643c4c80929d6448be077f3096c2b3f5d8d6) nits - [`9378bc8`](https://github.com/langchain-ai/content-writer/commit/9378bc8d3dfcdcb3def1cee79f4c903d6344f4ee) Merge branch 'main' of https://github.com/bracesproul/tweet-composer into brace/update-existing-assistants - [`20fd0d3`](https://github.com/langchain-ai/content-writer/commit/20fd0d387890976889cc6c57984059cbf6fcea93) proper edit cancel on new message - [`e3c0924`](https://github.com/langchain-ai/content-writer/commit/e3c0924b84e00a5a3807f28dc93f957cc58f267d) improve dropdown - [`6f7234e`](https://github.com/langchain-ai/content-writer/commit/6f7234eabd3ff0aa89c450f2f3ad0ea38063ad47) cr - [`db1e24a`](https://github.com/langchain-ai/content-writer/commit/db1e24ac2767c9266b3ca5165216698c288d803b) format ### 📊 Changes **11 files changed** (+221 additions, -67 deletions) <details> <summary>View changed files</summary> ➕ `LICENSE` (+21 -0) ➕ `README.md` (+72 -0) 📝 `js/.env.example` (+1 -1) 📝 `js/src/app/page.tsx` (+8 -2) 📝 `js/src/components/AssistantsDropdown.tsx` (+51 -28) 📝 `js/src/components/Primitives.tsx` (+10 -0) 📝 `js/src/components/WelcomeDialog.tsx` (+49 -32) 📝 `js/src/hooks/useGraph.tsx` (+4 -1) 📝 `py/content_writer/__init__.py` (+0 -0) 📝 `py/langgraph.json` (+4 -2) 📝 `py/pyproject.toml` (+1 -1) </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 05:16:58 -05:00
yindo closed this issue 2026-02-16 05:16:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/content-writer#20