claude-code/src/tools/ScheduleCronTool
claude-code-best 33fe4940e1 fix: 启用 /loop 命令,移除 feature('AGENT_TRIGGERS') gate
isKairosCronEnabled() 依赖 feature('AGENT_TRIGGERS'),在反编译版本中
feature() 始终返回 false,导致 /loop skill 被禁用。简化为仅检查
CLAUDE_CODE_DISABLE_CRON 环境变量。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 11:53:32 +08:00
..
CronCreateTool.ts feat: build 2026-03-31 19:22:47 +08:00
CronDeleteTool.ts feat: build 2026-03-31 19:22:47 +08:00
CronListTool.ts feat: build 2026-03-31 19:22:47 +08:00
prompt.ts fix: 启用 /loop 命令,移除 feature('AGENT_TRIGGERS') gate 2026-04-01 11:53:32 +08:00
UI.tsx feat: 完成第二版类型清理 2026-03-31 23:03:47 +08:00