co-mono/packages
Sviatoslav Abakumov 27b27d9441
fix(coding-agent): restore the correct editor after /reload (#949)
This issue occurs when extension uses setEditorComponent. The
restoreEditor() callback was capturing this.editor AFTER
resetExtensionUI() (which restores defaultEditor), then adding that
captured editor back to the container - ignoring any new editor created
by extensions during session_start.

On success, use this.editor (may be custom editor from extension).
On failure, restore the fallback editor (safe defaultEditor state).

Rename restoreEditor to dismissLoader to reflect its actual purpose.
2026-01-25 20:11:09 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-22 01:43:26 +01:00
ai Update models/package-lock.json after adding deps 2026-01-25 19:29:02 +01:00
coding-agent fix(coding-agent): restore the correct editor after /reload (#949) 2026-01-25 20:11:09 +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 feat: make session selector keybindings configurable (#948) 2026-01-25 20:08:11 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-22 01:43:26 +01:00