mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
robustness(core): static checks to validate history is immutable (#21228)
This commit is contained in:
@@ -31,7 +31,7 @@ export interface MessageActionReturn {
|
||||
export interface LoadHistoryActionReturn<HistoryType = unknown> {
|
||||
type: 'load_history';
|
||||
history: HistoryType;
|
||||
clientHistory: Content[]; // The history for the generative client
|
||||
clientHistory: readonly Content[]; // The history for the generative client
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user