[PR #13] [MERGED] change hint of input uppercase letter in plugin name #259

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/13
Author: @hjlarry
Created: 1/21/2025
Status: Merged
Merged: 1/21/2025
Merged by: @Yeuoly

Base: mainHead: p5


📝 Commits (2)

  • 21dd163 allow uppercase of plugin and author name
  • caf5251 only allow lowercase letters

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 cmd/commandline/bundle/profile.go (+2 -2)
📝 cmd/commandline/plugin/profile.go (+2 -2)

📄 Description

The hint state:

Bundle name must be 1-128 characters long, and can only contain letters, numbers, dashes and underscores

However, uppercase letters are currently not allowed.


🔄 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-daemon/pull/13 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `p5` --- ### 📝 Commits (2) - [`21dd163`](https://github.com/langgenius/dify-plugin-daemon/commit/21dd16358023d96934e9af3a4c52f9c7eb0cb5d9) allow uppercase of plugin and author name - [`caf5251`](https://github.com/langgenius/dify-plugin-daemon/commit/caf5251e5e44627567865532f525a3d1fe7be630) only allow lowercase letters ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/bundle/profile.go` (+2 -2) 📝 `cmd/commandline/plugin/profile.go` (+2 -2) </details> ### 📄 Description The hint state: ``` Bundle name must be 1-128 characters long, and can only contain letters, numbers, dashes and underscores ``` However, uppercase letters are currently not allowed. --- <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 01:15:16 -05:00
yindo closed this issue 2026-02-16 01:15:16 -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-daemon#259