# Zoo-Code **Repository Path**: asascoder/Zoo-Code ## Basic Information - **Project Name**: Zoo-Code - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-25 - **Last Updated**: 2026-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Get help fast → Join Discord • Prefer async? → Join r/ZooCode
# Zoo Code > Your AI-Powered Dev Team, Right in Your Editor ## We are Zoo Code > You may have seen the > [recent announcement](https://x.com/mattrubens/status/2046636598859559114) > from the Roo team 🦘🦘🦘. The TLDR is the team is winding down active Roo > Code development as they focus on [Roomote](https://roomote.dev/). That news > was difficult for many Roo users, this plugin means a lot to this community. > > We want to thank the entire Roo team for the work they put into this plugin. > We won't call out each person by name here, but we can all agree they are > exceptional developers and, just as importantly, incredible people. Thank you > to the Roo team. > > As Roo coders, we come in all kinds of shapes and sizes. Some of us are using > it professionally in our day-to-day work, some are using it to tinker and > scheme unimaginably complicated workflows. Some are using it to improve Roo > itself while others are using it to improve the very models that Roo is using > (super meta). The point we are making is that the community is > diverse, and although a kangaroo 🦘🦘🦘 is a distinguished and noble animal, > we felt a "Zoo" 🐘🦡🦒🦓🦛🦧🦭🦦 of different species better reflected this > diversity of the plugin's users. > > So we would like to announce that **Zoo Code** will continue development on > this important project. The core team is a group of developers who contributed > to Roo previously and care deeply about this plugin. We will continue to make > model updates, fix bugs, and release features. But more than anything, we plan > to listen to the community that made this plugin so special. Feel free to join > us on [Discord](https://discord.gg/VxfP4Vx3gX), > [Reddit](https://www.reddit.com/r/ZooCode), or > [open a PR or issue](https://github.com/Zoo-Code-Org/Zoo-Code), and above all, > please stay involved, connected, and active as a community. > > _-Zoo Code Team_ ## Roo Code to Zoo Code migration You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/VxfP4Vx3gX) for this exact support, so if you are having problems or if you have question, jump on and ask. ## What's New in v3.58.0 - **Zoo Gateway** — connect through a managed gateway with multi-profile auth support - **Gemini 3.5 Flash** — a fast, capable Google model now available from your provider settings - **Semble embedding** — index your codebase locally with on-the-fly embeddings, no external API key required - **Configurable chat font size** and **VS Code integrated terminal shell override** - **GitHub-style alerts** rendered in the webview - **Configurable max output tokens** for GLM models - **WorkspacePathResolver** — reliable path handling across symlinked workspaces - Fix React crash from malformed follow-up suggestion mode - Fix OpenAI temperature being omitted when no custom value is set - Handle per-key failures during settings import - Security updates: mermaid v11.15.0, axios v1.16.0





More quick tutorial and feature videos...
## Resources - **[Documentation](https://docs.zoocode.dev):** The official guide to installing, configuring, and mastering Zoo Code. - **[YouTube Channel](https://youtube.com/@roocodeyt?feature=shared):** Watch tutorials and see features in action. - **[Discord Server](https://discord.gg/VxfP4Vx3gX):** Join the community for real-time help and discussion. - **[Reddit Community](https://www.reddit.com/r/ZooCode/):** Share your experiences and see what others are building. - **[GitHub Issues](https://github.com/Zoo-Code-Org/Zoo-Code/issues):** Report bugs and track development. - **[Feature Requests](https://github.com/Zoo-Code-Org/Zoo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop):** Have an idea? Share it with the developers. --- ## Local Setup & Development 1. **Clone** the repo: ```sh git clone https://github.com/Zoo-Code-Org/Zoo-Code.git ``` 2. **Install dependencies**: ```sh pnpm install ``` 3. **Run the extension**: There are several ways to run the Zoo Code extension: ### Development Mode (F5) For active development, use VSCode's built-in debugging: Press `F5` (or go to **Run** → **Start Debugging**) in VSCode. This will open a new VSCode window with the Zoo Code extension running. - Changes to the webview will appear immediately. - Changes to the core extension will also hot reload automatically. ### Automated VSIX Installation To build and install the extension as a VSIX package directly into VSCode: ```sh pnpm install:vsix [-y] [--editor=