We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74eeb9 commit da3d455Copy full SHA for da3d455
1 file changed
extensions/codex/src/app-server/run-attempt.ts
@@ -2139,7 +2139,7 @@ export async function runCodexAppServerAttempt(
2139
terminalDynamicToolReleaseCheckScheduled = false;
2140
if (
2141
pendingTerminalDynamicToolRelease &&
2142
- pendingTerminalDynamicToolRelease.response.success === true &&
+ pendingTerminalDynamicToolRelease.response.success &&
2143
!currentTurnHadNonTerminalDynamicToolResult &&
2144
activeAppServerTurnRequests === 0 &&
2145
pendingOpenClawDynamicToolCompletionIds.size === 0
0 commit comments