Skip to content

fix(patch): cherry-pick 56f9688 to release/v0.54.0-pr-28700 to patch version v0.54.0 and create version 0.54.1 - #28710

Merged
DavidAPierce merged 3 commits into
release/v0.54.0-pr-28700from
hotfix/v0.54.0/0.54.1/stable/cherry-pick-56f9688/pr-28700
Aug 6, 2026
Merged

fix(patch): cherry-pick 56f9688 to release/v0.54.0-pr-28700 to patch version v0.54.0 and create version 0.54.1#28710
DavidAPierce merged 3 commits into
release/v0.54.0-pr-28700from
hotfix/v0.54.0/0.54.1/stable/cherry-pick-56f9688/pr-28700

Conversation

@gemini-cli-robot

@gemini-cli-robot gemini-cli-robot commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

This PR automatically cherry-picks commit 56f9688 to patch version v0.54.0 in the stable release to create version 0.54.1.

Contains the following additional cherry picks:
#28607
#28672

…ponse (#28700)

Co-authored-by: David Pierce <davidapierce@google.com>
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 addresses a regression where user messages were being incorrectly coalesced into previous turns if the conversation history ended on an unanswered tool response. By introducing a closing model turn when such a state is detected, the system ensures that new user inputs are treated as distinct turns, maintaining proper conversational context for the model.

Highlights

  • Tool Response Handling: Implemented a mechanism to close unanswered tool response turns by appending a placeholder model turn, preventing the fusion of subsequent user messages into existing tool response turns.
  • Regression Testing: Added comprehensive test cases to verify that user messages are not incorrectly merged into tool responses following stream failures, cancellations, or session resumption.
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 the 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 counterproductive. 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.

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.

@github-actions github-actions Bot added the size/l A large sized PR label Aug 6, 2026
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

📊 PR Size: size/L

  • Lines changed: 686
  • Additions: +673
  • Deletions: -13
  • Files changed: 6

@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 addresses an issue where subsequent user messages were being incorrectly coalesced into preceding unanswered tool-response turns (such as after a stream failure or cancellation). It introduces a mechanism to close these dangling turns with an interrupted response placeholder, along with comprehensive unit tests and a test-timer mock to prevent timeouts. The review feedback correctly points out that the synthetic model turn appended to the history should also be recorded via this.chatRecordingService to ensure it is properly persisted to disk.

Comment thread packages/core/src/core/geminiChat.ts
sarbojitrana and others added 2 commits August 6, 2026 14:37
…ght parts (#28607)

Co-authored-by: David Pierce <davidapierce@google.com>
…l response loss (#28672)

Co-authored-by: David Pierce <davidapierce@google.com>
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

Size Change: +3.62 kB (+0.01%)

Total Size: 35.2 MB

Filename Size Change
./bundle/chunk-3CQHXGJO.js 0 B -16.6 MB (removed) 🏆
./bundle/chunk-ECIJR7J5.js 0 B -19.5 kB (removed) 🏆
./bundle/chunk-G37XG3D2.js 0 B -661 kB (removed) 🏆
./bundle/chunk-HHP47UZY.js 0 B -49.2 kB (removed) 🏆
./bundle/chunk-ISQYQINO.js 0 B -13 kB (removed) 🏆
./bundle/chunk-K5FJQKAR.js 0 B -3.65 MB (removed) 🏆
./bundle/chunk-LGHOVDQS.js 0 B -3.77 kB (removed) 🏆
./bundle/chunk-N2BWTOIH.js 0 B -3.43 kB (removed) 🏆
./bundle/core-LKTSPJEA.js 0 B -50.5 kB (removed) 🏆
./bundle/devtoolsService-SFDOGB5Q.js 0 B -147 kB (removed) 🏆
./bundle/gemini-L3VP6JQT.js 0 B -593 kB (removed) 🏆
./bundle/interactiveCli-2NR5533N.js 0 B -1.31 MB (removed) 🏆
./bundle/liteRtServerManager-BQVBAAOO.js 0 B -2.08 kB (removed) 🏆
./bundle/oauth2-provider-A4VGBO6P.js 0 B -9.12 kB (removed) 🏆
./bundle/chunk-4EXMTYGO.js 3.65 MB +3.65 MB (new file) 🆕
./bundle/chunk-FTPS5H4G.js 3.77 kB +3.77 kB (new file) 🆕
./bundle/chunk-HSPHJH3A.js 49.2 kB +49.2 kB (new file) 🆕
./bundle/chunk-IU24OHXB.js 19.5 kB +19.5 kB (new file) 🆕
./bundle/chunk-NG4FGHPH.js 661 kB +661 kB (new file) 🆕
./bundle/chunk-O2LEO3DT.js 13 kB +13 kB (new file) 🆕
./bundle/chunk-THG52PWO.js 16.6 MB +16.6 MB (new file) 🆕
./bundle/chunk-YOFGRQQZ.js 3.43 kB +3.43 kB (new file) 🆕
./bundle/core-IKXDOUKO.js 50.6 kB +50.6 kB (new file) 🆕
./bundle/devtoolsService-DP3S4SSH.js 147 kB +147 kB (new file) 🆕
./bundle/gemini-63FXJWRL.js 593 kB +593 kB (new file) 🆕
./bundle/interactiveCli-DYNFDDPF.js 1.31 MB +1.31 MB (new file) 🆕
./bundle/liteRtServerManager-QBC2ZPJS.js 2.08 kB +2.08 kB (new file) 🆕
./bundle/oauth2-provider-GMP4UG3C.js 9.12 kB +9.12 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size Change
./bundle/bundled/third_party/index.js 8 MB 0 B
./bundle/chunk-34MYV7JD.js 2.45 kB 0 B
./bundle/chunk-5AUYMPVF.js 858 B 0 B
./bundle/chunk-5PS3AYFU.js 1.18 kB 0 B
./bundle/chunk-664ZODQF.js 124 kB 0 B
./bundle/chunk-DAHVX5MI.js 206 kB 0 B
./bundle/chunk-IUUIT4SU.js 56.5 kB 0 B
./bundle/chunk-L5V3KIDT.js 1.62 kB 0 B
./bundle/chunk-TUDYL3X4.js 40.3 kB 0 B
./bundle/cleanup-NFN5RZ5W.js 0 B -902 B (removed) 🏆
./bundle/devtools-TYCPOPV3.js 683 kB 0 B
./bundle/events-XB7DADIJ.js 418 B 0 B
./bundle/examples/hooks/scripts/on-start.js 188 B 0 B
./bundle/examples/mcp-server/example.js 1.43 kB 0 B
./bundle/gemini.js 5.38 kB 0 B
./bundle/getMachineId-bsd-TXG52NKR.js 1.55 kB 0 B
./bundle/getMachineId-darwin-7OE4DDZ6.js 1.55 kB 0 B
./bundle/getMachineId-linux-SHIFKOOX.js 1.34 kB 0 B
./bundle/getMachineId-unsupported-5U5DOEYY.js 1.06 kB 0 B
./bundle/getMachineId-win-6KLLGOI4.js 1.72 kB 0 B
./bundle/https-proxy-agent-AVGR4LHR.js 490 B 0 B
./bundle/multipart-parser-E7RMVJWU.js 11.7 kB 0 B
./bundle/multipart-parser-KPBZEGQU.js 11.7 kB 0 B
./bundle/sandbox-macos-permissive-open.sb 5.29 kB 0 B
./bundle/sandbox-macos-permissive-proxied.sb 5.58 kB 0 B
./bundle/sandbox-macos-restrictive-open.sb 3.3 kB 0 B
./bundle/sandbox-macos-restrictive-proxied.sb 3.5 kB 0 B
./bundle/sandbox-macos-strict-open.sb 4.75 kB 0 B
./bundle/sandbox-macos-strict-proxied.sb 4.96 kB 0 B
./bundle/src-65GKNWUJ.js 45.4 kB 0 B
./bundle/src-U45KTUYT.js 45.7 kB 0 B
./bundle/src-XZYPU6PJ.js 352 kB 0 B
./bundle/start-QDLZ35HX.js 0 B -622 B (removed) 🏆
./bundle/tree-sitter-7U6MW5PS.js 274 kB 0 B
./bundle/tree-sitter-bash-34ZGLXVX.js 1.84 MB 0 B
./bundle/worker/worker-entry.js 363 kB 0 B
./bundle/cleanup-CYVWVIOV.js 902 B +902 B (new file) 🆕
./bundle/start-5KG4SET4.js 622 B +622 B (new file) 🆕

compressed-size-action

@DavidAPierce
DavidAPierce enabled auto-merge (squash) August 6, 2026 14:47
@DavidAPierce
DavidAPierce merged commit 76a97ca into release/v0.54.0-pr-28700 Aug 6, 2026
26 checks passed
@DavidAPierce
DavidAPierce deleted the hotfix/v0.54.0/0.54.1/stable/cherry-pick-56f9688/pr-28700 branch August 6, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/l A large sized PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants