mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Introduce the _commands plugin with command storage, picker UI, bundled canonical command pack, and legacy migration into the built-in namespace. Polish the Web UI picker behavior, hide WebUI-only-inappropriate commands from the popover, make /models always open model configuration, and add regression coverage for command CRUD, plugin discovery, migration, canonical names, hidden commands, and picker flows.
8 lines
222 B
YAML
8 lines
222 B
YAML
name: _commands
|
|
title: Commands
|
|
description: YAML-configured slash commands with text templates or Python hooks.
|
|
version: 0.5.0
|
|
settings_sections: []
|
|
per_project_config: false
|
|
per_agent_config: false
|
|
always_enabled: false
|