Release v4.143.1
4.143.1
Patch Changes
-
#4832
22a4ebfThanks @Drilmo! - Support Cmd+V for pasting images on macOS in VSCode terminal- Detect empty bracketed paste (when clipboard contains image instead of text)
- Trigger clipboard image check on empty paste or paste timeout
- Add Cmd+V (meta key) support alongside Ctrl+V for image paste
-
#3856
91e0a17Thanks @markijbema! - Faster autocomplete when using the Mistral provider -
#4839
abaada6Thanks @markijbema! - Enable autocomplete by default in the JetBrains extension -
#4831
a9cbb2cThanks @Drilmo! - Fix paste truncation in VSCode terminal- Prevent React StrictMode cleanup from interrupting paste operations
- Remove
completePaste()andclearBuffers()from useEffect cleanup - Paste buffer refs now persist across React re-mounts and flush properly when paste end marker is received
-
#4847
8ee812aThanks @chrarnoldus! - Disable structured outputs for Anthropic models, because the tool schema doesn't yet support it -
#4843
0e3520aThanks @markijbema! - Filter unhelpful suggestions in chat autocomplete