Skip to content

claude-code

Fixing image paste issues in Claude Code via WSL

Claude News

Users of Claude Code in WSL environments can't paste images with Ctrl+V. The problem stems from three factors: WSLg converts images to the outdated BMP format, which Claude Code can't read; WSLg automatically overwrites the clipboard; and Windows Terminal intercepts the Ctrl+V shortcut before it reaches the app.

A developer created the wsl-clip-bridge utility to resolve these issues. It converts images to PNG, forces Linux clipboard updates, and uses the Alt+V shortcut to bypass terminal limitations. Installation instructions and source code are available in the rajveerb/wsl-clip-bridge repository.

Related stories

  1. Claude Code 2.1.283 keeps new models out until admins say so
  2. Claude Code skips AGENTS.md when telemetry is off
  3. In Claude Code hooks, exit 1 blocks nothing
  4. In Claude Code, one CLAUDE.md silently kills your AGENTS.md
  5. Without CLAUDE.md, Claude Code 2.1.277 reads AGENTS.md
  6. 57% of public Claude Code subagents inherit Bash

Comments

No comments yet. Be the first.

Join the conversation

Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.

We only use your name and avatar from Google. We never store your email address.