Conversation
- 新增 CronPage:任务卡片列表(启用 Toggle、编辑、删除) - 卡片展开显示执行记录(状态、耗时、结果预览、查看日志按钮) - 执行日志 Modal:完整 LLM 对话 + 工具调用可视化 - 新建/编辑 Modal:Cron 表达式输入 + 预设快速选择 + 实时验证 - 支持指定 SubAgent、完成通知主 Agent、立即启用等配置 - 侧边栏新增「定时任务」入口(CalendarClock 图标) - App.tsx 注册 /cron 路由 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
/cron路由及CronPage.tsx,提供完整的定时任务管理 UICalendarClock图标,位于「技能」和「任务」之间)功能详情
任务列表
PATCH /cron/{id}/toggle)执行记录
执行日志 Modal
新建 / 编辑 Modal
Test plan
🤖 Generated with Claude Code