From 523444ba2e470f9471f768ddecd2d3e635fc4747 Mon Sep 17 00:00:00 2001 From: bytes032 Date: Tue, 3 Feb 2026 13:51:23 +0200 Subject: [PATCH] Fix dialog dismiss CLI parsing --- cli/src/commands.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/commands.rs b/cli/src/commands.rs index 50118abe..90cdfcd2 100644 --- a/cli/src/commands.rs +++ b/cli/src/commands.rs @@ -709,6 +709,7 @@ pub fn parse_command(args: &[String], flags: &Flags) -> Result Ok(json!({ "id": id, "action": "dialog", "response": "dismiss" })), Some(sub) => Err(ParseError::UnknownSubcommand { subcommand: sub.to_string(), valid_options: VALID,