fix: properly merge default and user-provided plugin options
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -140,11 +140,11 @@ fn build_config_table(settings: &config::Settings) -> Table {
|
||||
Err(_) => continue,
|
||||
};
|
||||
|
||||
// Get the plugin with its default options
|
||||
// Get the plugin with its default options and outputs
|
||||
let default_plugin = get_meta_plugin(
|
||||
meta_plugin_type,
|
||||
None,
|
||||
None,
|
||||
Some(plugin_config.options.clone()),
|
||||
Some(plugin_config.outputs.clone()),
|
||||
);
|
||||
|
||||
// Add plugin name
|
||||
|
||||
Reference in New Issue
Block a user