mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-29 17:06:45 +00:00
fix(#717): implement agents show/info/describe and list filter commands, mirror skills handler parity
This commit is contained in:
@@ -302,6 +302,8 @@ fn classify_error_kind(message: &str) -> &'static str {
|
||||
"interactive_only"
|
||||
} else if message.starts_with("unknown agents subcommand:") {
|
||||
"unknown_agents_subcommand"
|
||||
} else if message.starts_with("agent not found:") {
|
||||
"agent_not_found"
|
||||
} else if message.contains("is not installed") {
|
||||
"plugin_not_found"
|
||||
} else if (message.contains("skill source") && message.contains("not found"))
|
||||
|
||||
Reference in New Issue
Block a user