fix(patch): cherry-pick d03496b to release/v0.15.2-pr-13099 to patch version v0.15.2 and create version 0.15.3 (#13144)

Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
gemini-cli-robot
2025-11-15 10:54:37 -08:00
committed by GitHub
parent cb5c7fbdcb
commit a9789ae610
5 changed files with 29 additions and 13 deletions
@@ -124,7 +124,7 @@ export interface UIState {
showDebugProfiler: boolean;
showFullTodos: boolean;
copyModeEnabled: boolean;
selectionWarning: boolean;
warningMessage: string | null;
}
export const UIStateContext = createContext<UIState | null>(null);