[PR #517] [MERGED] fix: tool and trigger not response icon_dark #555

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

📋 Pull Request Information

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

Base: mainHead: p15


📝 Commits (1)

  • 45725bd fix: tool and trigger not response icon_dark

📊 Changes

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

View changed files

📝 pkg/entities/plugin_entities/tool_declaration.go (+1 -1)
📝 pkg/entities/plugin_entities/trigger_declaration.go (+1 -1)

📄 Description

Description

to support https://github.com/langgenius/dify/pull/28858

When I remote debug a tool or trigger, the dark icon works fine.
However, when I install it locally, it does not work.
This issue is caused by IconDark being mapped to iconDark in the YAML file.

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

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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/517 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `p15` --- ### 📝 Commits (1) - [`45725bd`](https://github.com/langgenius/dify-plugin-daemon/commit/45725bddc0bad76d26abf7e9435334007cd7be32) fix: tool and trigger not response icon_dark ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pkg/entities/plugin_entities/tool_declaration.go` (+1 -1) 📝 `pkg/entities/plugin_entities/trigger_declaration.go` (+1 -1) </details> ### 📄 Description ## Description to support https://github.com/langgenius/dify/pull/28858 When I remote debug a tool or trigger, the dark icon works fine. However, when I install it locally, it does not work. This issue is caused by `IconDark` being mapped to `iconDark` in the YAML file. ## Type of Change - [x] Bug fix - [ ] 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 ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <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:19 -05:00
yindo closed this issue 2026-02-16 01:16:19 -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#555