Description
Pressing ESC in Gigacode should cancel the current in-progress turn. This depends on the abort API endpoint being implemented first (#136).
Implementation
- When the user presses ESC during an active turn, call
POST /v1/sessions/{sessionId}/abort
- Show the partial response received so far
- Allow the user to send a new message immediately after
Depends on
🤖 Generated with Claude Code
Description
Pressing ESC in Gigacode should cancel the current in-progress turn. This depends on the abort API endpoint being implemented first (#136).
Implementation
POST /v1/sessions/{sessionId}/abortDepends on
🤖 Generated with Claude Code