fix: add missing imports and update status response type

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-28 16:59:05 -03:00
parent 0fc34a9fcb
commit 2523990075
2 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ use crate::meta_plugin::MetaPluginType;
use crate::compression_engine::CompressionType;
use clap::Command;
use std::path::PathBuf;
use std::str::FromStr;
use strum::IntoEnumIterator;
pub struct StatusService;