Skip to content

Fix: add back fastreturn support#16440

Merged
scidomino merged 1 commit into
mainfrom
tomm_fast
Jan 12, 2026
Merged

Fix: add back fastreturn support#16440
scidomino merged 1 commit into
mainfrom
tomm_fast

Conversation

@scidomino

@scidomino scidomino commented Jan 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add fast return buffering for older terminals that don't support bracketed paste mode.

Details

We removed this in #16179 but it looks like it is still needed in some cases.

Related Issues

Fixes #15849

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed)
  • Noted breaking changes (if any)
  • Validated on required platforms/methods:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @scidomino, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request aims to resolve input issues experienced by users on older terminal emulators. By re-implementing a fast return buffering mechanism, it ensures that return key presses are correctly interpreted, particularly when bracketed paste mode is not supported. This change enhances the application's robustness and user experience across a broader range of terminal environments.

Highlights

  • Reintroduction of Fast Return Buffering: This pull request reintroduces fast return buffering to improve compatibility with older terminals that do not support bracketed paste mode, addressing issues where quick return key presses might be misinterpreted.
  • New bufferFastReturn Function: A new utility function, bufferFastReturn, has been added to convert return keys pressed quickly after other keys into plain insertable return characters, ensuring correct input handling.
  • Conditional Application of Buffering: The bufferFastReturn logic is conditionally applied within the keypress processing pipeline, specifically when the terminal does not have Kitty protocol enabled, ensuring modern terminals are not affected.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request re-introduces fast return buffering to support older terminals that lack bracketed paste mode, addressing a regression. The implementation is well-contained and conditionally applied, which is a good approach. However, a key concern is the absence of unit tests for the new bufferFastReturn function. Since this logic modifies user input based on timing, adding tests is critical to ensure its correctness and prevent future issues.

Comment thread packages/cli/src/ui/contexts/KeypressContext.tsx
@github-actions

github-actions Bot commented Jan 12, 2026

Copy link
Copy Markdown

Size Change: +484 B (0%)

Total Size: 22.3 MB

ℹ️ View Unchanged
Filename Size Change
./bundle/gemini.js 22.3 MB +484 B (0%)
./bundle/sandbox-macos-permissive-closed.sb 1.03 kB 0 B
./bundle/sandbox-macos-permissive-open.sb 890 B 0 B
./bundle/sandbox-macos-permissive-proxied.sb 1.31 kB 0 B
./bundle/sandbox-macos-restrictive-closed.sb 3.29 kB 0 B
./bundle/sandbox-macos-restrictive-open.sb 3.36 kB 0 B
./bundle/sandbox-macos-restrictive-proxied.sb 3.56 kB 0 B

compressed-size-action

@gemini-cli gemini-cli Bot added the area/core Issues related to User Interface, OS Support, Core Functionality label Jan 12, 2026
@scidomino scidomino marked this pull request as ready for review January 12, 2026 21:28
@scidomino scidomino requested a review from a team as a code owner January 12, 2026 21:28

@jacob314 jacob314 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@scidomino scidomino added this pull request to the merge queue Jan 12, 2026
Merged via the queue into main with commit e049d5e Jan 12, 2026
26 checks passed
@scidomino scidomino deleted the tomm_fast branch January 12, 2026 21:38
theerud pushed a commit to theerud/gemini-cli that referenced this pull request Jan 13, 2026
thacio added a commit to thacio/auditaria that referenced this pull request Jan 24, 2026
kuishou68 pushed a commit to iOfficeAI/gemini-cli-pro that referenced this pull request Feb 27, 2026
cocosheng-g pushed a commit that referenced this pull request May 6, 2026
@sripasg sripasg added the size/m A medium sized PR label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core Issues related to User Interface, OS Support, Core Functionality size/m A medium sized PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Windows] Multi-line paste triggers immediate submission, preventing full text input in AntiGravity

3 participants