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:
bellman
2026-06-05 04:34:59 +09:00
parent 76f9a134ae
commit 1b22ed700a
2 changed files with 4 additions and 1 deletions

View File

@@ -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 => {