We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a54646 commit 80d7385Copy full SHA for 80d7385
src/plugin.ts
@@ -302,6 +302,7 @@ export async function handleIdle(
302
logger.info("recovery.available", {
303
sessionId,
304
originalModel: state.originalModel,
305
+ currentModel: state.currentModel,
306
});
307
await notifyRecovery(client, state.originalModel);
308
state.recoveryNotifiedForModel = state.originalModel;
0 commit comments