co-mono/packages/coding-agent/src/modes/interactive
Sviatoslav Abakumov f1b1d54955
fix(coding-agent): delegate extension shortcuts instead of copying (#947)
Extension shortcuts registered via registerShortcut() were not firing
when the extension also used setEditorComponent(). This happened because
setEditorComponent() copied onExtensionShortcut from defaultEditor at
creation time, capturing undefined if setupExtensionShortcuts() hadn't
run yet.

The fix is to delegate to defaultEditor.onExtensionShortcut at call
time.
2026-01-25 19:20:51 +01:00
..
components fix(coding-agent): truncate bash hint line to terminal width 2026-01-25 19:19:41 +01:00
theme fix(coding-agent): add missing required colors to theme-schema.json 2026-01-22 14:28:00 +01:00
interactive-mode.ts fix(coding-agent): delegate extension shortcuts instead of copying (#947) 2026-01-25 19:20:51 +01:00