mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-27 16:06:44 +00:00
fix: skills install nonexistent path emits skill_not_found error kind with descriptive message; classify_error_kind adds skill_not_found branch
This commit is contained in:
@@ -298,6 +298,8 @@ fn classify_error_kind(message: &str) -> &'static str {
|
||||
"unknown_agents_subcommand"
|
||||
} else if message.contains("is not installed") {
|
||||
"plugin_not_found"
|
||||
} else if message.contains("skill source") && message.contains("not found") {
|
||||
"skill_not_found"
|
||||
} else {
|
||||
"unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user