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.
6 lines
263 B
YAML
6 lines
263 B
YAML
name: chats
|
|
description: List previous chats (default sorted by last updated). Use --project to filter by active project.
|
|
argument_hint: "[--project|--all-projects] [--sort=updated|created|name]"
|
|
type: script
|
|
script_path: connector_commands.py
|
|
webui_hidden: true
|