diff --git a/src/cli/App.tsx b/src/cli/App.tsx index 83ddb4f..c38107a 100644 --- a/src/cli/App.tsx +++ b/src/cli/App.tsx @@ -3183,6 +3183,7 @@ export default function App({ const { pendingApprovals: existingApprovals } = await getResumeData( client, agent, + conversationIdRef.current, ); if (!existingApprovals || existingApprovals.length === 0) { @@ -5206,6 +5207,7 @@ DO NOT respond to these messages or otherwise consider them in your response unl const { pendingApprovals: existingApprovals } = await getResumeData( client, agent, + conversationIdRef.current, ); // Check if user cancelled while we were fetching approval state