fix(codex): align protected prompt ranges

This commit is contained in:
Vincent Koc
2026-06-21 00:53:00 +08:00
committed by Vincent Koc
parent 3968fea383
commit 8e8905560b
@@ -1072,7 +1072,7 @@ export async function runCodexAppServerAttempt(
contextRange,
requestRange: {
start: contextRange.end,
end: turnPromptOffset + promptTextOffset + promptText.length,
end: turnPromptOffset + promptText.length,
},
};
};