Skip to content

Release v4.143.1

Choose a tag to compare

@github-actions github-actions released this 07 Jan 16:31

4.143.1

Patch Changes

  • #4832 22a4ebf Thanks @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 91e0a17 Thanks @markijbema! - Faster autocomplete when using the Mistral provider

  • #4839 abaada6 Thanks @markijbema! - Enable autocomplete by default in the JetBrains extension

  • #4831 a9cbb2c Thanks @Drilmo! - Fix paste truncation in VSCode terminal

    • Prevent React StrictMode cleanup from interrupting paste operations
    • Remove completePaste() and clearBuffers() from useEffect cleanup
    • Paste buffer refs now persist across React re-mounts and flush properly when paste end marker is received
  • #4847 8ee812a Thanks @chrarnoldus! - Disable structured outputs for Anthropic models, because the tool schema doesn't yet support it

  • #4843 0e3520a Thanks @markijbema! - Filter unhelpful suggestions in chat autocomplete