co-mono/packages
Sviatoslav Abakumov 3cf5e23c0d
fix(coding-agent): propagate autocomplete to custom editors (#1372)
setupAutocomplete only sets the provider on defaultEditor. When an
extension customizes the editor via setEditorComponent during
session_start, the custom editor is created before setupAutocomplete
runs, so it never receives the autocomplete provider. This breaks forced
file suggestions, slash commands, and all other completions.

Set the provider on the active editor too when it differs from the
default, covering initial load, reload, and settings changes.
2026-02-07 15:48:18 +01:00
..
agent Add [Unreleased] section for next cycle 2026-02-06 19:20:32 +01:00
ai feat(ai): add openrouter "auto" model alias (#1361) 2026-02-07 15:35:21 +01:00
coding-agent fix(coding-agent): propagate autocomplete to custom editors (#1372) 2026-02-07 15:48:18 +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