From 672e0d3a3bbd01355785927aaa4a77fdf46828ac Mon Sep 17 00:00:00 2001 From: linuztx Date: Sun, 8 Mar 2026 19:47:25 +0800 Subject: [PATCH] fix: rename plugin metadata field from name to title --- plugins/code_execution/plugin.yaml | 2 +- plugins/text_editor/plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/code_execution/plugin.yaml b/plugins/code_execution/plugin.yaml index ed9386bb3..3f9637672 100644 --- a/plugins/code_execution/plugin.yaml +++ b/plugins/code_execution/plugin.yaml @@ -1,4 +1,4 @@ -name: Code Execution +title: Code Execution description: Provides terminal, Python, and Node.js code execution via local TTY or SSH. version: 1.0.0 always_enabled: true diff --git a/plugins/text_editor/plugin.yaml b/plugins/text_editor/plugin.yaml index d0ed522bf..4f3e26af4 100644 --- a/plugins/text_editor/plugin.yaml +++ b/plugins/text_editor/plugin.yaml @@ -1,4 +1,4 @@ -name: Text Editor +title: Text Editor description: Native tool to read, write, and patch text files in an LLM-friendly way. version: 1.0.0 settings_sections: