mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
feat(sessions): record interactive-only errors and warnings to chat recording JSON files (#13300)
This commit is contained in:
@@ -62,7 +62,7 @@ export interface ToolCallRecord {
|
||||
*/
|
||||
export type ConversationRecordExtra =
|
||||
| {
|
||||
type: 'user';
|
||||
type: 'user' | 'info' | 'error' | 'warning';
|
||||
}
|
||||
| {
|
||||
type: 'gemini';
|
||||
|
||||
Reference in New Issue
Block a user