Skip to content

Conversation

@aibrahim-oai
Copy link
Collaborator

@aibrahim-oai aibrahim-oai commented Nov 25, 2025

codex resume isn't that discoverable. Adding it to the slash commands can help

| `/approvals` | choose what Codex can do without approval |
| `/review` | review my current changes and find issues |
| `/new` | start a new chat during a conversation |
| `/resume` | resume a saved chat |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not "saved". It implies users can manually save chats

}
}
}
ResumeSelection::Exit | ResumeSelection::StartFresh => {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this drop the CTRL-C ? Blocking the user on this screen?

self.default_provider.as_str(),
)
.await?;
fn start_initial_load(&mut self) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOC can't this function be a bit slow? Shouldn't we do in async?

);

let page = block_on_future(RolloutRecorder::list_conversations(
&sessions_root,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be codex home?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants