mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 22:06:31 +02:00
fix: reorder /jail and /unjail together in slash catalog
This commit is contained in:
parent
9cc2fd6e8a
commit
b3a935fbe7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue