fix: handle hostname false option properly
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -196,7 +196,8 @@ fn build_meta_plugins_configured_table(settings: &config::Settings) -> Option<Ta
|
||||
all_options.insert(key.clone(), value.clone());
|
||||
}
|
||||
|
||||
// Convert options to a YAML string
|
||||
// Convert options to a YAML string, but first make sure to show the actual values used
|
||||
// This includes any conversions we made (like "false" string to Bool(false))
|
||||
let options_str = if all_options.is_empty() {
|
||||
"{}".to_string()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user