diff --git a/crates/goose-mcp/src/computercontroller/mod.rs b/crates/goose-mcp/src/computercontroller/mod.rs index 560144a315..832814b63a 100644 --- a/crates/goose-mcp/src/computercontroller/mod.rs +++ b/crates/goose-mcp/src/computercontroller/mod.rs @@ -158,7 +158,7 @@ impl ComputerControllerRouter { let quick_script_desc = match std::env::consts::OS { "windows" => indoc! {r#" - Create and run small_models PowerShell or Batch scripts for automation tasks. + Create and run small PowerShell or Batch scripts for automation tasks. PowerShell is recommended for most tasks. The script is saved to a temporary file and executed. @@ -168,7 +168,7 @@ impl ComputerControllerRouter { - Find text: Select-String -Pattern "pattern" -Path file.txt "#}, _ => indoc! {r#" - Create and run small_models scripts for automation tasks. + Create and run small scripts for automation tasks. Supports Shell and Ruby (on macOS). The script is saved to a temporary file and executed. diff --git a/crates/goose/src/truncate.rs b/crates/goose/src/truncate.rs index 8d2821f494..a63c35a5cc 100644 --- a/crates/goose/src/truncate.rs +++ b/crates/goose/src/truncate.rs @@ -442,12 +442,12 @@ mod tests { #[test] fn test_error_cases() -> Result<()> { - // Test impossibly small_models context window + // Test impossibly small context window let (mut messages, mut token_counts) = create_messages_with_counts(1, 10, false); let result = truncate_messages( &mut messages, &mut token_counts, - 5, // Impossibly small_models context + 5, // Impossibly small context &OldestFirstTruncation, ); assert!(result.is_err()); diff --git a/documentation/src/components/HomepageFeatures/index.tsx b/documentation/src/components/HomepageFeatures/index.tsx index f030adb17e..f8479d5bff 100644 --- a/documentation/src/components/HomepageFeatures/index.tsx +++ b/documentation/src/components/HomepageFeatures/index.tsx @@ -115,7 +115,7 @@ const FeatureQuotes: FeatureQuote[] = [ // github: "https://github.com/", // role: "Product Lead", // testimonial: - // "I know Goose is made for engineers, but I’ve been pretty excited about this launch. In the last 20 minutes playing with Goose, I drafted a product requirements document for a small_models change that I'd been putting off, pressure tested a few product ideas and how they might stack up to competitive offerings, and had it run analysis on an experiment from a feature rollout!", + // "I know Goose is made for engineers, but I’ve been pretty excited about this launch. In the last 20 minutes playing with Goose, I drafted a product requirements document for a small change that I'd been putting off, pressure tested a few product ideas and how they might stack up to competitive offerings, and had it run analysis on an experiment from a feature rollout!", // }, ];