mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-28 00:16:45 +00:00
fix(#458): add status:ok to skills install JSON envelope (missed in previous sweep)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user