mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-25 13:30:45 -07:00
fix(infra)- Add pr number to release branches (#9506)
Co-authored-by: Shi Shu <shii@google.com>
This commit is contained in:
@@ -995,7 +995,9 @@ Logging in with Google... Please restart Gemini CLI to continue.
|
||||
if (streamingState === StreamingState.Idle) {
|
||||
title = originalTitleRef.current;
|
||||
} else {
|
||||
const statusText = thought?.subject?.replace(/[\r\n]+/g, ' ').substring(0, 80);
|
||||
const statusText = thought?.subject
|
||||
?.replace(/[\r\n]+/g, ' ')
|
||||
.substring(0, 80);
|
||||
title = statusText || originalTitleRef.current;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user