Improve ripgrep tool status output.

This commit is contained in:
AI Christianson 2024-12-19 12:43:08 -05:00
parent 565dee74cf
commit 8ebf5bf23e
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Make delete_tasks tool available to planning agent.
- Get rid of implementation args as they are not used.
- Improve ripgrep tool status output.
## [0.6.4] - 2024-12-19

View File

@ -94,6 +94,7 @@ def ripgrep_search(
info_sections.append("\n".join(params))
# Execute command
console.print(Panel(Markdown(f"Searching for: **{pattern}**"), title="🔎 Ripgrep Search", border_style="bright_blue"))
try:
print()
output, return_code = run_interactive_command(cmd)