mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
chore: unify conversation with thread name (#8830)
Done and verified by Codex + refactor feature of RustRover
This commit is contained in:
@@ -72,7 +72,7 @@ async fn chat_mode_stream_cli() {
|
||||
|
||||
// Verify a new session rollout was created and is discoverable via list_conversations
|
||||
let provider_filter = vec!["mock".to_string()];
|
||||
let page = RolloutRecorder::list_conversations(
|
||||
let page = RolloutRecorder::list_threads(
|
||||
home.path(),
|
||||
10,
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user