qwen-code/packages
LaZzyMan 2fe9cbcd17 fix: remove conflicting suggestions visibility notifications
Remove duplicate useEffect that was causing suggestions visibility state
to diverge from the actual active completion. The original useEffect at
line 760 already correctly tracks activeCompletion.showSuggestions, which
dynamically selects the current active completion source (regular, reverse
search, or command search).

The removed useEffect used OR logic across all three completion sources,
which caused hasSuggestionsVisible in AppContainer to flip incorrectly
during command-search mode when background completion state changed.

This fix ensures Tab key blocking/unblocking happens at the correct times
on Windows.
2026-02-06 17:10:27 +08:00
..
cli fix: remove conflicting suggestions visibility notifications 2026-02-06 17:10:27 +08:00
core Merge remote-tracking branch 'origin/main' into feat/debug-logging-refactor 2026-02-05 20:23:48 +08:00
sdk-java refactor structure 2026-02-04 18:38:38 +08:00
sdk-typescript Merge pull request #1726 from QwenLM/mingholy/fix/sdk-resume-usage 2026-02-05 19:03:25 +08:00
test-utils chore(release): Bump version to 0.10.0 across all packages 2026-02-05 11:30:45 +08:00
vscode-ide-companion Merge pull request #1682 from QwenLM/fix/vscode-ide-compaion-ui-show-bugs 2026-02-05 20:17:30 +08:00
webui Merge pull request #1682 from QwenLM/fix/vscode-ide-compaion-ui-show-bugs 2026-02-05 20:17:30 +08:00
zed-extension Merge branch 'main' into pr-1539 2026-01-29 19:18:23 +08:00