From 88fda16711c56cec30525ea2ec8dd13ae085532a Mon Sep 17 00:00:00 2001 From: jneilliii Date: Wed, 20 May 2026 00:47:11 -0400 Subject: [PATCH 1/2] add ai-developed attribute --- _includes/plugin_attributes | 1 + _plugins/psucontrol_ewelink.md | 1 + 2 files changed, 2 insertions(+) diff --git a/_includes/plugin_attributes b/_includes/plugin_attributes index 574633303ab8..9ecec1698107 100644 --- a/_includes/plugin_attributes +++ b/_includes/plugin_attributes @@ -4,5 +4,6 @@ {% if include.plugin.attributes contains "cloud" %} Cloud{% endif %} {% if include.plugin.attributes contains "commercial" %} Commercial{% endif %} {% if include.plugin.attributes contains "free-tier" %} Free tier{% endif %} +{% if include.plugin.attributes contains "ai-developed" %} AI Developed{% endif %} {% endif %} {% endif %} \ No newline at end of file diff --git a/_plugins/psucontrol_ewelink.md b/_plugins/psucontrol_ewelink.md index b4b60f2d2e77..c283d231b771 100644 --- a/_plugins/psucontrol_ewelink.md +++ b/_plugins/psucontrol_ewelink.md @@ -42,6 +42,7 @@ compatibility: attributes: - cloud +- ai-developed screenshots: - url: /assets/img/plugins/psucontrol_ewelink/settings_screenshot.png From abe04e2d7bc55cb4b7b2346a96564fb00aab3609 Mon Sep 17 00:00:00 2001 From: jneilliii Date: Wed, 20 May 2026 00:57:59 -0400 Subject: [PATCH 2/2] add to registration help --- help/registering/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/help/registering/index.md b/help/registering/index.md index 82b36f46c14e..a3aaad24985d 100644 --- a/help/registering/index.md +++ b/help/registering/index.md @@ -202,6 +202,7 @@ If all is in the green, follow these steps: # - cloud # if your plugin requires access to a cloud to function # - commercial # if your plugin has a commercial aspect to it # - free-tier # if your plugin has a free tier + # - ai-developed # if your plugin was developed with the use of Artificial Intelligence --- @@ -266,6 +267,9 @@ If all is in the green, follow these steps: commercial, ask for clarification on that in your registration pull request. Please note that commercial plugins are excluded from the public stats after some cases of manipulation. + - If your plugin **was developed with the aid of Artificial Intelligence** you _must_ + mark it as such using the `attributes` property. + If you are unsure about how something should be structured, take a look at the existing plugins or [ask on the forum](https://community.octoprint.org/c/development) or in your registration pull request.