[PR #556] [CLOSED] add sider_chat plugins #1030

Closed
opened 2026-02-22 17:45:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/556
Author: @xiaochuan886
Created: 5/25/2025
Status: Closed

Base: mainHead: main


📝 Commits (7)

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

xiaochuan886/sider_chat.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

Sider AI Chat Plugin is a powerful AI chat tool plugin based on the open-source sider_ai_api project code. It calls the Python API library of sider.ai, providing a complete solution for accessing ChatGPT, Gemini, Claude, Llama, and even O1 and other foreign large models when unable to access foreign AI platforms like ChatGPT. It provides streaming AI conversation functionality for the Dify platform with context management and streaming response capabilities.

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

None

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 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-plugins/pull/556 **Author:** [@xiaochuan886](https://github.com/xiaochuan886) **Created:** 5/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`79b2336`](https://github.com/langgenius/dify-plugins/commit/79b2336b0a3db79d1248481cb3a4f7131fbb00de) Create saider_chat - [`a7b661a`](https://github.com/langgenius/dify-plugins/commit/a7b661a8b7662ea952f277ba22d06209e95c6017) Create README.md - [`6bff835`](https://github.com/langgenius/dify-plugins/commit/6bff8358d1d2f1ede257ad7d774f48068a5b2dfa) Delete Organization/saider_chat - [`eff9c7c`](https://github.com/langgenius/dify-plugins/commit/eff9c7cfcbb7ebc95c199d64c480d703923d4b7c) Delete Organization/sider_chat/README.md - [`5e6ad3b`](https://github.com/langgenius/dify-plugins/commit/5e6ad3b46ecc5fd8add3b2cb467d898e86f2e517) Create readme.md - [`6905415`](https://github.com/langgenius/dify-plugins/commit/6905415bd32ca6704da074d36bc246339ce8b12f) Add files via upload - [`4d51fb1`](https://github.com/langgenius/dify-plugins/commit/4d51fb18e3e72e62ea63ba5bde34f400f890dbe1) Delete xiaochuan886/readme.md ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `xiaochuan886/sider_chat.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: xiaochuan886 - **Plugin Name**: sider_chat - **Repository URL**: https://github.com/xiaochuan886/sider_chat ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description Sider AI Chat Plugin is a powerful AI chat tool plugin based on the open-source sider_ai_api project code. It calls the Python API library of sider.ai, providing a complete solution for accessing ChatGPT, Gemini, Claude, Llama, and even O1 and other foreign large models when unable to access foreign AI platforms like ChatGPT. It provides streaming AI conversation functionality for the Dify platform with context management and streaming response capabilities. ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection None ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <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-22 17:45:38 -05:00
yindo closed this issue 2026-02-22 17:45:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1030