-
Notifications
You must be signed in to change notification settings - Fork 6.5k
add slash resume #7302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add slash resume #7302
Conversation
| | `/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 | |
There was a problem hiding this comment.
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 => {} |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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?
codex resumeisn't that discoverable. Adding it to the slash commands can help