You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocomplete was only matching when input started with / (e.g.,
"/dee" → "/deep-work"). But users type slash commands mid-message
like "do this task /dee". Now extracts the last word and matches
against that, so /deep-work appears regardless of position.
- Suggestion display shows only the completion suffix
- Tab acceptance replaces only the last word, preserving prefix text
- Autocomplete hints filter on last word, not full input
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments