feat: Add tutorial built-in extension for app (#1381)

This commit is contained in:
Alex Hancock
2025-02-28 10:47:23 -05:00
committed by GitHub
parent 7d5d8b400b
commit 5451bd1f5c

View File

@@ -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',