mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 15:14:21 +01:00
fix: configure medium importance in configuration (#1273)
This commit is contained in:
@@ -634,7 +634,7 @@ pub fn configure_tool_output_dialog() -> Result<(), Box<dyn Error>> {
|
||||
config.set("GOOSE_CLI_MIN_PRIORITY", Value::from(0.8))?;
|
||||
cliclack::outro("Showing tool output of high importance only.")?;
|
||||
}
|
||||
"med" => {
|
||||
"medium" => {
|
||||
config.set("GOOSE_CLI_MIN_PRIORITY", Value::from(0.2))?;
|
||||
cliclack::outro("Showing tool output of medium importance.")?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user