[PR #184] [CLOSED] refactor: Replaced 'dify' with 'shai' in package name, imports, and r… #208

Closed
opened 2026-02-15 21:16:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/184
Author: @ilich956
Created: 7/28/2025
Status: Closed

Base: mainHead: ilyas


📝 Commits (1)

  • beca417 refactor: Replaced 'dify' with 'shai' in package name, imports, and references

📊 Changes

209 files changed (+674 additions, -674 deletions)

View changed files

📝 .github/workflows/pull-request.yaml (+2 -2)
📝 .gitignore (+2 -2)
📝 README.md (+8 -8)
📝 python/.mkdocs/mkdocs.yml (+7 -7)
📝 python/README.md (+3 -3)
python/dify_plugin/__init__.py (+0 -48)
python/dify_plugin/commands/__init__.py (+0 -3)
python/dify_plugin/file/constants.py (+0 -2)
📝 python/examples/agent/.env.example (+1 -1)
📝 python/examples/agent/README.md (+1 -1)
📝 python/examples/agent/main.py (+2 -2)
📝 python/examples/agent/manifest.yaml (+6 -6)
📝 python/examples/agent/output_parser/cot_output_parser.py (+2 -2)
📝 python/examples/agent/provider/agent.py (+1 -1)
📝 python/examples/agent/requirements.txt (+1 -1)
📝 python/examples/agent/strategies/ReAct.py (+6 -6)
📝 python/examples/agent/strategies/ReAct.yaml (+1 -1)
📝 python/examples/agent/strategies/function_calling.py (+7 -7)
📝 python/examples/agent/strategies/function_calling.yaml (+1 -1)
📝 python/examples/github/.env.example (+1 -1)

...and 80 more files

📄 Description

…eferences

Pull Request Checklist

Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 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-plugin-sdks/pull/184 **Author:** [@ilich956](https://github.com/ilich956) **Created:** 7/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ilyas` --- ### 📝 Commits (1) - [`beca417`](https://github.com/langgenius/dify-plugin-sdks/commit/beca41755353152a2efa1568c170f0e320f8f124) refactor: Replaced 'dify' with 'shai' in package name, imports, and references ### 📊 Changes **209 files changed** (+674 additions, -674 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pull-request.yaml` (+2 -2) 📝 `.gitignore` (+2 -2) 📝 `README.md` (+8 -8) 📝 `python/.mkdocs/mkdocs.yml` (+7 -7) 📝 `python/README.md` (+3 -3) ➖ `python/dify_plugin/__init__.py` (+0 -48) ➖ `python/dify_plugin/commands/__init__.py` (+0 -3) ➖ `python/dify_plugin/file/constants.py` (+0 -2) 📝 `python/examples/agent/.env.example` (+1 -1) 📝 `python/examples/agent/README.md` (+1 -1) 📝 `python/examples/agent/main.py` (+2 -2) 📝 `python/examples/agent/manifest.yaml` (+6 -6) 📝 `python/examples/agent/output_parser/cot_output_parser.py` (+2 -2) 📝 `python/examples/agent/provider/agent.py` (+1 -1) 📝 `python/examples/agent/requirements.txt` (+1 -1) 📝 `python/examples/agent/strategies/ReAct.py` (+6 -6) 📝 `python/examples/agent/strategies/ReAct.yaml` (+1 -1) 📝 `python/examples/agent/strategies/function_calling.py` (+7 -7) 📝 `python/examples/agent/strategies/function_calling.yaml` (+1 -1) 📝 `python/examples/github/.env.example` (+1 -1) _...and 80 more files_ </details> ### 📄 Description …eferences # Pull Request Checklist Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks: ## Compatibility Check - [ ] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [ ] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [ ] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [ ] I have described the compatibility impact and the corresponding version number in the PR description - [ ] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [ ] Code has passed local tests - [ ] Relevant documentation has been updated (if necessary) --- <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-15 21:16:14 -05:00
yindo closed this issue 2026-02-15 21:16:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#208