From eeafe072bc6bb81459f7d087b48fc921afe9cc11 Mon Sep 17 00:00:00 2001 From: soryu Date: Thu, 15 Jan 2026 03:26:28 +0000 Subject: Automatically derive repo URL and add notifications for input --- makima/src/daemon/cli/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makima/src/daemon/cli/mod.rs') diff --git a/makima/src/daemon/cli/mod.rs b/makima/src/daemon/cli/mod.rs index 24c19c6..66c7941 100644 --- a/makima/src/daemon/cli/mod.rs +++ b/makima/src/daemon/cli/mod.rs @@ -76,6 +76,9 @@ pub enum SupervisorCommand { /// Get contract status Status(SupervisorArgs), + + /// Ask a question and wait for user feedback + Ask(supervisor::AskArgs), } /// Contract subcommands for task-contract interaction. -- cgit v1.2.3