mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-07 00:14:23 +01:00
feat: Add tutorial built-in extension for app (#1381)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user