We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2327959 commit c359245Copy full SHA for c359245
1 file changed
lib/mode-registry.ts
@@ -25,7 +25,7 @@ export const MODE_REGISTRY: Record<AppMode, ModeSpec> = {
25
id: 'classic',
26
label: 'Classic',
27
description: 'Traditional editor — no chat, files open',
28
- visibleViews: ['chat', 'editor', 'preview', 'git', 'skills'],
+ visibleViews: ['editor', 'preview', 'git', 'skills'],
29
defaultView: 'editor',
30
autoExpandEditor: true,
31
accent: '#d2a34f',
0 commit comments