co-mono/packages
Sviatoslav Abakumov 828c40cf68
Fix the issue of aborting retries when an extension customizes the editor (#1364)
* fix(coding-agent): update test model from opus-4-5 to opus-4-6

* fix(coding-agent): delegate onEscape/onCtrlD/onPasteImage to defaultEditor

When an extension provides a custom editor via setEditorComponent(),
onEscape, onCtrlD, and onPasteImage were copied by value from
defaultEditor. Later, when retry/compaction/branch-summary temporarily
swapped defaultEditor.onEscape to an abort handler, the custom editor
still held the stale reference, so pressing Escape during retry did
nothing.

Use closures that delegate to defaultEditor at call time, matching the
pattern from f1b1d54 which fixed the same issue for onExtensionShortcut.
2026-02-07 15:50:01 +01:00
..
agent Add [Unreleased] section for next cycle 2026-02-06 19:20:32 +01:00
ai fix(antigravity): fixes the tests for antigravitiy opus (#1369) 2026-02-07 15:49:30 +01:00
coding-agent Fix the issue of aborting retries when an extension customizes the editor (#1364) 2026-02-07 15:50:01 +01:00
mom Add [Unreleased] section for next cycle 2026-02-06 19:20:32 +01:00
pods Release v0.52.7 2026-02-06 19:19:46 +01:00
tui Add the kill ring and undo features to the Input component (#1373) 2026-02-07 15:47:27 +01:00
web-ui Add [Unreleased] section for next cycle 2026-02-06 19:20:32 +01:00