diff --git a/ui/desktop/src/extensions.ts b/ui/desktop/src/extensions.ts index f1524463..bb6d28aa 100644 --- a/ui/desktop/src/extensions.ts +++ b/ui/desktop/src/extensions.ts @@ -74,6 +74,14 @@ export const BUILT_IN_EXTENSIONS = [ type: 'builtin', env_keys: [], }, + { + id: 'tutorial', + name: 'Tutorial', + description: 'Access interactive tutorials and guides', + enabled: false, + type: 'builtin', + env_keys: [], + }, /* TODO re-enable when we have a smoother auth flow { id: 'google_drive', name: 'Google Drive',