mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00:00
Revert "initial surface projection for sandbox"
This reverts commit 79d8f99a7f.
This commit is contained in:
@@ -67,7 +67,6 @@ async fn plan_mode_uses_proposed_plan_block_for_plan_item() -> Result<()> {
|
||||
let expected_plan = ThreadItem::Plan {
|
||||
id: format!("{}-plan", turn.id),
|
||||
text: "# Final plan\n- first\n- second\n".to_string(),
|
||||
metadata: None,
|
||||
};
|
||||
let expected_plan_id = format!("{}-plan", turn.id);
|
||||
let streamed_plan = plan_deltas
|
||||
|
||||
Reference in New Issue
Block a user