fix: hotfix for resume data not using conversation id

This commit is contained in:
cpacker
2026-01-13 18:05:06 -08:00
parent c29b1553e2
commit 36cd3efabd

View File

@@ -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