fix: display default digest plugin options
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -160,9 +160,13 @@ fn build_config_table(settings: &config::Settings) -> Table {
|
||||
.map(|(k, v)| (k.clone(), serde_yaml::Value::String(v.clone())))
|
||||
.collect();
|
||||
|
||||
// Convert options from HashMap<String, serde_yaml::Value> to the correct type
|
||||
// (they're already in the correct type, so we can use them directly)
|
||||
let options_converted = plugin_config.options.clone();
|
||||
|
||||
let actual_plugin = get_meta_plugin(
|
||||
meta_plugin_type,
|
||||
Some(plugin_config.options.clone()),
|
||||
Some(options_converted),
|
||||
Some(outputs_converted),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user