feat: Added an --init-memory [global|workspace] flag to easily and quickly enable memory
This commit is contained in:
@@ -363,6 +363,12 @@ impl AssetCategory {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, clap::ValueEnum)]
|
||||
pub enum MemoryScope {
|
||||
Global,
|
||||
Workspace,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, clap::ValueEnum)]
|
||||
pub enum InstallFilter {
|
||||
Agents,
|
||||
|
||||
Reference in New Issue
Block a user