fix: rename plugin metadata field from name to title

linuztx committed Mar 8, 2026 at 19:47 UTC 672e0d3a3bbd01355785927aaa4a77fdf46828ac
2 files changed +2 -2
plugins/code_execution/plugin.yaml
+1 -1
@@ -1,4 +1,4 @@
1 -name: Code Execution
1 +title: Code Execution
2 description: Provides terminal, Python, and Node.js code execution via local TTY or SSH.
3 version: 1.0.0
4 always_enabled: true
plugins/text_editor/plugin.yaml
+1 -1
@@ -1,4 +1,4 @@
1 -name: Text Editor
1 +title: Text Editor
2 description: Native tool to read, write, and patch text files in an LLM-friendly way.
3 version: 1.0.0
4 settings_sections: