[PR #283] [MERGED] migrate feishu task tool #1246

Closed
opened 2026-02-16 10:22:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/283
Author: @Nov1c444
Created: 2/26/2025
Status: Merged
Merged: 2/26/2025
Merged by: @Yeuoly

Base: mainHead: plugin/feishu_task


📝 Commits (1)

📊 Changes

17 files changed (+1373 additions, -0 deletions)

View changed files

tools/feishu_task/.env.example (+4 -0)
tools/feishu_task/README.md (+0 -0)
tools/feishu_task/_assets/icon.png (+0 -0)
tools/feishu_task/feishu_api_utils.py (+913 -0)
tools/feishu_task/main.py (+6 -0)
tools/feishu_task/manifest.yaml (+41 -0)
tools/feishu_task/provider/feishu_task.py (+7 -0)
tools/feishu_task/provider/feishu_task.yaml (+46 -0)
tools/feishu_task/requirements.txt (+1 -0)
tools/feishu_task/tools/add_members.py (+19 -0)
tools/feishu_task/tools/add_members.yaml (+65 -0)
tools/feishu_task/tools/create_task.py (+23 -0)
tools/feishu_task/tools/create_task.yaml (+78 -0)
tools/feishu_task/tools/delete_task.py (+17 -0)
tools/feishu_task/tools/delete_task.yaml (+32 -0)
tools/feishu_task/tools/update_task.py (+24 -0)
tools/feishu_task/tools/update_task.yaml (+97 -0)

📄 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/langgenius/dify-official-plugins/pull/283 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/feishu_task` --- ### 📝 Commits (1) - [`125a11f`](https://github.com/langgenius/dify-official-plugins/commit/125a11f1ef8f36560f10f8e4111c0926b6dbc7b7) migrate feishu task tool ### 📊 Changes **17 files changed** (+1373 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/feishu_task/.env.example` (+4 -0) ➕ `tools/feishu_task/README.md` (+0 -0) ➕ `tools/feishu_task/_assets/icon.png` (+0 -0) ➕ `tools/feishu_task/feishu_api_utils.py` (+913 -0) ➕ `tools/feishu_task/main.py` (+6 -0) ➕ `tools/feishu_task/manifest.yaml` (+41 -0) ➕ `tools/feishu_task/provider/feishu_task.py` (+7 -0) ➕ `tools/feishu_task/provider/feishu_task.yaml` (+46 -0) ➕ `tools/feishu_task/requirements.txt` (+1 -0) ➕ `tools/feishu_task/tools/add_members.py` (+19 -0) ➕ `tools/feishu_task/tools/add_members.yaml` (+65 -0) ➕ `tools/feishu_task/tools/create_task.py` (+23 -0) ➕ `tools/feishu_task/tools/create_task.yaml` (+78 -0) ➕ `tools/feishu_task/tools/delete_task.py` (+17 -0) ➕ `tools/feishu_task/tools/delete_task.yaml` (+32 -0) ➕ `tools/feishu_task/tools/update_task.py` (+24 -0) ➕ `tools/feishu_task/tools/update_task.yaml` (+97 -0) </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 10:22:26 -05:00
yindo closed this issue 2026-02-16 10:22:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1246