## Source
## 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)