diff --git a/rust/crates/commands/src/lib.rs b/rust/crates/commands/src/lib.rs index b4358d20..f697c9e0 100644 --- a/rust/crates/commands/src/lib.rs +++ b/rust/crates/commands/src/lib.rs @@ -3743,6 +3743,7 @@ fn render_skill_install_report(skill: &InstalledSkill) -> String { fn render_skill_install_report_json(skill: &InstalledSkill) -> Value { json!({ "kind": "skills", + "status": "ok", "action": "install", "result": "installed", "invocation_name": &skill.invocation_name,