diff --git a/cortex-cli/src/run_cmd.rs b/cortex-cli/src/run_cmd.rs index 8318b34e..f2e1cc32 100644 --- a/cortex-cli/src/run_cmd.rs +++ b/cortex-cli/src/run_cmd.rs @@ -57,7 +57,6 @@ impl std::fmt::Display for OutputFormat { pub struct RunCli { /// Message to send to the AI agent. /// Multiple arguments are joined with spaces. - #[arg(trailing_var_arg = true)] pub message: Vec, /// Execute a predefined command instead of a prompt. diff --git a/cortex-engine/src/tasks/snapshot.rs b/cortex-engine/src/tasks/snapshot.rs index a25ac7ca..21f3a49e 100644 --- a/cortex-engine/src/tasks/snapshot.rs +++ b/cortex-engine/src/tasks/snapshot.rs @@ -292,7 +292,7 @@ impl SnapshotManager { match state { FileState::Exists { content, - permissions: _, + permissions, .. } => { // Create parent directories