co-mono/packages
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
..
agent Add [Unreleased] section for next cycle 2026-01-22 01:43:26 +01:00
ai feat(ai): Support HTTP proxy through environment variables 2026-01-25 15:52:45 +08:00
coding-agent fix(coding-agent): delegate extension shortcuts instead of copying (#947) 2026-01-25 19:20:51 +01:00
mom feat(coding-agent): package deduplication and collision detection 2026-01-24 00:35:19 +01:00
pods Release v0.49.3 2026-01-22 01:42:43 +01:00
tui fix(tui): move lastAction handling out of setTextInternal() 2026-01-25 17:50:55 +04:00
web-ui Add [Unreleased] section for next cycle 2026-01-22 01:43:26 +01:00