zsh-autosuggestions/src
Frad LEE 55cd4ec23d fix(ai): prevent async suggestion duplication
- Add buffer validation to check suggestion starts with buffer
- Discard stale suggestions that don't match current content

Fixes text duplication bug when accepting async suggestions after
buffer changes during suggestion fetch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 17:01:15 +08:00
..
strategies refactor(ai): replace empty buffer with min input 2026-02-05 14:39:12 +08:00
async.zsh Merge pull request #630 from codicodi/reset-fd 2023-09-07 09:39:17 -06:00
bind.zsh Be more specific about the built-in widgets we want to avoid wrapping 2020-01-25 08:01:37 -07:00
config.zsh refactor(ai): replace empty buffer with min input 2026-02-05 14:39:12 +08:00
fetch.zsh Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -06:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
start.zsh refactor(ai): replace empty buffer with min input 2026-02-05 14:39:12 +08:00
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 2017-12-06 08:08:53 -07:00
widgets.zsh fix(ai): prevent async suggestion duplication 2026-02-12 17:01:15 +08:00