Skip to content

Commit 80d7385

Browse files
committed
fix(logging): include recovery current model
1 parent 0a54646 commit 80d7385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ export async function handleIdle(
302302
logger.info("recovery.available", {
303303
sessionId,
304304
originalModel: state.originalModel,
305+
currentModel: state.currentModel,
305306
});
306307
await notifyRecovery(client, state.originalModel);
307308
state.recoveryNotifiedForModel = state.originalModel;

0 commit comments

Comments
 (0)