mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 13:26:04 -06:00
fix(codex): align protected prompt ranges
This commit is contained in:
@@ -1072,7 +1072,7 @@ export async function runCodexAppServerAttempt(
|
||||
contextRange,
|
||||
requestRange: {
|
||||
start: contextRange.end,
|
||||
end: turnPromptOffset + promptTextOffset + promptText.length,
|
||||
end: turnPromptOffset + promptText.length,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user