What's New
Added
-
Tool Renderer Components: Specialized renderers for displaying tool outputs with optimized formatting for each tool type. Each renderer provides a focused view of its data structure.
-
FileReadTool- Display file read operations with syntax highlighting -
FileWriteTool- Show file write/edit operations with diff views -
SearchTool- Render search results with context -
CommandTool- Display command execution with output -
BrowserTool- Show browser automation actions -
ModeTool- Display mode switching operations -
CompletionTool- Show task completion status -
GenericTool- Fallback renderer for other tools -
History Trigger: New
#trigger for task history autocomplete with fuzzy search support. Type#at the start of a line to browse and resume previous tasks. -
HistoryTrigger.tsx- Trigger implementation with fuzzy filtering -
Shows task status, mode, and relative timestamps
-
Supports keyboard navigation for quick task selection
-
Release Confirmation Prompt: The release script now prompts for confirmation before creating a release.
Fixed
- Task history picker selection and navigation issues
- Mode switcher keyboard handling bug
Changed
- Reorganized test files into
__tests__directories for better project structure - Refactored utility modules into dedicated
utils/directory
Installation
curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | shOr install a specific version:
ROO_VERSION=0.0.44 curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | shRequirements
- Node.js 20 or higher
- macOS (Intel or Apple Silicon) or Linux (x64 or ARM64)
Usage
# Set your API key
export OPENROUTER_API_KEY=sk-or-v1-...
# Run a task
roo "What is this project?" ~/my-project
# See all options
roo --helpPlatform Support
This release includes:
roo-cli-darwin-arm64.tar.gz- Built on Darwin arm64
Note: Additional platforms will be added as needed. If you need a different platform, please open an issue.
Checksum
320f5d24c550309dd3b9037aa62cb8d07bb2dce3aeef686c978e9db5c72ac2e6 roo-cli-darwin-arm64.tar.gz