co-mono/packages
Sviatoslav Abakumov b54d689ec1
A couple of autocomplete improvements (#1024)
* fix(tui): keep file suggestions open when typing in Tab-triggered mode

Previously, pressing Tab on an empty prompt or after a space would show
file suggestions, but typing a letter would dismiss them because the
text didn't look like a path pattern. Now the editor tracks whether
autocomplete was triggered via Tab (force mode) or naturally (regular
mode), and uses the appropriate suggestion method when updating.

* fix(tui): hide autocomplete when backspacing slash command to empty

Previously, typing / showed slash command suggestions, but pressing
Backspace to delete it showed file suggestions instead of hiding all
suggestions.
2026-01-29 02:48:09 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-27 00:15:42 +01:00
ai feat(ai): add Hugging Face provider support 2026-01-29 02:40:14 +01:00
coding-agent fix: preserve external settings.json edits on reload (#1046) 2026-01-29 02:42:23 +01:00
mom Add [Unreleased] section for next cycle 2026-01-27 00:15:42 +01:00
pods Release v0.50.1 2026-01-27 00:14:58 +01:00
tui A couple of autocomplete improvements (#1024) 2026-01-29 02:48:09 +01:00
web-ui feat(web-ui): export CustomProviderCard, ProviderKeyInput, AbortedMessage, ToolMessageDebugView (fixes #1015) 2026-01-28 02:02:14 +00:00