feat: 支持 agent 运行取消功能

This commit is contained in:
qzl
2026-03-25 18:33:25 +08:00
parent 599c597e69
commit 96fc4a1e77
21 changed files with 778 additions and 85 deletions
@@ -75,7 +75,7 @@ extension _HomeScreenInteractions on _HomeScreenState {
return;
}
if (canceled) {
Toast.show(context, '已停止等待回复', type: ToastType.info);
Toast.show(context, '请求停止', type: ToastType.info);
}
}