Context is blinking so fast

Open 💬 1 comment Opened Jul 10, 2026 by vitabin

What version of the Codex App are you using (From “About Codex” dialog)?

26.707.31428

What subscription do you have?

Pro x5

What platform is your computer?

Microsoft Windows NT 10.0.26200.0 x64

What issue are you seeing?

https://github.com/user-attachments/assets/67213048-1a47-4cff-9ef6-d73967236849

What steps can reproduce the bug?

i just write following prompts in korean and start blinking. it's much faster than video

i thing the code block repeat expand and contract infinitely.
it was stoped if i click the 'edit' button of prompts

지금 스위치 판별 로직에 잡히지 않는 프레임이 있어서 수동으로 캡쳐를 하려고해
    key = cv2.waitKey(delay_ms)

    if key == 27:  # ESC key
        break
    elif key == ord("c"):  # capture
        association_monitor.finish_frame(frame_id, frame) if association_monitor else None
        print("Captured frame.")
    elif key == ord("p"):  # pause
        print("Paused. Press 'p' to continue.")
        while True:
            key2 = cv2.waitKey(0)
            if key2 == ord("p"):
                break
            elif key2 == ord("c"):  # capture
                association_monitor.finish_frame(frame_id, frame) if association_monitor else None
                print("Captured frame during pause.")

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗