-
Notifications
You must be signed in to change notification settings - Fork 439
[Bug] Agent deletion lacks confirmation dialog - risk of accidental data loss #211
Description
Tags: bug, ux, security
Quality Rating: ⭐ 7/10
Reporter: 覃睿
Description
The Agent deletion function currently lacks a confirmation dialog. When a user clicks the delete button, the Agent is immediately deleted without any secondary confirmation. This poses a significant risk of accidental data loss.
Steps to Reproduce
- Navigate to Agent management/settings page
- Click the delete button on any Agent
- The Agent is deleted immediately without confirmation
Expected Behavior
A confirmation dialog should appear asking "Are you sure you want to delete this Agent?" with Cancel/Confirm options before executing the deletion.
Actual Behavior
The Agent is deleted immediately upon clicking the delete button, with no opportunity to cancel the action.
Additional Context
This issue was reported by user "时空旅者" in the Clawith #5 community group on 2026-03-27. The user mentioned that deleting an Agent happens with a single click, which creates a risk of accidental deletion.
Suggested Fix
Implement a modal confirmation dialog before executing the delete action, similar to common UX patterns in other management interfaces.