mirror of
https://github.com/openai/codex.git
synced 2026-05-03 02:46:39 +00:00
Handle orphan exec ends without clobbering active exploring cell (#12313)
Summary - distinguish exec end handling targets (active tracking, active orphan history, new cell) so unified exec responses don’t clobber unrelated exploring cells - ensure orphan ends flush existing exploring history when complete, insert standalone history entries, and keep active cells correct - add regression tests plus a snapshot covering the new behavior and expose the ExecCell completion result for verification Fix for https://github.com/openai/codex/issues/12278 --------- Co-authored-by: Josh McKinney <joshka@openai.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
source: tui/src/chatwidget/tests.rs
|
||||
expression: snapshot
|
||||
---
|
||||
History:
|
||||
• Ran echo repro-marker
|
||||
└ repro-marker
|
||||
|
||||
Active:
|
||||
• Exploring
|
||||
└ Read null
|
||||
Reference in New Issue
Block a user