claude-code-best/src/cli
claude-code-best 2934f30084 fix: 彻底移除 /loop 及 cron 工具的 feature('AGENT_TRIGGERS') gate
上次提交仅移除了 isKairosCronEnabled 中的 gate,但 /loop 整条链路
仍被 feature('AGENT_TRIGGERS') 拦截导致无法使用:
- skills/bundled/index.ts: registerLoopSkill() 未被调用
- tools.ts: CronCreate/Delete/List 工具未加载
- constants/tools.ts: cron 工具名未加入 teammate 工具列表
- screens/REPL.tsx: useScheduledTasks hook 被跳过
- cli/print.ts: pipe 模式 cron 调度器未初始化

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 11:57:16 +08:00
..
handlers feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
src feat: 完成stub 2026-03-31 20:40:16 +08:00
transports feat: 问就是封包 2026-03-31 23:32:58 +08:00
bg.ts feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
exit.ts feat: build 2026-03-31 19:22:47 +08:00
ndjsonSafeStringify.ts feat: build 2026-03-31 19:22:47 +08:00
print.ts fix: 彻底移除 /loop 及 cron 工具的 feature('AGENT_TRIGGERS') gate 2026-04-01 11:57:16 +08:00
remoteIO.ts feat: build 2026-03-31 19:22:47 +08:00
rollback.ts feat: 大规模清理 claude 的类型问题及依赖 2026-03-31 22:21:35 +08:00
structuredIO.ts feat: 大规模清理 claude 的类型问题及依赖 2026-03-31 22:21:35 +08:00
up.ts feat: 大规模清理 claude 的类型问题及依赖 2026-03-31 22:21:35 +08:00
update.ts feat: build 2026-03-31 19:22:47 +08:00