Log yolo mode + number of turns (#6055)

Co-authored-by: Shi Shu <shii@google.com>
This commit is contained in:
shishu314
2025-08-25 16:06:47 -04:00
committed by GitHub
parent f32a54fefc
commit cd75d94262
9 changed files with 103 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ export {
logApiResponse,
logFlashFallback,
logSlashCommand,
logConversationFinishedEvent,
logKittySequenceOverflow,
logChatCompression,
} from './loggers.js';
@@ -40,6 +41,7 @@ export {
ApiResponseEvent,
TelemetryEvent,
FlashFallbackEvent,
ConversationFinishedEvent,
KittySequenceOverflowEvent,
SlashCommandEvent,
makeSlashCommandEvent,