You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Get help fast → [Join Discord](https://discord.gg/VxfP4Vx3gX) • Prefer async? → [Join r/ZooCode](https://www.reddit.com/r/ZooCode/)_
9
+
1
10
# Zoo Code for JetBrains
2
11
3
-
Run Zoo Code AI Assistant in JetBrains IDEs.
12
+
> Your AI-Powered Dev Team, Right in Your JetBrains IDE
13
+
14
+
Zoo Code for JetBrains brings the [Zoo Code](https://github.com/Zoo-Code-Org/Zoo-Code) AI coding assistant to IntelliJ-based IDEs. It runs the Zoo Code extension through a bundled extension host and integrates it with JetBrains editors, terminals, menus, and tool windows.
15
+
16
+
## We are Zoo Code
17
+
18
+
Zoo Code continues development of this project after the Roo team wound down active Roo Code work to focus on [Roomote](https://roomote.dev/). We thank the Roo team for everything they built.
19
+
20
+
The core Zoo Code team includes developers who previously contributed to Roo and care deeply about this plugin. We will continue to make model updates, fix bugs, release features, and listen closely to the community. Join us on [Discord](https://discord.gg/VxfP4Vx3gX), [Reddit](https://www.reddit.com/r/ZooCode/), or [open a pull request or issue](https://github.com/Zoo-Code-Org/Zoo-Code).
21
+
22
+
_- Zoo Code Team_
23
+
24
+
## Roo Code to Zoo Code migration
25
+
26
+
Migrating from Roo Code? See the [Roo → Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). If you need help during the transition, ask the community on [Discord](https://discord.gg/VxfP4Vx3gX) or [Reddit](https://www.reddit.com/r/ZooCode/).
27
+
28
+
## What's New in v3.70.0
29
+
30
+
-**OpenAI GPT-5.6 family** — Sol, Terra, and Luna are available through the OpenAI Codex and OpenAI Native provider paths.
31
+
-**Grok 4.5 support** — use xAI's latest flagship model, with improved reasoning-effort formatting for Grok 4 Mini.
32
+
-**Kenari provider support** — use an OpenAI-compatible AI gateway billed in Rupiah, with access to Claude, GPT, DeepSeek, GLM, Kimi, and more.
33
+
- Access context compaction and context-window progress from the collapsed task header.
34
+
- Fixes for terminal output loss and premature task completion on cold terminals.
35
+
- Live vision-capability detection for image attachments with Zoo Gateway and Vercel AI Gateway models.
36
+
- Dependency and tooling updates.
37
+
38
+
## What Can Zoo Code Do For You?
39
+
40
+
- Generate code from natural-language descriptions and specifications
41
+
- Adapt through Code, Architect, Ask, Debug, and Custom modes
42
+
- Refactor and debug existing code
43
+
- Write and update documentation
44
+
- Answer questions about your codebase
45
+
- Automate repetitive tasks
46
+
- Use Model Context Protocol (MCP) servers
47
+
48
+
## Modes
49
+
50
+
Zoo Code adapts to how you work:
51
+
52
+
-**Code Mode:** everyday coding, edits, and file operations
53
+
-**Architect Mode:** plan systems, specifications, and migrations
54
+
-**Ask Mode:** get fast answers, explanations, and documentation
55
+
-**Debug Mode:** trace issues, add logs, and isolate root causes
56
+
-**Custom Modes:** create specialized modes for your team or workflow
Zoo Code supports JetBrains IDEs based on the IntelliJ Platform, including:
63
+
64
+
- IntelliJ IDEA (Ultimate and Community)
65
+
- WebStorm
66
+
- PyCharm (Professional and Community)
67
+
- PhpStorm
68
+
- RubyMine
69
+
- CLion
70
+
- GoLand
71
+
- DataGrip
72
+
- Rider
73
+
- Android Studio **2026.1.4 or newer** (currently available as a preview)
74
+
75
+
The plugin targets IntelliJ Platform build **233** (JetBrains 2023.3) or newer. Android Studio requires version **2026.1.4 or newer** because that release includes the JCEF support required by Zoo Code. At present, Android Studio 2026.1.4 is available through the preview channel.
76
+
77
+
## Requirements
78
+
79
+
### Using the plugin
80
+
81
+
- A supported JetBrains IDE based on IntelliJ Platform build 233 or newer
82
+
- Android Studio 2026.1.4 or newer when using Android Studio; install a preview build until this version reaches the stable channel
83
+
- A JCEF-enabled IDE runtime, which Zoo Code requires to render its interface
84
+
- Node.js **20.6.0 or newer** available on your `PATH`
85
+
86
+
### Building from source
87
+
88
+
- Node.js 20.6.0 or newer and npm
89
+
- JDK 17 or newer
9
90
- Git
10
-
- curl or wget
11
-
- unzip
91
+
- Bash
92
+
-`curl` or `wget`
93
+
-`unzip`
12
94
13
-
## Build from Source
95
+
## Installation
96
+
97
+
### Install a release build
14
98
15
-
### Quick Build
99
+
1. Download the latest plugin ZIP from the [GitHub Releases](https://github.com/Zoo-Code-Org/Zoo-Code-Jetbrains/releases) page.
100
+
2. Open your JetBrains IDE.
101
+
3. Go to **Settings/Preferences → Plugins**.
102
+
4. Select the gear icon, then **Install Plugin from Disk...**.
103
+
5. Choose the downloaded `.zip` file.
104
+
6. Restart the IDE when prompted.
105
+
7. Open the **Zoo Code JetBrains** tool window from the right sidebar.
Download the [Zoo Code VSIX](https://marketplace.visualstudio.com/items?itemName=ZooCodeOrganization.zoo-code), extract it to `jetbrains_plugin/plugins/zoo-code/extension/`, and build with:
**Enjoy Zoo Code!** Whether you keep it on a short leash or let it roam autonomously, we cannot wait to see what you build. If you have questions or feature ideas, visit [Reddit](https://www.reddit.com/r/ZooCode/), join [Discord](https://discord.gg/VxfP4Vx3gX), or open an [issue](https://github.com/Zoo-Code-Org/Zoo-Code-Jetbrains/issues). Happy coding!
0 commit comments