[PR #1332] [MERGED] feat(github): github #1839

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1332
Author: @Mairuis
Created: 7/23/2025
Status: Merged
Merged: 7/24/2025
Merged by: @crazywoola

Base: mainHead: feat/github


📝 Commits (2)

📊 Changes

31 files changed (+2031 additions, -98 deletions)

View changed files

📝 tools/github/README.md (+4 -4)
📝 tools/github/_assets/github_1.PNG (+0 -0)
📝 tools/github/_assets/github_2.PNG (+0 -0)
📝 tools/github/_assets/github_3.PNG (+0 -0)
📝 tools/github/main.py (+2 -2)
📝 tools/github/manifest.yaml (+11 -9)
📝 tools/github/provider/github.py (+65 -20)
📝 tools/github/provider/github.yaml (+56 -22)
📝 tools/github/requirements.txt (+1 -1)
📝 tools/github/tools/github_repositories.py (+49 -25)
tools/github/tools/github_repository_commits.py (+123 -0)
tools/github/tools/github_repository_commits.yaml (+84 -0)
tools/github/tools/github_repository_contents.py (+136 -0)
tools/github/tools/github_repository_contents.yaml (+70 -0)
tools/github/tools/github_repository_contributors.py (+87 -0)
tools/github/tools/github_repository_contributors.yaml (+58 -0)
tools/github/tools/github_repository_info.py (+108 -0)
tools/github/tools/github_repository_info.yaml (+44 -0)
tools/github/tools/github_repository_issues.py (+108 -0)
tools/github/tools/github_repository_issues.yaml (+100 -0)

...and 11 more files

📄 Description

Related Issues or Context

This PR contains Changes to Non-Plugin

  • Documentation
  • Other

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes

This PR contains Changes to LLM Models Plugin

  • My Changes Affect Message Flow Handling (System Messages and User→Assistant Turn-Taking)
  • My Changes Affect Tool Interaction Flow (Multi-Round Usage and Output Handling, for both Agent App and Agent Node)
  • My Changes Affect Multimodal Input Handling (Images, PDFs, Audio, Video, etc.)
  • My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.)
  • My Changes Affect Structured Output Format (JSON, XML, etc.)
  • My Changes Affect Token Consumption Metrics
  • My Changes Affect Other LLM Functionalities (Reasoning Process, Grounding, Prompt Caching, etc.)
  • Other Changes (Add New Models, Fix Model Parameters etc.)

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.5.0 is in requirements.txt (SDK docs)

Environment Verification (If Any Code Changes)

image image

Local Deployment Environment

  • Dify Version is: 1.7.0, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration.

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 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/1332 **Author:** [@Mairuis](https://github.com/Mairuis) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/github` --- ### 📝 Commits (2) - [`b415125`](https://github.com/langgenius/dify-official-plugins/commit/b4151253824baa9b48aeac6351428374197aeedb) feat(github): github - [`e5ac5bc`](https://github.com/langgenius/dify-official-plugins/commit/e5ac5bcfac9904632d25bcda6d6aef389e408078) feat(github): github ### 📊 Changes **31 files changed** (+2031 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `tools/github/README.md` (+4 -4) 📝 `tools/github/_assets/github_1.PNG` (+0 -0) 📝 `tools/github/_assets/github_2.PNG` (+0 -0) 📝 `tools/github/_assets/github_3.PNG` (+0 -0) 📝 `tools/github/main.py` (+2 -2) 📝 `tools/github/manifest.yaml` (+11 -9) 📝 `tools/github/provider/github.py` (+65 -20) 📝 `tools/github/provider/github.yaml` (+56 -22) 📝 `tools/github/requirements.txt` (+1 -1) 📝 `tools/github/tools/github_repositories.py` (+49 -25) ➕ `tools/github/tools/github_repository_commits.py` (+123 -0) ➕ `tools/github/tools/github_repository_commits.yaml` (+84 -0) ➕ `tools/github/tools/github_repository_contents.py` (+136 -0) ➕ `tools/github/tools/github_repository_contents.yaml` (+70 -0) ➕ `tools/github/tools/github_repository_contributors.py` (+87 -0) ➕ `tools/github/tools/github_repository_contributors.yaml` (+58 -0) ➕ `tools/github/tools/github_repository_info.py` (+108 -0) ➕ `tools/github/tools/github_repository_info.yaml` (+44 -0) ➕ `tools/github/tools/github_repository_issues.py` (+108 -0) ➕ `tools/github/tools/github_repository_issues.yaml` (+100 -0) _...and 11 more files_ </details> ### 📄 Description ## Related Issues or Context ## This PR contains Changes to *Non-Plugin* - [ ] Documentation - [ ] Other ## This PR contains Changes to *Non-LLM Models Plugin* - [ ] I have Run Comprehensive Tests Relevant to My Changes <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> ## This PR contains Changes to *LLM Models Plugin* <!-- LLM Models Test Example: --> <!-- https://github.com/langgenius/dify-official-plugins/blob/main/.assets/test-examples/llm-plugin-tests/llm_test_example.md --> - [ ] My Changes Affect Message Flow Handling (System Messages and User→Assistant Turn-Taking) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Tool Interaction Flow (Multi-Round Usage and Output Handling, for both Agent App and Agent Node) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Multimodal Input Handling (Images, PDFs, Audio, Video, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Structured Output Format (JSON, XML, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Token Consumption Metrics <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] My Changes Affect Other LLM Functionalities (Reasoning Process, Grounding, Prompt Caching, etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> - [ ] Other Changes (Add New Models, Fix Model Parameters etc.) <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) ## Dify Plugin SDK Version - [ ] I have Ensured `dify_plugin>=0.3.0,<0.5.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) ## Environment Verification (If Any Code Changes) <img width="3598" height="1868" alt="image" src="https://github.com/user-attachments/assets/548dc408-f4ac-4d0d-a424-d9b13e8e7d5c" /> <img width="3596" height="1852" alt="image" src="https://github.com/user-attachments/assets/53ff404e-3073-45dd-90e5-2695c668f77e" /> ### Local Deployment Environment - [x] Dify Version is: 1.7.0, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration. ### SaaS Environment - [x] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration --- <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:24:08 -05:00
yindo closed this issue 2026-02-16 10:24:08 -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#1839