feat: display filter plugin information in status output
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -31,10 +31,13 @@ impl StatusService {
|
||||
Some(crate::compression_engine::default_compression_type())
|
||||
};
|
||||
|
||||
let status_info = generate_status_info(data_path, db_path, &meta_plugin_types, enabled_compression_type);
|
||||
let mut status_info = generate_status_info(data_path, db_path, &meta_plugin_types, enabled_compression_type);
|
||||
|
||||
// The options are now populated directly in generate_status_info
|
||||
// No need to modify them here
|
||||
// Add filter plugins information
|
||||
status_info.filter_plugins = filter_plugin::get_available_filter_plugins()
|
||||
.keys()
|
||||
.map(|name| name.clone())
|
||||
.collect();
|
||||
|
||||
status_info
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user