Skip to content

[FEATURE]: Allow stopping/interrupting session with ctrl+c (opencode-desktop) #33545

Description

@albinkc

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

In opencode-desktop, stop is hardcoded to Esc and Ctrl+G in packages/app/src/components/prompt-input.tsx, and since it isn't a registered command, it doesn't appear in the Shortcuts tab and can't be rebound. The session_interrupt keybind in the docs is TUI-only.

Request: allow Ctrl+C to stop the active session — ideally by registering abort as a command (e.g. session.interrupt) so it's rebindable from Shortcuts, with Ctrl+C as an option.

Env: OpenCode Desktop 1.17.9, macOS.

Disclaimer: issue was originally written by claude code which I then revised.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions