fix: remove now deprecated .skill edit command
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user