1 Commits

  • Add image paste support for Claude Code CLI with Z.AI vision MCP
    Add clipboard image helper scripts to enable easy image paste functionality
    in Claude Code CLI using the Z.AI vision MCP server.
    
    Features:
    - clippaste-image: Simple clipboard image extractor (Wayland/X11)
    - clipimage-paste: Advanced handler with JSON/base64/watch modes
    - IMAGE-PASTE-README.md: Complete documentation
    
    Integration:
    - Works with Ctrl+V in Claude Code CLI
    - Automatic Wayland (wl-paste) and X11 (xclip) detection
    - Z.AI MCP server provides 8 vision analysis tools
    
    Usage:
      clippaste-image                    # Paste to temp file
      clippaste-image ~/screenshot.png   # Paste to specific file
      clipimage-paste --json             # Get JSON with metadata
      clipimage-paste --watch            # Watch for new images
    
    Co-Authored-By: Claude <noreply@anthropic.com>