From dca1e45121cef2c9f07cba0065a8a243c94834d5 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 21 Mar 2026 12:11:09 -0400 Subject: [PATCH] Update model catalog snapshots with new effort field Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/crates/fabro-model/src/catalog.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/crates/fabro-model/src/catalog.rs b/lib/crates/fabro-model/src/catalog.rs index ae90f4425..525a0e6ad 100644 --- a/lib/crates/fabro-model/src/catalog.rs +++ b/lib/crates/fabro-model/src/catalog.rs @@ -270,6 +270,7 @@ mod tests { tools: true, vision: true, reasoning: true, + effort: true, }, costs: ModelCosts { input_cost_per_mtok: Some( @@ -349,6 +350,7 @@ mod tests { tools: true, vision: true, reasoning: true, + effort: true, }, costs: ModelCosts { input_cost_per_mtok: Some( @@ -402,6 +404,7 @@ mod tests { tools: true, vision: true, reasoning: false, + effort: false, }, costs: ModelCosts { input_cost_per_mtok: Some( @@ -460,6 +463,7 @@ mod tests { tools: true, vision: false, reasoning: true, + effort: true, }, costs: ModelCosts { input_cost_per_mtok: Some( @@ -508,6 +512,7 @@ mod tests { tools: true, vision: true, reasoning: true, + effort: true, }, costs: ModelCosts { input_cost_per_mtok: Some( @@ -554,6 +559,7 @@ mod tests { tools: true, vision: true, reasoning: true, + effort: true, }, costs: ModelCosts { input_cost_per_mtok: Some( @@ -620,6 +626,7 @@ mod tests { tools: true, vision: false, reasoning: true, + effort: true, }, costs: ModelCosts { input_cost_per_mtok: None,