Skip to content

Conversation

@uinstinct
Copy link
Contributor

@uinstinct uinstinct commented Nov 3, 2025

Description

Check for installation of ripgrep before using ripgrep search tool.

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • [] I've read the contributing guide
  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

Screen recording or screenshot

before.mp4
after.mp4

Tests

[ What tests were added or updated to ensure the changes work as expected? ]


Summary by cubic

Checks for ripgrep before enabling the CLI Search tool, preventing errors on systems where rg isn’t installed.

  • Bug Fixes
    • Added checkIfRipgrepIsInstalled (runs rg --version) and only registers the Search tool when ripgrep is available.

Written for commit 7944a92. Summary will update automatically on new commits.

@uinstinct uinstinct requested a review from a team as a code owner November 3, 2025 17:00
@uinstinct uinstinct requested review from tingwai and removed request for a team November 3, 2025 17:00
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Nov 3, 2025
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant