codebee 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/app/core/flows.py CHANGED
@@ -31,7 +31,7 @@ ENGINE_DEFAULTS = {
31
31
  # icon 约定:"i-*" = 前端精灵表单色线性图标(随日/夜主题黑白);其他值(emoji)原样显示,
32
32
  # 供自定义流程兜底。预置图标不进 overrides(见 _EDITABLE),保证升级后老数据也拿到新图标。
33
33
  BUILTIN_FLOWS = [
34
- {"id": "direct", "name": "直接执行", "icon": "i-gauge", "engine": "direct", "builtin": True,
34
+ {"id": "direct", "name": "直接执行", "icon": "i-chat", "engine": "direct", "builtin": True,
35
35
  "goal_hint": "让 AI 直接做什么(一句话,可带附件)",
36
36
  "note": "单智能体直达:目标+附件交给一个 CLI 跑完即止,无拆解/评审(快)"},
37
37
  {"id": "code", "name": "代码", "icon": "i-code", "engine": "code", "builtin": True,