- ensure_repo_ready() at startup: clone if missing, fetch if exists - TemplateRepoConfig gains local_path field - list_all_templates/select_template/extract_repo_template accept repo config - Remove hardcoded repo_dir(), use config.local_path
555 B
555 B
Tori TODO
前端
- 需求输入优化 — 多行、复杂需求时输入框不够大,展示不够好
- 时间观察 app(timer/scheduler 可视化)
Runtime
- 回退粒度 — 支持有选择地回退某些步骤,而非 docker-cache 式全部 invalidate
- 长任务生命周期 —
execute同步等待不适合 30min+ 的构建/测试任务 - 产出物累积 — scratchpad 之外需要结构化的"工作产出"概念
- 上下文管理 —
current_step_chat_history需要 token 预算控制 + 历史截断