fix: reorder /jail and /unjail together in slash catalog

This commit is contained in:
patriceckhart 2026-04-24 15:30:41 +02:00
parent 9cc2fd6e8a
commit b3a935fbe7

View file

@ -43,8 +43,8 @@ var slashCatalog = []slashCommand{
{Name: "/study", Desc: "read every file in the current directory so the agent has full project context"},
{Name: "/btw", Desc: "side-chat that doesn't add to the main thread (saves tokens)"},
{Name: "/jail", Desc: "confine tools to the current directory"},
{Name: "/skills", Desc: "list discovered skills (SKILL.md files)"},
{Name: "/unjail", Desc: "allow tools to touch paths outside this directory"},
{Name: "/skills", Desc: "list discovered skills (SKILL.md files)"},
{Name: "/reload-ext", Desc: "hot-reload all extensions (re-read manifests and respawn)"},
{Name: "/yolo", Desc: "turn off --no-yolo confirmation for the rest of this session"},
{Name: "/telegram", Desc: "connect, disconnect, or show status of the telegram bridge"},