GitHub request: feat: Add a stop/abort button for AI agent runs
complete
O
OnesZhang
## Source
- GitHub issue: https://github.com/refactoringhq/tolaria/issues/799
- Reporter: OnesZhang (OnesZhang)
## Reported context
## Problem
Currently there is no way to stop or abort a running AI agent session. Once an AI task is started, the user has to wait for it to finish on its own. This is problematic when:
- The AI is generating a long or unwanted response
- The AI is about to make changes the user doesn't want
- The user realizes they sent the wrong prompt
- The AI is stuck in a loop or taking too long
## Proposed Solution
Add a visible
Stop
button (or keyboard shortcut, e.g. ) in the AI panel that immediately terminates the current agent run, similar to what ChatGPT, Claude.ai, and other AI tools provide.## Context
- Related: #725 (closing AI panel loses the session — different issue, but highlights the need for better AI run management)
Luca Rossi
updated the status to
complete
This should be available in the latest stable Tolaria release. Thank you for the request!