mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-28 16:36:45 +00:00
fix(#734): agents/plugins show not-found envelopes gain message field; parity with skills show
This commit is contained in:
@@ -6140,6 +6140,8 @@ impl LiveCli {
|
||||
"status": "error",
|
||||
"error_kind": "plugin_not_found",
|
||||
"requested": name,
|
||||
// #734: parity with skills show which always emits a message field
|
||||
"message": format!("plugin '{}' not found", name),
|
||||
});
|
||||
println!("{}", serde_json::to_string_pretty(&obj)?);
|
||||
return Ok(());
|
||||
|
||||
Reference in New Issue
Block a user