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:
Bohdan Triapitsyn
2026-04-26 23:15:35 +03:00
parent 67f082988c
commit b5c58320cf
13 changed files with 20 additions and 18 deletions
@@ -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');