feat: add conversational task creation to AI workspace - #120
Merged
Merged
Conversation
xihuanjin
pushed a commit
to xihuanjin/GEOFlow
that referenced
this pull request
Sep 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
AI 工作台现在可以直接检测模型连接,并通过多轮对话填写文章发布任务。助手从真实配置中提供标题库、写作模板、模型和栏目选项,允许修改数量、发布间隔和审核方式;确认后创建暂停任务,保留人工审核或自动通过的选择。
任务卡片绑定草稿版本,防止旧摘要和重复确认创建重复任务。配置点选使用独立限流,每轮定位到下一步问题;未解决的字段错误会保留,超出支持范围的请求也能继续编辑已有草稿。项目新增“提交”指令规则,约定检查、推送 PR 和通过后合并到 main。
验证
兼容性
新增可空的 task_draft JSON 字段,需随版本执行数据库迁移。旧草稿默认人工审核,新任务保持暂停且关闭调度。此次变更复用现有任务创建服务。
维护者说明
本 PR 由仓库维护者账号提交,未引入新的第三方依赖或素材;提交范围包含代码、测试和项目规则说明。