Add /review to main commands (#4416)

<img width="517" height="249" alt="Screenshot 2025-09-28 at 4 33 26 PM"
src="https://github.com/user-attachments/assets/6d34734e-fe3c-4b88-8239-a6436bcb9fa5"
/>
This commit is contained in:
dedrisian-oai
2025-09-28 16:59:39 -07:00
committed by GitHub
parent 79e51dd607
commit a9d54b9e92

View File

@@ -414,6 +414,11 @@ pub(crate) fn new_session_info(
"/model".into(),
" - choose what model and reasoning effort to use".dim(),
]),
Line::from(vec![
" ".into(),
"/review".into(),
" - review any changes and find issues".dim(),
]),
];
CompositeHistoryCell {