Zoo-Code-Org/Zoo-Code

Zoo Code gives you a whole dev team of AI agents in your code editor.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on July 5th, 2026
Created on April 23rd, 2026
Open Issues & Pull Requests: 564 (+0)
Number of forks: 240
Total Stargazers: 1,684 (+1)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.6 hours
Mean response time: 6.2 days
90th percentile: 19.8 days
Tracked items: 354

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 19 hours, while "model" waits about 5 days. 11% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 457
New in 7 days: 34
Closed in 7 days: 13
Avg open age: 24 days
Stale 30+ days: 334
Stale 90+ days: 75

Recent activity

Opened in 7 days: 30
Closed in 7 days: 10
Comments in 7 days: 35
Events in 7 days: 88

Top labels

  • enhancement (219)
  • bug (200)
  • model (29)
  • good first issue (3)
  • documentation (1)

Detailed Description

Zoo Code is a VS Code extension that provides AI-powered development assistance by integrating multiple AI agents directly into the code editor. Written in TypeScript, the extension is available on the VS Code Marketplace and serves as the community-maintained successor to Roo Code, which the original Roo team wound down to focus on other projects. The Zoo Code team consists of developers who previously contributed to Roo and committed to continuing development of this important plugin while listening to the diverse community that uses it.

The extension enables developers to generate code from natural language descriptions, refactor and debug existing code, write and update documentation, answer questions about codebases, automate repetitive tasks, and utilize MCP Servers. Zoo Code operates through five distinct modes that adapt to different workflows: Code Mode for everyday coding and file operations, Architect Mode for planning systems and migrations, Ask Mode for fast answers and explanations, Debug Mode for tracing issues and isolating root causes, and Custom Modes that teams can build for specialized workflows. The extension also supports codebase indexing and context management features, with checkpoint functionality for tracking progress.

The repository shows active development and community engagement.

Recent development in version 3.66.0 includes support for Claude Sonnet 5 across Anthropic, Bedrock, and Vertex providers, Semble v0.4.1 upgrade with flattened result parsing, and task-lifecycle status transition guards. The release also addressed multiple fixes including LiteLLM cache key collision issues, auto context condensing for the VS Code Language Model API, extended reasoning effort values for ThinkingBudget, DeepSeek reasoning content round-tripping, and Gemini thoughtSignature token handling. Security improvements include dependency review, invisible character detection, and least-privilege workflow permissions.

The project maintains comprehensive documentation at docs.zoocode.dev and provides multiple community channels including a Discord server, Reddit community at r/ZooCode, and YouTube channel with tutorial and feature videos. The README includes a migration guide for users transitioning from Roo Code to Zoo Code. The extension supports 18 languages including English, Spanish, French, German, Japanese, Chinese, and others. Local development is supported through VS Code's built-in debugging with F5 and automated VSIX installation scripts that handle building and installing the extension directly into the editor.