feat: rename workspace review command
Renamed OpenChamber review command to /workspace-review Kept built-in /review available separately Updated autocomplete and localized settings copy
This commit is contained in:
@@ -1531,7 +1531,7 @@ const ChatInputComponent: React.FC<ChatInputProps> = ({ onOpenSettings, scrollTo
|
||||
}
|
||||
return;
|
||||
}
|
||||
else if (commandName === 'review' && currentSessionId) {
|
||||
else if (commandName === 'workspace-review' && (currentSessionId || newSessionDraftOpen)) {
|
||||
try {
|
||||
await sessionActions.waitForConnectionOrThrow();
|
||||
const visibleText = await renderMagicPrompt('session.review.visible');
|
||||
|
||||
Reference in New Issue
Block a user