feat: add meta plugin options to status information
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -41,6 +41,7 @@ pub struct MetaPluginInfo {
|
||||
pub binary: String,
|
||||
pub args: String,
|
||||
pub outputs: std::collections::HashMap<String, serde_yaml::Value>,
|
||||
pub options: std::collections::HashMap<String, serde_yaml::Value>,
|
||||
}
|
||||
|
||||
pub fn generate_status_info(
|
||||
@@ -151,6 +152,7 @@ pub fn generate_status_info(
|
||||
binary: binary_display,
|
||||
args: args_display,
|
||||
outputs: outputs_display,
|
||||
options: std::collections::HashMap::new(),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user