fix(review): preserve adversarial focus text - #714
Conversation
sylvesterkaczmarek
left a comment
There was a problem hiding this comment.
The flag leak is fixed, but the focus still isn't opaque in the single-argv path. splitRawArgumentString reparses the whole value and then the suffix is rebuilt with join(" "), which strips quotes/backslashes and normalises whitespace. For example a focus containing a Windows path like C:\temp\foo loses the backslashes before it reaches the review prompt. Once the first positional starts, can we preserve the original raw suffix verbatim instead of reconstructing it from tokens?
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
--modeland-mexamplesVerification
git diff --checkpassFixes #333