[PR #15] [MERGED] fix(tools): enforce returning Command object in writeTodos for graph state updates #59

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/15
Author: @bianbianzhu
Created: 8/21/2025
Status: Merged
Merged: 8/22/2025
Merged by: @Palashio

Base: mainHead: fix/add-the-missing-command-object-in-write-todos-tool


📝 Commits (1)

  • ce68109 fix: update writeTodos function to return Command object

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/tools.ts (+2 -2)

📄 Description

This PR addresses the inconsistency in the writeTodos tool implementation, which currently returns a plain object rather than the documented Command object.

Please refer #14 for more information.


🔄 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/deepagentsjs/pull/15 **Author:** [@bianbianzhu](https://github.com/bianbianzhu) **Created:** 8/21/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@Palashio](https://github.com/Palashio) **Base:** `main` ← **Head:** `fix/add-the-missing-command-object-in-write-todos-tool` --- ### 📝 Commits (1) - [`ce68109`](https://github.com/langchain-ai/deepagentsjs/commit/ce68109501f15e4a66cbbff627db411dd3fdaa64) fix: update writeTodos function to return Command object ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/tools.ts` (+2 -2) </details> ### 📄 Description This PR addresses the inconsistency in the writeTodos tool implementation, which currently returns a plain object rather than the documented Command object. Please refer #14 for more information. --- <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 06:17:03 -05:00
yindo closed this issue 2026-02-16 06:17:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#59