feat: 草稿模式修复、回复编辑、预设扩展、多语言回复、文档全面更新

- 修复草稿模式下仍自动发布评论的Bug
- 新增草稿模式下编辑AI回复内容功能
- 新增3个Prompt预设(技术解答型/鼓励型/知识科普型)
- 新增多语言回复指令
- 新增日志页面时间范围筛选
- 新增AI角色排序功能
- 新增配置导入/导出功能
- 修复processingLocks内存泄漏
- 修复OptimisticLockingFailureException缺少重试
- 修复publishReply空Mono导致审核挂起
- 移除近7日回复趋势卡片
- 版本号更新至0.0.0-ygkszvd
- 全面更新插件文档
This commit is contained in:
sunny-335
2026-06-16 18:52:42 +08:00
parent 6f1cb4b037
commit 72726da9b8
26 changed files with 1217 additions and 276 deletions
@@ -37,3 +37,33 @@ spec:
label: AI角色
help: 选择该页面使用的AI回复角色名称,留空使用默认角色
value: ""
---
apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
name: comment-ai-autopilot-category-annotation-setting
spec:
targetRef:
group: content.halo.run
kind: Category
formSchema:
- $formkit: text
name: comment-ai-autopilot.nxxy335.top/ai-persona
label: AI角色
help: 选择该分类下文章使用的AI回复角色名称,留空使用默认角色
value: ""
---
apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
name: comment-ai-autopilot-tag-annotation-setting
spec:
targetRef:
group: content.halo.run
kind: Tag
formSchema:
- $formkit: text
name: comment-ai-autopilot.nxxy335.top/ai-persona
label: AI角色
help: 选择该标签下文章使用的AI回复角色名称,留空使用默认角色
value: ""
@@ -19,3 +19,9 @@ rules:
- apiGroups: ["console.api.comment-ai-autopilot.nxxy335.top"]
resources: ["*"]
verbs: ["*"]
- apiGroups: ["console.api.comment-ai-autopilot.nxxy335.top"]
resources: ["export"]
verbs: ["get"]
- apiGroups: ["console.api.comment-ai-autopilot.nxxy335.top"]
resources: ["import"]
verbs: ["create"]
+1 -1
View File
@@ -22,6 +22,6 @@ spec:
url: "https://github.com/sunny-335/plugin-comment-ai-autopilot/blob/main/LICENSE"
settingName: "comment-ai-autopilot-settings"
configMapName: "comment-ai-autopilot-configmap"
version: "0.0.1-t5w8r3"
version: "0.0.0-ygkszvd"
pluginDependencies:
ai-foundation: "*"