# 🐛 Bug Report: Gemini CLI Paste Handling Fails Across Different Terminal Types #2738
Replies: 2 comments 1 reply
-
Paste killing me :( |
Beta Was this translation helpful? Give feedback.
1 reply
-
This issue was reported last month. I'm going to close the discussion now but please open a new issue if this is indeed still a problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug Report: Gemini CLI Paste Handling Fails Across Different Terminal Types
📋 Summary
Gemini CLI has inconsistent paste handling behavior across different terminal types within the same host application, causing input corruption and infinite response loops.
🖥️ Environment
✅ What Works
❌ What's Broken
PowerShell Terminal (in Cursor)
Bash Terminal (in Cursor)
Response Loop Issue
When paste fails, asking about the issue triggers infinite response loops:
🔄 Reproduction Steps
🎯 Expected Behavior
Paste operations should work consistently across all terminal types, just like other CLI tools (Claude Code, npm, git, etc.) that handle paste properly in all these same terminals.
💡 Analysis
This suggests Gemini CLI has terminal compatibility issues rather than general paste problems.
🔧 Workaround
Currently, users must:
📊 Impact
🙏 Request
Please implement consistent paste handling across terminal types. Other CLI tools handle this seamlessly - users shouldn't need to switch terminals just for Gemini CLI to work properly.
Note: This issue occurs within the same application environment, indicating a terminal compatibility problem rather than system-level paste issues.
Beta Was this translation helpful? Give feedback.
All reactions