Plugins: Add auto-update functionality (#3487)

* Plugins: Add auto-update functionality

* Check if directory is a git repo

* Display message if any plugins were loaded
This commit is contained in:
Cohee
2025-02-16 20:55:53 +02:00
committed by GitHub
parent 4d323ec76f
commit 362470da18
3 changed files with 83 additions and 2 deletions
+2
View File
@@ -210,3 +210,5 @@ claude:
cachingAtDepth: -1
# -- SERVER PLUGIN CONFIGURATION --
enableServerPlugins: false
# Attempt to automatically update server plugins on startup
enableServerPluginsAutoUpdate: true