[BUG] feature-dev plugin breaks Ctrl+V (paste) in Claude Code on Windows
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
- Open
~/.claude/settings.json - Set
"feature-dev@claude-plugins-official": true - Restart Claude Code completely
- Click the input field
- Copy any text and press Ctrl+V
- Result: nothing is pasted
To confirm the fix:
- Set
"feature-dev@claude-plugins-official": false - Restart Claude Code
- 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.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗