mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-05-30 03:35:20 +08:00
fix(#458): add status:ok to skills install JSON envelope (missed in previous sweep)
This commit is contained in:
parent
f2a90228fb
commit
cc1462a7f8
@ -3743,6 +3743,7 @@ fn render_skill_install_report(skill: &InstalledSkill) -> String {
|
|||||||
fn render_skill_install_report_json(skill: &InstalledSkill) -> Value {
|
fn render_skill_install_report_json(skill: &InstalledSkill) -> Value {
|
||||||
json!({
|
json!({
|
||||||
"kind": "skills",
|
"kind": "skills",
|
||||||
|
"status": "ok",
|
||||||
"action": "install",
|
"action": "install",
|
||||||
"result": "installed",
|
"result": "installed",
|
||||||
"invocation_name": &skill.invocation_name,
|
"invocation_name": &skill.invocation_name,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user