Add Zoo Code usage tracking#205
Conversation
Add a dedicated analyzer for Zoo Code's VS Code extension storage while reusing the compatible Roo Code task parser. Attribute parsed records to a distinct Zoo Code application and register the analyzer for discovery, live watching, aggregation, uploads, and MCP queries. Cover extension-path generation and Roo-format parsing for model, session, token, cache, cost, and application attribution.
|
Warning Review limit reached
Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Why
Zoo Code is a community-maintained fork of Roo Code, but it uses the distinct VS Code extension storage ID
zoocodeorganization.zoo-code. Splitrail's Roo Code analyzer only discoversrooveterinaryinc.roo-cline, so new Zoo Code sessions are not found even though their task files retain the Roo-compatible format.Zoo Code should be tracked independently so usage is discovered from its own storage namespace and attributed accurately in statistics, uploads, and MCP queries.
What changed
ZooCodeAnalyzerthat discovers and watches Zoo Code task directories across supported VS Code variants and platforms.Application::ZooCodeand register the analyzer alongside Roo Code.Validation
cargo test --quiet zoo_code— 6 passedcargo build --quietcargo test --quiet— 389 passedcargo clippy --quiet -- -D warningscargo doc --quietcargo fmt --all --quiet -- --checkDocumentation
The supported-tools README update is intentionally handled separately by a pending contributor change.