Add a proper "Delete" button for Cloud/Background Agents in the UI

Feature request for product/service

Cloud Agent (GitHub, Slack, Linear,…)

Describe the request

Currently Cloud Agents can only be archived in the UI; permanent deletion is available only via the API (DELETE /v1/agents/{id}). Please add a real “Delete” action (with a confirmation dialog) in the web, desktop and mobile UI.

Reasoning: user-generated conversation data should be fully controllable by the user, especially permanent deletion. Requiring an API call for something as basic as deleting your own chat is an unnecessary barrier for non-developer users. A confirm dialog already prevents accidental deletion, so the safety argument doesn’t require hiding the feature.

Also please consider: on delete, optionally clean up the agent’s environment snapshot and offer to delete the pushed branch/PR, so “delete” really removes everything.