fix(codex): align protected prompt ranges · openclaw/openclaw@8e89055
openclaw
·
2026-06-21
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 8e89055
fix(codex): align protected prompt ranges
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
extensions/codex/src/app-server
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1072,7 +1072,7 @@ export async function runCodexAppServerAttempt(
|
1072 | 1072 | contextRange, |
1073 | 1073 | requestRange: { |
1074 | 1074 | start: contextRange.end, |
1075 | | -end: turnPromptOffset + promptTextOffset + promptText.length, |
| 1075 | +end: turnPromptOffset + promptText.length, |
1076 | 1076 | }, |
1077 | 1077 | }; |
1078 | 1078 | }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments