Make Office, Desktop, and Editor toggleable
Stop forcing the bundled Office, Desktop, and Editor plugins on by setting their manifests to always_enabled: false. This restores normal plugin activation controls while preserving explicit manifest intent.
Alessandro committed
Jun 2, 2026 at 17:57 UTC
143ff8f83f9f6db10dee288b74137558893a60cc
3 files changed
+3
-2
plugins/_desktop/plugin.yaml
+1
-1
@@ -2,4 +2,4 @@ name: _desktop
2
title: Desktop
3
description: Owns the Agent Zero Linux Desktop runtime, Xpra/Xfce sessions, and live Desktop surface.
4
version: 1.0.0
5
-always_enabled: true
5
+always_enabled: false
plugins/_editor/plugin.yaml
+1
-1
@@ -2,4 +2,4 @@ name: _editor
2
title: Editor
3
description: Native Markdown editor surface for Agent Zero canvas and floating modal workflows.
4
version: 1.0.0
5
-always_enabled: true
5
+always_enabled: false
plugins/_office/plugin.yaml
+1
@@ -2,6 +2,7 @@ name: _office
2
title: LibreOffice
3
description: ODF-first LibreOffice Office artifacts for Writer, Calc, and Impress files.
4
version: "0.1"
5
+always_enabled: false
6
settings_sections:
7
- developer
8
per_project_config: false