mirror of
https://github.com/instructkr/claw-code.git
synced 2026-06-05 22:17:10 +08:00
fix: standardize list command count fields and resume help field name
#410: Added field to mcp list and skills list JSON for polymorphic consumption parity with agents list. All three sibling list commands now expose a canonical integer field alongside their command-specific details. #338: Changed resume JSON from to field for consistency with top-level . Generated with https://github.com/Yeachan-Heo/gajae-code Co-authored-by: Gajae Code <dev@gajae-code.com>
This commit is contained in:
@@ -6249,7 +6249,7 @@ fn run_resume_command(
|
||||
session: session.clone(),
|
||||
message: Some(render_repl_help()),
|
||||
json: Some(
|
||||
serde_json::json!({ "kind": "help", "action": "help", "status": "ok", "text": render_repl_help() }),
|
||||
serde_json::json!({ "kind": "help", "action": "help", "status": "ok", "message": render_repl_help() }),
|
||||
),
|
||||
}),
|
||||
SlashCommand::Compact => {
|
||||
|
||||
Reference in New Issue
Block a user