Skip to content

Commit

Permalink
fixup search replace
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiali committed Feb 28, 2025
1 parent a6b6d3b commit 037d466
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crates/goose-mcp/src/computercontroller/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions crates/goose/src/truncate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
// },
];

Expand Down

0 comments on commit 037d466

Please sign in to comment.