[PR #602] feat(cli): Add node permission management commands #608

Open
opened 2026-02-16 01:16:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/602
Author: @zhuzihao-hz
Created: 2/7/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 5e85bff feat: support set node permission in cli

📊 Changes

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

View changed files

📝 cmd/commandline/plugin/permission.go (+13 -0)

📄 Description

Description

Add support for setting node permissions through the CLI, enabling users to configure node permissions directly from the command-line interface.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Additional Information

image

🔄 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/602 **Author:** [@zhuzihao-hz](https://github.com/zhuzihao-hz) **Created:** 2/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5e85bff`](https://github.com/langgenius/dify-plugin-daemon/commit/5e85bff5d9fa8520f0c591e2085219a4efe3d7f0) feat: support set node permission in cli ### 📊 Changes **1 file changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/plugin/permission.go` (+13 -0) </details> ### 📄 Description ## Description Add support for setting node permissions through the CLI, enabling users to configure node permissions directly from the command-line interface. ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ## Additional Information <img width="905" height="585" alt="image" src="https://github.com/user-attachments/assets/7a0da254-20e8-4e21-9594-c4d91bacbf08" /> --- <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:16:30 -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#608