this is so much nicer (#2455)

This commit is contained in:
Michael Neale
2025-05-07 12:39:26 +10:00
committed by GitHub
parent 6a96c5d6d6
commit 38448193bd
+1 -1
View File
@@ -209,7 +209,7 @@ fn render_tool_response(resp: &ToolResponse, theme: Theme, debug: bool) {
let min_priority = config
.get_param::<f32>("GOOSE_CLI_MIN_PRIORITY")
.ok()
.unwrap_or(0.0);
.unwrap_or(0.5);
if content
.priority()