feat: add MetaPlugin outputs to status display
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
@@ -40,6 +40,7 @@ pub struct MetaPluginInfo {
|
||||
pub enabled: bool,
|
||||
pub binary: String,
|
||||
pub args: String,
|
||||
pub outputs: std::collections::HashMap<String, serde_yaml::Value>,
|
||||
}
|
||||
|
||||
pub fn generate_status_info(
|
||||
@@ -124,6 +125,7 @@ pub fn generate_status_info(
|
||||
enabled: is_enabled,
|
||||
binary: binary_display,
|
||||
args: args_display,
|
||||
outputs: meta_plugin.outputs().clone(),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user