-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Description
What version of Codex is running?
0.53.0
What subscription do you have?
Pro
Which model were you using?
gpt-5, gpt-5-codex
What platform is your computer?
Linux 6.8.0-60-generic x86_64 x86_64
What issue are you seeing?
When using the /review feature in codex cli 0.53.0, words in the streamed output are sometimes repeated. In some cases, the same word appears twice in a row or part of the word is duplicated. for example:
• Analyzingzing complex complex reb rebalancealance logic logic****
ExamExaminingining round round robin robin fill fill and and state state handling handling nuances nuances**
There**
There is is a a lot lot to to unpack unpack!! I'm I'm digging digging into into how how round round robin robin targets targets and and block block selection selection interact
interact,, especially especially around around resetting resetting lists lists and and context context refreshing refreshing.. I I’m’m curious curious about about subtle subtle state
state mutations mutations across across fills fills,, the the handling handling of of forced forced attempts attempts without without improvements improvements,, and and whether
whether parameter parameter defaults defaults or or signature signature changes changes might might introduce introduce hidden hidden bugs bugs.. It It seems seems complex complex
but but consistent consistent so so far far—I—I’m’m tracking tracking possibilities possibilities where where expectations expectations on on data data structures structures or or
method method calls calls could could cause cause slips slips..
What steps can reproduce the bug?
Observe the text as it streams to the terminal while using /review.
What is the expected behavior?
No response
Additional information
No response