[BUG] feature-dev plugin breaks Ctrl+V (paste) in Claude Code on Windows

Resolved 💬 1 comment Opened Jun 1, 2026 by Luistotonio Closed Jul 4, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

When the feature-dev plugin is enabled, the Ctrl+V (paste) shortcut stops working
entirely in the Claude Code input field. No text is pasted — the shortcut does nothing.
The issue appears immediately after restarting Claude Code with the plugin enabled.

What Should Happen?

Ctrl+V should paste text normally in the input field, regardless of which official
plugins are enabled.

Error Messages/Logs

No error message is shown. The shortcut simply does nothing — silent failure.

Steps to Reproduce

  1. Open ~/.claude/settings.json
  2. Set "feature-dev@claude-plugins-official": true
  3. Restart Claude Code completely
  4. Click the input field
  5. Copy any text and press Ctrl+V
  6. Result: nothing is pasted

To confirm the fix:

  1. Set "feature-dev@claude-plugins-official": false
  2. Restart Claude Code
  3. Ctrl+V works normally again

Tested by disabling each installed plugin one by one with a full restart between
tests. All other plugins (vercel, session-report, frontend-design, hookify) work
normally. Only feature-dev causes this behavior.

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.1.159 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

The feature-dev plugin contains only markdown files — no JavaScript or executable
code. It registers 3 sub-agents (code-architect, code-explorer, code-reviewer) and
1 command. Since the plugin has no executable code, the bug is likely in Claude
Code's plugin loading mechanism on Windows, possibly a keyboard event listener
conflict triggered during agent registration at startup.

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗