You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
现象描述
在 DSH GUI 里,当 Agent 触发需要用户审批的文件权限操作时,本应弹出的"权限审批弹窗"没有渲染出来。Agent 侧表现为一直卡住、等待审批,但实际上没有弹窗可点。
复现步骤
预期行为
Agent 触发权限审批时,前端应立即弹出审批确认框,等待用户批准或拒绝。
实际行为
审批请求在后台 pending,但前端弹窗从未渲染,Agent 一直卡住等待。
临时解决手段
刷新页面后,前端重建,会从 pending 表把未决的审批请求重新捞出来并弹出,用户批准后,卡住的操作会继续。请求不会丢失。
版本信息
补充
All reactions