# Refer https://docs.halo.run/developer-guide/plugin/basics/manifest apiVersion: plugin.halo.run/v1alpha1 kind: Plugin metadata: # The name defines how the plugin is invoked, A unique name name: comment-ai-autopilot annotations: # Recommend installing AI Foundation from the app store after installing this plugin # https://www.halo.run/store/apps/app-acslk9nu "store.halo.run/recommended-apps": '["app-acslk9nu"]' spec: enabled: true requires: ">=2.25.0" pluginDependencies: # Optional dependency: plugin still loads without AI Foundation, # but AI features require it to be installed and enabled. ai-foundation?: "*" author: name: 暖心向阳335 website: https://nxxy335.top logo: logo.png homepage: https://nxxy335.top/comment-ai-autopilot repo: https://github.com/sunny-335/plugin-comment-ai-autopilot.git issues: https://github.com/sunny-335/plugin-comment-ai-autopilot/issues displayName: "AI回评" description: "基于 AI 的 Halo 博客评论自动回复插件,支持 AI 虚拟角色回复、自审核、自动发布和对话式连续回复" license: - name: "GPL-3.0" url: "https://github.com/sunny-335/plugin-comment-ai-autopilot/blob/main/LICENSE" settingName: "comment-ai-autopilot-settings" configMapName: "comment-ai-autopilot-configmap" version: "1.0.0"