mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2067] [MERGED] feat(feishu_task): Update the API in feishu_task tool to version 2.0 to support more features #2240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2067
Author: @lycohana
Created: 11/14/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @crazywoola
Base:
plugin/feishu_task← Head:plugin/feishu_task📝 Commits (10+)
10a6db2feat(feishu): add Feishu Task API v2 utility class987bac5feat(feishu tasks): upgrade Feishu Task API to v2 and add timezone supporta1e14b2fix(feishu tasks): improve task creation tool and API implementation8c3919bfix(feishu task): fix time handling logic and optimize member list processingdda2bc5fix(feishu_task): Remove feishu_task.difypkg package file23c89a9feat(feishu_task): add user ID retrieval tool and optimize API utility classc8a7c9dci(feishu_task): Bump feishu_task plugin version to 0.1.0a04e208feat(feishu_task): update task tool and member-adding tool features7e0787bchore: update feishu_task plugin version to 1.0.0a838729Update tools/feishu_task/feishu_task_api_v2_utils.py📊 Changes
14 files changed (+633 additions, -47 deletions)
View changed files
📝
.gitignore(+1 -0)➕
tools/feishu_task/feishu_task_api_v2_utils.py(+366 -0)📝
tools/feishu_task/manifest.yaml(+2 -2)📝
tools/feishu_task/provider/feishu_task.py(+1 -1)📝
tools/feishu_task/provider/feishu_task.yaml(+9 -0)📝
tools/feishu_task/requirements.txt(+1 -0)📝
tools/feishu_task/tools/add_members.py(+38 -5)📝
tools/feishu_task/tools/add_members.yaml(+47 -13)📝
tools/feishu_task/tools/create_task.py(+31 -6)📝
tools/feishu_task/tools/create_task.yaml(+74 -11)📝
tools/feishu_task/tools/delete_task.py(+2 -2)➕
tools/feishu_task/tools/get_user_id.py(+19 -0)➕
tools/feishu_task/tools/get_user_id.yaml(+28 -0)📝
tools/feishu_task/tools/update_task.py(+14 -7)📄 Description
Related Issues or Context
close https://github.com/langgenius/dify-official-plugins/issues/1991
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.