mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-09 19:42:44 +00:00
fix: rename plugin metadata field from name to title
This commit is contained in:
parent
2c7ad353c7
commit
672e0d3a3b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue