Skip to content

Commit c359245

Browse files
committed
fix: remove chat tab from classic mode — redundant
1 parent 2327959 commit c359245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mode-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const MODE_REGISTRY: Record<AppMode, ModeSpec> = {
2525
id: 'classic',
2626
label: 'Classic',
2727
description: 'Traditional editor — no chat, files open',
28-
visibleViews: ['chat', 'editor', 'preview', 'git', 'skills'],
28+
visibleViews: ['editor', 'preview', 'git', 'skills'],
2929
defaultView: 'editor',
3030
autoExpandEditor: true,
3131
accent: '#d2a34f',

0 commit comments

Comments
 (0)