fix: remove now deprecated .skill edit command

This commit is contained in:
2026-06-01 15:58:06 -06:00
parent 07f4b134b6
commit 31b44fbeb7
2 changed files with 9 additions and 14 deletions
-10
View File
@@ -1878,7 +1878,6 @@ impl RequestContext {
"loaded".to_string(),
"load".to_string(),
"unload".to_string(),
"edit".to_string(),
];
values.extend(paths::list_skills());
super::map_completion_values(values)
@@ -1928,15 +1927,6 @@ impl RequestContext {
"skill",
"agent-data",
]),
".edit" => super::map_completion_values(vec![
"config",
"mcp-config",
"role",
"session",
"rag-docs",
"agent-config",
"skill",
]),
".vault" => {
let mut values = vec!["add", "get", "update", "delete", "list"];
values.sort_unstable();