From 5451bd1f5c0cc497df5ee41300738a61d0434f8c Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Fri, 28 Feb 2025 10:47:23 -0500 Subject: [PATCH] feat: Add tutorial built-in extension for app (#1381) --- ui/desktop/src/extensions.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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',