[PR #273] [MERGED] Plugin/feishu document #1238

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

📋 Pull Request Information

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

Base: mainHead: plugin/feishu_document


📝 Commits (2)

📊 Changes

19 files changed (+969 additions, -54 deletions)

View changed files

migrations/tools/feishu_document/manifest.yaml (+0 -39)
migrations/tools/feishu_document/requirements.txt (+0 -1)
📝 tools/feishu_document/.env.example (+0 -0)
📝 tools/feishu_document/README.md (+0 -0)
📝 tools/feishu_document/_assets/icon.svg (+0 -0)
📝 tools/feishu_document/main.py (+0 -0)
tools/feishu_document/manifest.yaml (+37 -0)
📝 tools/feishu_document/provider/feishu_document.py (+1 -1)
📝 tools/feishu_document/provider/feishu_document.yaml (+0 -0)
tools/feishu_document/requirements.txt (+1 -0)
📝 tools/feishu_document/tools/create_document.py (+4 -3)
📝 tools/feishu_document/tools/create_document.yaml (+0 -0)
tools/feishu_document/tools/feishu_api_utils.py (+913 -0)
📝 tools/feishu_document/tools/get_document_content.py (+4 -3)
📝 tools/feishu_document/tools/get_document_content.yaml (+0 -0)
📝 tools/feishu_document/tools/list_document_blocks.py (+4 -3)
📝 tools/feishu_document/tools/list_document_blocks.yaml (+0 -0)
📝 tools/feishu_document/tools/write_document.py (+5 -4)
📝 tools/feishu_document/tools/write_document.yaml (+0 -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/273 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/feishu_document` --- ### 📝 Commits (2) - [`e2f8b14`](https://github.com/langgenius/dify-official-plugins/commit/e2f8b14d4ba39155a43df6afe84327f326fafb49) plugin: feishu_document - [`3ebc74b`](https://github.com/langgenius/dify-official-plugins/commit/3ebc74b7dde3e40746ad831e886be8ba4ad6ccb9) fix ### 📊 Changes **19 files changed** (+969 additions, -54 deletions) <details> <summary>View changed files</summary> ➖ `migrations/tools/feishu_document/manifest.yaml` (+0 -39) ➖ `migrations/tools/feishu_document/requirements.txt` (+0 -1) 📝 `tools/feishu_document/.env.example` (+0 -0) 📝 `tools/feishu_document/README.md` (+0 -0) 📝 `tools/feishu_document/_assets/icon.svg` (+0 -0) 📝 `tools/feishu_document/main.py` (+0 -0) ➕ `tools/feishu_document/manifest.yaml` (+37 -0) 📝 `tools/feishu_document/provider/feishu_document.py` (+1 -1) 📝 `tools/feishu_document/provider/feishu_document.yaml` (+0 -0) ➕ `tools/feishu_document/requirements.txt` (+1 -0) 📝 `tools/feishu_document/tools/create_document.py` (+4 -3) 📝 `tools/feishu_document/tools/create_document.yaml` (+0 -0) ➕ `tools/feishu_document/tools/feishu_api_utils.py` (+913 -0) 📝 `tools/feishu_document/tools/get_document_content.py` (+4 -3) 📝 `tools/feishu_document/tools/get_document_content.yaml` (+0 -0) 📝 `tools/feishu_document/tools/list_document_blocks.py` (+4 -3) 📝 `tools/feishu_document/tools/list_document_blocks.yaml` (+0 -0) 📝 `tools/feishu_document/tools/write_document.py` (+5 -4) 📝 `tools/feishu_document/tools/write_document.yaml` (+0 -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:25 -05:00
yindo closed this issue 2026-02-16 10:22:25 -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#1238