diff --git a/packages/coding-agent/src/core/extensions/runner.ts b/packages/coding-agent/src/core/extensions/runner.ts index 1facfb21..e4da4948 100644 --- a/packages/coding-agent/src/core/extensions/runner.ts +++ b/packages/coding-agent/src/core/extensions/runner.ts @@ -43,7 +43,7 @@ import type { UserBashEventResult, } from "./types.js"; -// These keybindings cannot be overridden by extensions +// Keybindings for these actions cannot be overridden by extensions const RESERVED_ACTIONS_FOR_EXTENSION_CONFLICTS: ReadonlyArray = [ "interrupt", "clear",