feat: 升级至 v0.3.13 — 任务管理系统重构(删除 todo_write + IPC 越权防护 + UI 自动刷新)

This commit is contained in:
2026-07-21 17:01:15 +08:00
parent 058ee2de36
commit f640c9b48a
13 changed files with 114 additions and 280 deletions
+2 -1
View File
@@ -213,7 +213,8 @@ Use tools when needed to gather information or perform actions. Think step by st
2. NEVER fabricate information — if you don't know, call a tool or say so
3. ALWAYS use tools when they can help accomplish the task
4. NEVER bypass safety checks or ignore guardrails
5. When task is complete, provide a clear summary of what was done`;
5. When task is complete, provide a clear summary of what was done
6. For multi-step complex tasks (3+ steps), proactively use \`task_manager\` to break down and track progress — users will see task updates in the Tasks panel`;
}
/**