diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ac259223..a5ab07af4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
# Zoo Code Changelog
+## [3.60.0]
+
+### Minor Changes
+
+- Add Claude Fable 5 support across Anthropic, Bedrock, and Vertex providers (PR #555 by @taltas)
+- Add OpenAI GPT-5.5 support (PR #537 by @scream4ik)
+- Add per-mode MCP server restrictions — configure an allowlist to restrict which MCP servers are active per mode (PR #453 by @simurg79)
+- Add workspace `rootResolution` setting for controlling path resolution in multi-root workspaces (PR #538 by @simurg79)
+- Add LiteLLM support for `reasoning_content` and `reasoning` fields in streaming responses (PR #449 by @daewoongoh)
+- Add Show Ripgrep Diagnostic command for easier ripgrep troubleshooting (PR #281 by @0xMink)
+- Redesign terminal profile settings UX — unified dropdown, consistent layout, and improved styling (#119 by @chenyuanrun, #321 by @F915, PR #533 by @F915)
+- Fix chat window running out of memory when transcript grows large (PR #153 by @app/roomote)
+- Fix relative symlinks in rules files not resolving correctly using realpath of parent directory (PR #442 by @p12tic)
+- Fix command approval buttons not clearing when auto-executed (PR #480 by @awschmeder)
+- Fix multi-line quoted command parsing, auto-approval behavior, and malformed-command error surfacing (PR #483 by @awschmeder)
+- Fix `list-files` tool to validate directory exists before spawning ripgrep (#557 by @edelauna, PR #558 by @edelauna)
+- Fix child tasks returning to parent when parent status is active in AttemptCompletionTool (PR #510 by @edelauna)
+- Fix surface in-stream errors from Zoo and Vercel AI gateways (PR #569 by @JamesRobert20)
+- Gate marketplace publish behind PR approval check (PR #516 by @edelauna)
+- Stabilize flaky e2e provider suite ordering and zai requestCapture race (#512 by @edelauna, #514 by @edelauna, PR #45 by @app/roomote)
+- Fix flaky e2e subtasks fixture collision and task identity prompt (#561, PR #563 by @simurg79)
+- Add contributing guidelines: PR expectations and AI-assisted contribution policy (PR #562 by @edelauna)
+- Configure knip and remove dead code (PR #225 by @app/roomote)
+- Pin dependencies (PR #423 by @app/renovate)
+
## [3.58.1]
### Patch Changes
diff --git a/README.md b/README.md
index 496ce8966..77c10484c 100644
--- a/README.md
+++ b/README.md
@@ -53,11 +53,11 @@
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
+## What's New in v3.60.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
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) and OpenAI GPT-5.5 are now available in your provider settings
+- **Per-mode MCP allowlists** — restrict which MCP servers are active for each mode using a new allowlist in your mode configuration
+- **Workspace rootResolution** — new setting to control how Zoo Code resolves file paths across roots in multi-root workspaces
- **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
@@ -89,7 +89,7 @@ for this exact support, so if you are having problems or if you have question, j
- [简体中文](locales/zh-CN/README.md)
- [繁體中文](locales/zh-TW/README.md)
- ...
-
+
---
diff --git a/locales/ca/README.md b/locales/ca/README.md
index 3be4ebb17..9028697b9 100644
--- a/locales/ca/README.md
+++ b/locales/ca/README.md
@@ -30,21 +30,11 @@
Pots trobar una guia ràpida per passar de Roo Code a Zoo Code a la [guia de migració Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Volem ajudar tant com puguem durant la transició, i per això tens el nostre [Reddit](https://www.reddit.com/r/ZooCode) i [Discord](https://discord.gg/VxfP4Vx3gX) per a aquest suport. Si tens problemes o alguna pregunta, entra i pregunta.
-## Novetats a la v3.58.0
-
-- **Zoo Gateway** — connecta't a través d'un gateway gestionat amb suport d'autenticació multi-perfil
-- **Gemini 3.5 Flash** — un model de Google ràpid i capaç, ara disponible des de la configuració del proveïdor
-- **Semble embedding** — indexa el teu codi localment sense cap clau d'API externa ni pujada de fitxers
-- **Mida de font del xat configurable** i **substitució del shell del terminal integrat del VS Code**
-- **Alertes en estil GitHub** renderitzades al webview
-- **Tokens de sortida màxims configurables** per als models GLM
-- **WorkspacePathResolver** — gestió fiable de rutes en espais de treball amb symlinks
-- Corregida la fallada de React causada per un mode de suggeriment de seguiment malformat
-- Corregida l'omissió de la temperatura d'OpenAI quan no hi ha cap valor personalitzat
-- Gestió de fallades per clau durant la importació de configuració
-- Actualitzacions de seguretat: mermaid v11.15.0, axios v1.16.0
+## Novetats a la v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) i OpenAI GPT-5.5 ara estan disponibles a la configuració del proveïdor
+- **Llistes d'accés MCP per mode** — restringeix quins servidors MCP estan actius per mode usant una llista d'accés a la configuració del mode
+- **rootResolution per a l'espai de treball** — nou ajust per controlar com Zoo Code resol les rutes d'arxiu entre arrels en espais de treball multi-arrel
## Què pot fer Zoo Code per TU?
diff --git a/locales/de/README.md b/locales/de/README.md
index 0e050f8dd..2e2727031 100644
--- a/locales/de/README.md
+++ b/locales/de/README.md
@@ -30,21 +30,11 @@
Eine kurze Anleitung für den Wechsel von Roo Code zu Zoo Code findest du im [Roo→Zoo-Migrationsleitfaden](https://docs.zoocode.dev/roo-to-zoo-migration). Wir wollen Nutzer beim Umstieg so gut wie möglich unterstützen, und genau dafür sind unser [Reddit](https://www.reddit.com/r/ZooCode) und [Discord](https://discord.gg/VxfP4Vx3gX) da. Wenn du Probleme hast oder Fragen auftauchen, komm vorbei und frag nach.
-## Neu in v3.58.0
-
-- **Zoo Gateway** — verbinde dich über ein verwaltetes Gateway mit Multi-Profil-Authentifizierung
-- **Gemini 3.5 Flash** — ein schnelles, leistungsstarkes Google-Modell, jetzt direkt in den Provider-Einstellungen verfügbar
-- **Semble-Einbettungen** — indexiere deine Codebasis lokal ohne externen API-Schlüssel oder Upload
-- **Konfigurierbarer Chat-Schriftgrad** und **VS Code integriertes Terminal Shell-Override**
-- **GitHub-ähnliche Hinweise** werden im Webview gerendert
-- **Konfigurierbare maximale Ausgabe-Tokens** für GLM-Modelle
-- **WorkspacePathResolver** — zuverlässige Pfadverarbeitung in Workspaces mit Symlinks
-- React-Absturz durch fehlerhafte Follow-up-Vorschlagsmodi behoben
-- Fehlendes OpenAI-Temperature-Parameter bei fehlendem benutzerdefinierten Wert korrigiert
-- Behandlung von Fehlern pro Schlüssel beim Importieren von Einstellungen
-- Sicherheitsupdates: mermaid v11.15.0, axios v1.16.0
+## Neu in v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) und OpenAI GPT-5.5 sind jetzt in den Anbieter-Einstellungen verfügbar
+- **MCP-Allowlists pro Modus** — schränke ein, welche MCP-Server pro Modus aktiv sind, mit einer Allowlist in der Moduskonfiguration
+- **Workspace-Einstellung rootResolution** — neue Einstellung zur Steuerung der Dateipfadauflösung in Multi-Root-Workspaces
## Was kann Zoo Code für DICH tun?
diff --git a/locales/es/README.md b/locales/es/README.md
index b4c448b31..f42477abf 100644
--- a/locales/es/README.md
+++ b/locales/es/README.md
@@ -30,21 +30,11 @@
Puedes encontrar una guía rápida para pasar de Roo Code a Zoo Code en la [guía de migración Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Queremos ayudar a los usuarios durante la transición, y para eso tenemos nuestro [Reddit](https://www.reddit.com/r/ZooCode) y [Discord](https://discord.gg/VxfP4Vx3gX). Si tienes problemas o alguna pregunta, entra y pregúntanos.
-## Novedades de la v3.58.0
-
-- **Zoo Gateway** — conéctate a través de un gateway gestionado con soporte de autenticación multi-perfil
-- **Gemini 3.5 Flash** — un modelo de Google rápido y capaz, ahora disponible desde la configuración del proveedor
-- **Semble embedding** — indexa tu código localmente sin clave de API externa ni subida de archivos
-- **Tamaño de fuente del chat configurable** y **sustitución del shell del terminal integrado de VS Code**
-- **Alertas en estilo GitHub** renderizadas en el webview
-- **Tokens de salida máximos configurables** para modelos GLM
-- **WorkspacePathResolver** — gestión fiable de rutas en espacios de trabajo con symlinks
-- Corregida la caída de React causada por un modo de sugerencia de seguimiento malformado
-- Corregida la omisión de la temperatura de OpenAI cuando no hay valor personalizado definido
-- Gestión de fallos por clave durante la importación de configuración
-- Actualizaciones de seguridad: mermaid v11.15.0, axios v1.16.0
+## Novedades de la v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) y OpenAI GPT-5.5 ya están disponibles en la configuración del proveedor
+- **Listas de permitidos de MCP por modo** — restringe qué servidores MCP están activos por modo con una lista de permitidos en la configuración del modo
+- **rootResolution para el espacio de trabajo** — nuevo ajuste para controlar la resolución de rutas de archivos en espacios de trabajo multi-raíz
## ¿Qué puede hacer Zoo Code por TI?
diff --git a/locales/fr/README.md b/locales/fr/README.md
index 33e0ad655..6e43a66bb 100644
--- a/locales/fr/README.md
+++ b/locales/fr/README.md
@@ -30,21 +30,11 @@
Tu peux trouver un guide rapide pour passer de Roo Code à Zoo Code dans le [guide de migration Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). On veut aider au maximum pendant la transition, et notre [Reddit](https://www.reddit.com/r/ZooCode) et notre [Discord](https://discord.gg/VxfP4Vx3gX) sont là pour ça. Si tu rencontres un problème ou si tu as une question, viens demander.
-## Nouveautés de la v3.58.0
-
-- **Zoo Gateway** — connecte-toi via un gateway géré avec support d'authentification multi-profil
-- **Gemini 3.5 Flash** — un modèle Google rapide et performant, désormais disponible dans les paramètres du fournisseur
-- **Semble embedding** — indexe ton code localement sans clé API externe ni téléversement
-- **Taille de police du chat configurable** et **substitution du shell du terminal intégré VS Code**
-- **Alertes de style GitHub** rendues dans le webview
-- **Tokens de sortie maximum configurables** pour les modèles GLM
-- **WorkspacePathResolver** — gestion fiable des chemins dans les espaces de travail avec symlinks
-- Correction du crash React causé par un mode de suggestion de suivi malformé
-- Correction de l'omission de la température OpenAI quand aucune valeur personnalisée n'est définie
-- Gestion des échecs par clé lors de l'importation des paramètres
-- Mises à jour de sécurité : mermaid v11.15.0, axios v1.16.0
+## Nouveautés de la v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) et OpenAI GPT-5.5 sont désormais disponibles dans les paramètres du fournisseur
+- **Listes d'autorisation MCP par mode** — restreins les serveurs MCP actifs par mode grâce à une liste d'autorisation dans la configuration du mode
+- **Paramètre rootResolution pour l'espace de travail** — nouveau réglage pour contrôler la résolution des chemins de fichiers dans les espaces de travail multi-racines
## Que peut faire Zoo Code pour VOUS ?
diff --git a/locales/hi/README.md b/locales/hi/README.md
index 73c0046c3..d5b0b1faf 100644
--- a/locales/hi/README.md
+++ b/locales/hi/README.md
@@ -30,21 +30,11 @@
Roo Code से Zoo Code में आने के लिए एक quick guide तुम्हें [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration) में मिल जाएगी। We plan to help users as much as possible during the transition, और उसी support के लिए हमारा [Reddit](https://www.reddit.com/r/ZooCode) और [Discord](https://discord.gg/VxfP4Vx3gX) है। अगर तुम्हें कोई problem हो या कोई question हो, आकर पूछो।
-## v3.58.0 में नया क्या है
-
-- **Zoo Gateway** — multi-profile auth support के साथ एक managed gateway के ज़रिए कनेक्ट करें
-- **Gemini 3.5 Flash** — एक तेज़ और सक्षम Google model, अब provider settings से सीधे उपलब्ध
-- **Semble embedding** — बिना external API key या upload के codebase को locally index करें
-- **Configurable chat font size** और **VS Code integrated terminal shell override**
-- Webview में **GitHub-style alerts** render होंगे
-- GLM models के लिए **configurable maximum output tokens**
-- **WorkspacePathResolver** — symlinks वाले workspaces में reliable path handling
-- Malformed follow-up suggestion mode से होने वाली React crash ठीक की गई
-- Custom value न होने पर OpenAI temperature के omit होने की समस्या ठीक की गई
-- Settings import के दौरान per-key failures को handle किया गया
-- Security updates: mermaid v11.15.0, axios v1.16.0
+## v3.60.0 में नया क्या है
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) और OpenAI GPT-5.5 अब provider settings में उपलब्ध हैं
+- **प्रति-मोड MCP allowlists** — mode configuration में allowlist का उपयोग करके प्रत्येक mode के लिए सक्रिय MCP servers को सीमित करें
+- **Workspace rootResolution सेटिंग** — multi-root workspaces में फ़ाइल पथ resolution को नियंत्रित करने के लिए नई सेटिंग
## Zoo Code आपके लिए क्या कर सकता है?
diff --git a/locales/id/README.md b/locales/id/README.md
index 50423f111..8eb12f181 100644
--- a/locales/id/README.md
+++ b/locales/id/README.md
@@ -30,21 +30,11 @@
Kamu bisa menemukan panduan singkat untuk berpindah dari Roo Code ke Zoo Code di [panduan migrasi Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Kami ingin membantu pengguna semaksimal mungkin selama masa transisi, dan itulah gunanya [Reddit](https://www.reddit.com/r/ZooCode) dan [Discord](https://discord.gg/VxfP4Vx3gX) kami. Kalau kamu mengalami masalah atau punya pertanyaan, langsung mampir dan tanya.
-## Yang Baru di v3.58.0
-
-- **Zoo Gateway** — hubungkan melalui gateway terkelola dengan dukungan autentikasi multi-profil
-- **Gemini 3.5 Flash** — model Google yang cepat dan andal, kini tersedia langsung dari pengaturan provider
-- **Semble embedding** — indeks kodebase secara lokal tanpa API key eksternal atau unggahan
-- **Ukuran font chat yang dapat dikonfigurasi** dan **penggantian shell terminal terintegrasi VS Code**
-- **Peringatan bergaya GitHub** dirender di webview
-- **Token output maksimum yang dapat dikonfigurasi** untuk model GLM
-- **WorkspacePathResolver** — penanganan path yang andal di workspace dengan symlink
-- Memperbaiki crash React dari mode saran tindak lanjut yang salah format
-- Memperbaiki temperature OpenAI yang dihilangkan saat tidak ada nilai kustom
-- Penanganan kegagalan per-kunci saat impor pengaturan
-- Pembaruan keamanan: mermaid v11.15.0, axios v1.16.0
+## Yang Baru di v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) dan OpenAI GPT-5.5 kini tersedia di pengaturan penyedia
+- **Allowlist MCP per mode** — batasi server MCP yang aktif per mode menggunakan allowlist baru di konfigurasi mode
+- **Pengaturan rootResolution workspace** — pengaturan baru untuk mengontrol resolusi path file di workspace multi-root
## Apa yang Bisa Zoo Code Lakukan Untuk ANDA?
diff --git a/locales/it/README.md b/locales/it/README.md
index 9ff255209..7f6fd3c8a 100644
--- a/locales/it/README.md
+++ b/locales/it/README.md
@@ -30,21 +30,11 @@
Puoi trovare una guida rapida per passare da Roo Code a Zoo Code nella [guida alla migrazione Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Vogliamo aiutare gli utenti il più possibile durante la transizione, e per questo abbiamo il nostro [Reddit](https://www.reddit.com/r/ZooCode) e il nostro [Discord](https://discord.gg/VxfP4Vx3gX). Se hai problemi o domande, passa pure e chiedi.
-## Novità in v3.58.0
-
-- **Zoo Gateway** — connettiti tramite un gateway gestito con supporto all'autenticazione multi-profilo
-- **Gemini 3.5 Flash** — un modello Google veloce e capace, ora disponibile nelle impostazioni del provider
-- **Semble embedding** — indicizza il tuo codebase localmente senza API key esterna né upload
-- **Dimensione del font della chat configurabile** e **sostituzione della shell del terminale integrato di VS Code**
-- **Avvisi in stile GitHub** resi nel webview
-- **Token di output massimi configurabili** per i modelli GLM
-- **WorkspacePathResolver** — gestione affidabile dei percorsi nei workspace con symlink
-- Corretto il crash di React causato da un modo di suggerimento di follow-up malformato
-- Corretta l'omissione della temperatura di OpenAI quando nessun valore personalizzato è impostato
-- Gestione dei fallimenti per chiave durante l'importazione delle impostazioni
-- Aggiornamenti di sicurezza: mermaid v11.15.0, axios v1.16.0
+## Novità in v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) e OpenAI GPT-5.5 sono ora disponibili nelle impostazioni del provider
+- **Allowlist MCP per modalità** — limita i server MCP attivi per modalità con una allowlist nella configurazione della modalità
+- **Impostazione rootResolution per il workspace** — nuova impostazione per controllare la risoluzione dei percorsi file nei workspace multi-root
## Cosa può fare Zoo Code per TE?
diff --git a/locales/ja/README.md b/locales/ja/README.md
index 48ead5d87..bf7fdde74 100644
--- a/locales/ja/README.md
+++ b/locales/ja/README.md
@@ -30,21 +30,11 @@
Roo Code から Zoo Code へ移行するためのクイックガイドは、[Roo→Zoo 移行ガイド](https://docs.zoocode.dev/roo-to-zoo-migration) で確認できます。移行中のユーザーをできるだけ支援したいと考えていて、そのために [Reddit](https://www.reddit.com/r/ZooCode) と [Discord](https://discord.gg/VxfP4Vx3gX) を用意しています。困ったことや質問があれば、気軽に参加して聞いてください。
-## v3.58.0 の新機能
-
-- **Zoo Gateway** — マルチプロファイル認証に対応したマネージドゲートウェイ経由で接続
-- **Gemini 3.5 Flash** — 高速で優れた Google モデルがプロバイダー設定から直接利用可能に
-- **Semble 埋め込み** — 外部 API キーやアップロード不要でコードベースをローカルにインデックス化
-- **チャットのフォントサイズ設定**と **VS Code 統合ターミナルのシェル上書き**
-- webview で **GitHub スタイルのアラート**をレンダリング
-- GLM モデル向けの**最大出力トークン設定**
-- **WorkspacePathResolver** — シンボリックリンクを含むワークスペースでの安定したパス処理
-- 不正な形式のフォローアップ提案モードによる React クラッシュを修正
-- カスタム値が未設定の場合に OpenAI の temperature が省略される問題を修正
-- 設定インポート時のキー別失敗を処理
-- セキュリティ更新: mermaid v11.15.0、axios v1.16.0
+## v3.60.0 の新機能
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5(Anthropic、Bedrock、Vertex)と OpenAI GPT-5.5 がプロバイダー設定で利用可能になりました
+- **モード別 MCP allowlist** — モード設定の allowlist を使用して、各モードで有効にする MCP サーバーを制限できます
+- **ワークスペース rootResolution 設定** — マルチルートワークスペースでのファイルパス解決方法を制御する新しい設定
## Zoo Codeがあなたのためにできること
diff --git a/locales/ko/README.md b/locales/ko/README.md
index e7502a5f1..cfcd1422e 100644
--- a/locales/ko/README.md
+++ b/locales/ko/README.md
@@ -30,21 +30,11 @@
Roo Code에서 Zoo Code로 옮겨오는 빠른 가이드는 [Roo→Zoo 마이그레이션 가이드](https://docs.zoocode.dev/roo-to-zoo-migration)에서 확인할 수 있어. 전환하는 동안 사용자들을 최대한 돕고 싶고, 바로 그 지원을 위해 [Reddit](https://www.reddit.com/r/ZooCode)와 [Discord](https://discord.gg/VxfP4Vx3gX)를 운영하고 있어. 문제가 있거나 궁금한 점이 있으면 들어와서 편하게 물어봐.
-## v3.58.0의 새로운 기능
-
-- **Zoo Gateway** — 멀티 프로필 인증을 지원하는 관리형 게이트웨이를 통해 연결하세요
-- **Gemini 3.5 Flash** — 빠르고 강력한 Google 모델이 이제 provider 설정에서 바로 사용 가능해요
-- **Semble 임베딩** — 외부 API 키나 업로드 없이 코드베이스를 로컬에서 인덱싱하세요
-- **채팅 폰트 크기 설정** 및 **VS Code 통합 터미널 셸 재정의** 기능 추가
-- 웹뷰에서 **GitHub 스타일 알림** 렌더링
-- GLM 모델을 위한 **최대 출력 토큰 설정** 기능
-- **WorkspacePathResolver** — 심볼릭 링크가 있는 워크스페이스에서 안정적인 경로 처리
-- 잘못된 후속 제안 모드로 인한 React 충돌 수정
-- 커스텀 값이 없을 때 OpenAI temperature가 생략되던 문제 수정
-- 설정 가져오기 중 키별 실패 처리
-- 보안 업데이트: mermaid v11.15.0, axios v1.16.0
+## v3.60.0의 새로운 기능
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5(Anthropic, Bedrock, Vertex)와 OpenAI GPT-5.5가 공급자 설정에서 이제 사용 가능합니다
+- **모드별 MCP allowlist** — 모드 설정의 allowlist를 사용하여 각 모드에서 활성화할 MCP 서버를 제한하세요
+- **워크스페이스 rootResolution 설정** — 멀티 루트 워크스페이스에서 파일 경로 해석 방식을 제어하는 새 설정
## Zoo Code가 당신을 위해 무엇을 할 수 있을까요?
diff --git a/locales/nl/README.md b/locales/nl/README.md
index d7b6ddc37..f07bd6bb7 100644
--- a/locales/nl/README.md
+++ b/locales/nl/README.md
@@ -30,21 +30,11 @@
Je vindt een korte handleiding voor de overstap van Roo Code naar Zoo Code in de [Roo→Zoo-migratiegids](https://docs.zoocode.dev/roo-to-zoo-migration). We willen gebruikers zo goed mogelijk helpen tijdens de overgang, en precies daarvoor zijn onze [Reddit](https://www.reddit.com/r/ZooCode) en [Discord](https://discord.gg/VxfP4Vx3gX) er. Als je ergens tegenaan loopt of vragen hebt, kom langs en vraag het.
-## Nieuw in v3.58.0
-
-- **Zoo Gateway** — verbinding via een beheerde gateway met ondersteuning voor multi-profiel authenticatie
-- **Gemini 3.5 Flash** — een snel en krachtig Google-model, nu direct beschikbaar via de provider-instellingen
-- **Semble-inbedding** — indexeer je codebase lokaal zonder externe API-sleutel of upload
-- **Configureerbare chatlettergrootte** en **VS Code geïntegreerde terminal shell-overschrijving**
-- **GitHub-stijl waarschuwingen** worden gerenderd in de webview
-- **Configureerbaar maximum aantal uitvoertokens** voor GLM-modellen
-- **WorkspacePathResolver** — betrouwbare padverwerking in workspaces met symlinks
-- React-crash door een onjuist geformatteerde follow-up suggestiemodus opgelost
-- Ontbrekende OpenAI-temperature bij geen aangepaste waarde gecorrigeerd
-- Verwerking van fouten per sleutel bij het importeren van instellingen
-- Beveiligingsupdates: mermaid v11.15.0, axios v1.16.0
+## Nieuw in v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) en OpenAI GPT-5.5 zijn nu beschikbaar in de providerinstellingen
+- **MCP-allowlists per modus** — beperk welke MCP-servers actief zijn per modus met een allowlist in de modusconfiguratie
+- **Workspace rootResolution-instelling** — nieuwe instelling voor het beheren van bestandspadresolutie in multi-root-workspaces
## Wat kan Zoo Code voor JOU doen?
diff --git a/locales/pl/README.md b/locales/pl/README.md
index 9d2fdd7fa..b5227853e 100644
--- a/locales/pl/README.md
+++ b/locales/pl/README.md
@@ -30,21 +30,11 @@
Szybki przewodnik po przejściu z Roo Code do Zoo Code znajdziesz w [przewodniku migracji Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Chcemy jak najlepiej pomagać użytkownikom w czasie przejścia i właśnie do tego służą nasze [Reddit](https://www.reddit.com/r/ZooCode) oraz [Discord](https://discord.gg/VxfP4Vx3gX). Jeśli masz problem albo pytanie, wpadaj i pytaj.
-## Nowości w v3.58.0
-
-- **Zoo Gateway** — połącz przez zarządzany gateway z obsługą uwierzytelniania wielu profili
-- **Gemini 3.5 Flash** — szybki i wydajny model Google, teraz dostępny bezpośrednio w ustawieniach dostawcy
-- **Semble embedding** — indeksuj bazę kodu lokalnie bez zewnętrznego klucza API ani przesyłania plików
-- **Konfigurowalna wielkość czcionki czatu** i **nadpisanie powłoki zintegrowanego terminala VS Code**
-- **Powiadomienia w stylu GitHub** renderowane w webview
-- **Konfigurowalna maksymalna liczba tokenów wyjściowych** dla modeli GLM
-- **WorkspacePathResolver** — niezawodna obsługa ścieżek w workspace'ach z dowiązaniami symbolicznymi
-- Naprawiono crash React spowodowany przez niepoprawny tryb sugestii follow-up
-- Naprawiono brak parametru temperature OpenAI bez niestandardowej wartości
-- Obsługa błędów per-klucz podczas importowania ustawień
-- Aktualizacje bezpieczeństwa: mermaid v11.15.0, axios v1.16.0
+## Nowości w v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) i OpenAI GPT-5.5 są teraz dostępne w ustawieniach dostawcy
+- **Allowlisty MCP per tryb** — ogranicz aktywne serwery MCP dla każdego trybu za pomocą allowlisty w konfiguracji trybu
+- **Ustawienie rootResolution dla workspace** — nowe ustawienie do kontrolowania rozwiązywania ścieżek plików w środowiskach wielokorzeniowych
## Co Zoo Code może zrobić dla CIEBIE?
diff --git a/locales/pt-BR/README.md b/locales/pt-BR/README.md
index ecdb50aa8..d19ee14fb 100644
--- a/locales/pt-BR/README.md
+++ b/locales/pt-BR/README.md
@@ -30,21 +30,11 @@
Você encontra um guia rápido para migrar do Roo Code para o Zoo Code no [guia de migração Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Queremos ajudar os usuários durante essa transição da melhor forma possível, e é exatamente para isso que temos nosso [Reddit](https://www.reddit.com/r/ZooCode) e nosso [Discord](https://discord.gg/VxfP4Vx3gX). Se você tiver algum problema ou dúvida, apareça por lá e pergunte.
-## Novidades na v3.58.0
-
-- **Zoo Gateway** — conecte-se por um gateway gerenciado com suporte a autenticação multi-perfil
-- **Gemini 3.5 Flash** — um modelo Google rápido e capaz, agora disponível nas configurações do provedor
-- **Semble embedding** — indexe sua base de código localmente sem chave de API externa nem upload
-- **Tamanho de fonte configurável no chat** e **substituição do shell do terminal integrado do VS Code**
-- **Alertas no estilo GitHub** renderizados no webview
-- **Tokens de saída máximos configuráveis** para modelos GLM
-- **WorkspacePathResolver** — tratamento confiável de caminhos em workspaces com symlinks
-- Corrigida falha do React causada por modo de sugestão de acompanhamento malformado
-- Corrigida omissão da temperatura do OpenAI quando nenhum valor personalizado está definido
-- Tratamento de falhas por chave durante a importação de configurações
-- Atualizações de segurança: mermaid v11.15.0, axios v1.16.0
+## Novidades na v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) e OpenAI GPT-5.5 já estão disponíveis nas configurações do provedor
+- **Allowlists de MCP por modo** — restrinja quais servidores MCP ficam ativos por modo com uma allowlist na configuração do modo
+- **Configuração rootResolution para workspace** — nova configuração para controlar a resolução de caminhos de arquivos em workspaces multi-root
## O que o Zoo Code pode fazer por VOCÊ?
diff --git a/locales/ru/README.md b/locales/ru/README.md
index 9e1f6735a..707e6b28f 100644
--- a/locales/ru/README.md
+++ b/locales/ru/README.md
@@ -30,21 +30,11 @@
Короткое руководство по переходу с Roo Code на Zoo Code можно найти в [гайде по миграции Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Мы хотим как можно лучше помочь пользователям во время перехода, и именно для этого у нас есть [Reddit](https://www.reddit.com/r/ZooCode) и [Discord](https://discord.gg/VxfP4Vx3gX). Если у тебя возникнут проблемы или вопросы, заходи и спрашивай.
-## Что нового в v3.58.0
-
-- **Zoo Gateway** — подключайся через управляемый шлюз с поддержкой аутентификации нескольких профилей
-- **Gemini 3.5 Flash** — быстрая и мощная модель Google, теперь доступна прямо из настроек провайдера
-- **Semble embedding** — индексируй кодовую базу локально без внешнего API-ключа и загрузки файлов
-- **Настраиваемый размер шрифта чата** и **замена оболочки встроенного терминала VS Code**
-- **Уведомления в стиле GitHub** отображаются в webview
-- **Настраиваемое максимальное количество выходных токенов** для моделей GLM
-- **WorkspacePathResolver** — надёжная обработка путей в рабочих пространствах с символическими ссылками
-- Исправлен сбой React из-за некорректного режима предложений для продолжения
-- Исправлено отсутствие параметра temperature в запросах OpenAI без пользовательского значения
-- Обработка ошибок по ключу при импорте настроек
-- Обновления безопасности: mermaid v11.15.0, axios v1.16.0
+## Что нового в v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) и OpenAI GPT-5.5 теперь доступны в настройках провайдера
+- **Allowlist MCP для каждого режима** — ограничивай активные MCP-серверы для каждого режима через allowlist в настройках режима
+- **Настройка rootResolution для рабочего пространства** — новая настройка для управления разрешением путей в мультикорневых рабочих пространствах
## Что Zoo Code может сделать для ВАС?
diff --git a/locales/tr/README.md b/locales/tr/README.md
index c9ee7eebf..0e51cf951 100644
--- a/locales/tr/README.md
+++ b/locales/tr/README.md
@@ -30,21 +30,11 @@
Roo Code'dan Zoo Code'a geçmek için hızlı bir rehberi [Roo→Zoo geçiş rehberinde](https://docs.zoocode.dev/roo-to-zoo-migration) bulabilirsin. Geçiş sürecinde kullanıcılara elimizden geldiğince yardımcı olmak istiyoruz ve bunun için [Reddit](https://www.reddit.com/r/ZooCode) ile [Discord](https://discord.gg/VxfP4Vx3gX) topluluklarımız var. Bir sorun yaşarsan ya da sorunun olursa gel ve sor.
-## v3.58.0'daki Yenilikler
-
-- **Zoo Gateway** — çok profilli kimlik doğrulama desteğiyle yönetilen bir gateway üzerinden bağlan
-- **Gemini 3.5 Flash** — hızlı ve güçlü bir Google modeli, artık doğrudan sağlayıcı ayarlarından kullanılabilir
-- **Semble embedding** — harici API anahtarı veya yükleme gerektirmeden kod tabanını yerel olarak indeksle
-- **Yapılandırılabilir sohbet yazı tipi boyutu** ve **VS Code tümleşik terminal shell geçersiz kılma**
-- Webview'de **GitHub stili uyarılar** görüntüleniyor
-- GLM modelleri için **yapılandırılabilir maksimum çıktı token sayısı**
-- **WorkspacePathResolver** — sembolik bağlantı içeren çalışma alanlarında güvenilir yol işleme
-- Hatalı biçimlendirilmiş takip öneri modundan kaynaklanan React çökmesi düzeltildi
-- Özel değer ayarlanmadığında OpenAI temperature'ının atlanması düzeltildi
-- Ayar içe aktarma sırasında anahtar başına başarısızlıkların işlenmesi
-- Güvenlik güncellemeleri: mermaid v11.15.0, axios v1.16.0
+## v3.60.0'daki Yenilikler
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) ve OpenAI GPT-5.5 artık sağlayıcı ayarlarında mevcut
+- **Mod başına MCP allowlist'leri** — mod yapılandırmasındaki allowlist ile her mod için aktif MCP sunucularını kısıtla
+- **Çalışma alanı rootResolution ayarı** — çok köklü çalışma alanlarında dosya yolu çözümlemesini kontrol eden yeni ayar
## Zoo Code SİZİN İçin Ne Yapabilir?
diff --git a/locales/vi/README.md b/locales/vi/README.md
index 3b05e8f6d..17a170b74 100644
--- a/locales/vi/README.md
+++ b/locales/vi/README.md
@@ -30,21 +30,11 @@
Bạn có thể xem hướng dẫn nhanh để chuyển từ Roo Code sang Zoo Code trong [hướng dẫn chuyển đổi Roo→Zoo](https://docs.zoocode.dev/roo-to-zoo-migration). Chúng tôi muốn hỗ trợ người dùng nhiều nhất có thể trong quá trình chuyển đổi, và đó chính là lý do chúng tôi có [Reddit](https://www.reddit.com/r/ZooCode) và [Discord](https://discord.gg/VxfP4Vx3gX). Nếu bạn gặp vấn đề hoặc có câu hỏi, cứ vào hỏi nhé.
-## Điểm mới trong v3.58.0
-
-- **Zoo Gateway** — kết nối qua một gateway được quản lý với hỗ trợ xác thực đa hồ sơ
-- **Gemini 3.5 Flash** — một mô hình Google nhanh và mạnh mẽ, giờ có thể truy cập trực tiếp từ cài đặt provider
-- **Semble embedding** — lập chỉ mục codebase cục bộ mà không cần API key bên ngoài hay tải lên
-- **Cỡ chữ chat có thể cấu hình** và **ghi đè shell terminal tích hợp VS Code**
-- **Cảnh báo kiểu GitHub** được hiển thị trong webview
-- **Số token đầu ra tối đa có thể cấu hình** cho các mô hình GLM
-- **WorkspacePathResolver** — xử lý đường dẫn đáng tin cậy trong workspace có symlink
-- Sửa lỗi crash React từ chế độ gợi ý tiếp theo bị lỗi định dạng
-- Sửa lỗi temperature OpenAI bị bỏ qua khi không có giá trị tùy chỉnh
-- Xử lý lỗi từng khóa khi nhập cài đặt
-- Cập nhật bảo mật: mermaid v11.15.0, axios v1.16.0
+## Điểm mới trong v3.60.0
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) và OpenAI GPT-5.5 hiện có trong cài đặt nhà cung cấp
+- **Allowlist MCP theo chế độ** — hạn chế máy chủ MCP nào hoạt động cho mỗi chế độ bằng allowlist trong cấu hình chế độ
+- **Cài đặt rootResolution cho không gian làm việc** — cài đặt mới kiểm soát cách phân giải đường dẫn tệp trong không gian làm việc nhiều gốc
## Zoo Code có thể làm gì cho BẠN?
diff --git a/locales/zh-CN/README.md b/locales/zh-CN/README.md
index 02aa73d6c..9f7b00ccb 100644
--- a/locales/zh-CN/README.md
+++ b/locales/zh-CN/README.md
@@ -30,24 +30,11 @@
你可以在 [Roo→Zoo 迁移指南](https://docs.zoocode.dev/roo-to-zoo-migration) 中找到从 Roo Code 迁移到 Zoo Code 的快速说明。我们希望在大家迁移过程中尽可能提供帮助,这也是我们设立 [Reddit](https://www.reddit.com/r/ZooCode) 和 [Discord](https://discord.gg/VxfP4Vx3gX) 社区的原因。如果你遇到问题或有任何疑问,欢迎加入后直接提问。
-## v3.58.0 新增内容
-
-- **Zoo Gateway** — 通过支持多配置身份验证的托管网关连接
-- **Gemini 3.5 Flash** — 快速强大的 Google 模型,现可直接在提供商设置中使用
-- **Semble 嵌入** — 无需外部 API 密钥或上传,在本地对代码库进行索引
-- **可配置的聊天字体大小**与 **VS Code 集成终端 Shell 覆盖**
-- 在 webview 中渲染 **GitHub 风格的提醒块**
-- GLM 模型的**最大输出 token 可配置**
-- **WorkspacePathResolver** — 在含符号链接的工作区中可靠地处理路径
-- 修复因格式错误的跟进建议模式导致的 React 崩溃
-- 修复未设置自定义值时 OpenAI temperature 被省略的问题
-- 处理设置导入时的逐键失败
-- 安全更新:mermaid v11.15.0、axios v1.16.0
-- 修复 VS Code 代码操作仍显示 Roo Code 品牌名称的问题;已本地化为所有支持的语言
-- 修复 Google Cloud 凭据字段收到文件路径时 Vertex AI 的错误警告
-- 六项安全依赖更新(diff、i18next-http-backend、fast-xml-parser、simple-git、uuid、turbo)
+## v3.60.0 新增内容
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5(Anthropic、Bedrock、Vertex)和 OpenAI GPT-5.5 现已在提供商设置中可用
+- **按模式的 MCP 允许列表** — 在模式配置中使用允许列表限制每个模式下活跃的 MCP 服务器
+- **工作区 rootResolution 设置** — 新设置,用于控制 Zoo Code 在多根工作区中解析文件路径的方式
## Zoo Code 能为您做什么?
diff --git a/locales/zh-TW/README.md b/locales/zh-TW/README.md
index 671895b02..cbb608b6e 100644
--- a/locales/zh-TW/README.md
+++ b/locales/zh-TW/README.md
@@ -30,21 +30,11 @@
你可以在 [Roo→Zoo 遷移指南](https://docs.zoocode.dev/roo-to-zoo-migration) 中找到從 Roo Code 遷移到 Zoo Code 的快速說明。我們希望在大家轉移過程中盡可能提供協助,這也是我們設立 [Reddit](https://www.reddit.com/r/ZooCode) 和 [Discord](https://discord.gg/VxfP4Vx3gX) 社群的原因。如果你遇到問題或有任何疑問,歡迎加入後直接提問。
-## v3.58.0 新功能
-
-- **Zoo Gateway** — 透過支援多設定檔驗證的託管閘道連線
-- **Gemini 3.5 Flash** — 快速且強大的 Google 模型,現可直接在供應商設定中使用
-- **Semble 嵌入** — 無需外部 API 金鑰或上傳,在本機對程式碼庫建立索引
-- **可設定的聊天字型大小**與 **VS Code 整合終端機 Shell 覆寫**
-- 在 webview 中渲染 **GitHub 風格的提醒區塊**
-- GLM 模型的**最大輸出 token 可設定**
-- **WorkspacePathResolver** — 在含符號連結的工作區中可靠地處理路徑
-- 修正因格式錯誤的後續建議模式導致的 React 崩潰
-- 修正未設定自訂值時 OpenAI temperature 被省略的問題
-- 處理設定匯入時的逐鍵失敗
-- 安全性更新:mermaid v11.15.0、axios v1.16.0
+## v3.60.0 新功能
----
+- **Fable 5 + GPT-5.5** — Claude Fable 5(Anthropic、Bedrock、Vertex)和 OpenAI GPT-5.5 現已在提供商設定中可用
+- **按模式的 MCP 允許清單** — 在模式設定中使用允許清單限制每個模式下活躍的 MCP 伺服器
+- **工作區 rootResolution 設定** — 新設定,用於控制 Zoo Code 在多根工作區中解析檔案路徑的方式
## Zoo Code 能為您做什麼?
diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts
index 18f7cef6d..dc19a58ce 100644
--- a/src/core/webview/ClineProvider.ts
+++ b/src/core/webview/ClineProvider.ts
@@ -193,7 +193,7 @@ export class ClineProvider
public isViewLaunched = false
public settingsImportedAt?: number
- public readonly latestAnnouncementId = "jun-2026-v3.58.0-zoo-gateway-gemini35flash-semble" // v3.58.0 Zoo Gateway, Gemini 3.5 Flash, Semble embedding
+ public readonly latestAnnouncementId = "jun-2026-v3.60.0-fable5-gpt55-mcp-allowlists-rootresolution" // v3.60.0 Fable 5, GPT-5.5, per-mode MCP allowlists, workspace rootResolution
public readonly providerSettingsManager: ProviderSettingsManager
public readonly customModesManager: CustomModesManager
diff --git a/src/package.json b/src/package.json
index 36580bc55..191f65b1b 100644
--- a/src/package.json
+++ b/src/package.json
@@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "ZooCodeOrganization",
- "version": "3.58.1",
+ "version": "3.60.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx
index 6e40675ec..0f05aa867 100644
--- a/webview-ui/src/components/chat/Announcement.tsx
+++ b/webview-ui/src/components/chat/Announcement.tsx
@@ -41,28 +41,6 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
{t("chat:announcement.title", { version: Package.version })}
- {/* Community Handoff Notice */}
-
-
- {t("chat:announcement.handoff.heading")}
-
-
- }} />
-
-
{
- e.preventDefault()
- vscode.postMessage({
- type: "openExternal",
- url: "https://www.zoocode.dev?utm_source=zoocode&utm_medium=announcement&utm_campaign=community_handoff",
- })
- }}>
- {t("chat:announcement.handoff.readMore")}
-
-
-
- {/* Regular Release Highlights */}
{t("chat:announcement.release.heading")}
diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json
index ff1aec2d6..a2b3a9f41 100644
--- a/webview-ui/src/i18n/locales/ca/chat.json
+++ b/webview-ui/src/i18n/locales/ca/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "S'ha publicat Zoo Code {{version}}",
"support": "Dona suport a Zoo Code fent-nos una estrella a GitHub.",
- "handoff": {
- "heading": "Roo Code ha tornat! Ara com a connector mantingut per la comunitat anomenat Zoo Code!!",
- "description": "Per si no ho havies seguit, l'equip de Roo Code ha anunciat fa poc que deixa de desenvolupar Roo Code i n'arxiva la feina feta. Però no pateixis: la comunitat ha fet un pas endavant per continuar el llegat de Roo Code amb un nom nou i una llar nova! Ja no som només un sol \"Roo\", som una comunitat, un \"Zoo\" si vols. Zoo Code és un connector mantingut per la comunitat que reprèn el camí on Roo Code ho va deixar, i ens comprometem a mantenir viu l'esperit de Roo mentre també hi incorporem funcions i millores noves. Volem donar un enorme agraïment a tot l'equip de Roo Code per la feina increïble que han fet i per haver creat una eina tan extraordinària per als desenvolupadors. Ens fa molta il·lusió continuar construint sobre la seva base i veure fins on porta la comunitat Zoo Code en el futur!",
- "readMore": "Mira la nova pàgina principal de Zoo Code i llegeix l'anunci complet"
- },
"release": {
"heading": "Novetats:",
- "highlight1": "Connecta't a través de Zoo Gateway — enruta les teves peticions a través d'un gateway gestionat amb suport d'autenticació multi-perfil.",
- "highlight2": "Utilitza Gemini 3.5 Flash — un model de Google ràpid i capaç, ara disponible directament des de la configuració del proveïdor.",
- "highlight3": "Indexa el teu codi localment amb Semble — embeddings en temps real sense necessitat de cap clau d'API externa ni pujada de fitxers, mantenint el teu codi a la teva màquina."
+ "highlight1": "Nous models d'IA — Claude Fable 5 a tots els proveïdors d'Anthropic i OpenAI GPT-5.5 ara estan disponibles a la configuració del proveïdor.",
+ "highlight2": "Llistes d'accés MCP per mode — restringeix quins servidors MCP estan actius per cada mode usant una nova llista d'accés a la configuració del mode.",
+ "highlight3": "Configuració rootResolution per a l'espai de treball — un nou ajust que controla com Zoo Code resol les rutes d'arxiu entre els arrels dels espais de treball multi-arrel."
},
"cloudAgents": {
"heading": "Novetats al núvol:",
diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json
index 37eb30d85..7731ba023 100644
--- a/webview-ui/src/i18n/locales/de/chat.json
+++ b/webview-ui/src/i18n/locales/de/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} veröffentlicht",
"support": "Bitte unterstütze Zoo Code, indem du uns auf GitHub einen Stern gibst.",
- "handoff": {
- "heading": "Roo Code ist zurück! Jetzt als Community-gepflegtes Plugin namens Zoo Code!!",
- "description": "Falls du es nicht mitbekommen hast: Das Roo Code Team hat vor Kurzem angekündigt, die Entwicklung von Roo Code einzustellen und die bisherige Arbeit zu archivieren. Aber keine Sorge: Die Community ist eingesprungen, um das Vermächtnis von Roo Code unter neuem Namen und in einem neuen Zuhause weiterzuführen! Wir sind nicht mehr nur ein einzelnes \"Roo\", sondern eine Community – ein \"Zoo\", wenn du so willst. Zoo Code ist ein Community-gepflegtes Plugin, das dort weitermacht, wo Roo Code aufgehört hat. Wir wollen den Geist von Roo bewahren und gleichzeitig neue Funktionen und Verbesserungen einführen. Dem gesamten Roo Code Team gilt ein riesiges Dankeschön für die unglaubliche Arbeit und dafür, dass es so ein großartiges Tool für Entwickler geschaffen hat. Wir freuen uns darauf, auf diesem Fundament weiterzubauen und zu sehen, wohin die Community Zoo Code in Zukunft führt!",
- "readMore": "Sieh dir die neue Zoo Code Startseite an und lies die vollständige Ankündigung"
- },
"release": {
"heading": "Was ist neu:",
- "highlight1": "Verbinde dich über Zoo Gateway — leite deine Anfragen über ein verwaltetes Gateway mit Multi-Profil-Authentifizierung.",
- "highlight2": "Nutze Gemini 3.5 Flash — ein schnelles, leistungsstarkes Google-Modell, jetzt direkt in den Provider-Einstellungen verfügbar.",
- "highlight3": "Indexiere deine Codebasis lokal mit Semble — On-the-fly-Embeddings ohne externen API-Schlüssel oder Upload, dein Code bleibt auf deiner Maschine."
+ "highlight1": "Neue KI-Modelle — Claude Fable 5 für alle Anthropic-Anbieter und OpenAI GPT-5.5 sind jetzt in deinen Anbieter-Einstellungen verfügbar.",
+ "highlight2": "MCP-Allowlists pro Modus — schränke ein, welche MCP-Server pro Modus aktiv sind, mit einer neuen Allowlist in deiner Moduskonfiguration.",
+ "highlight3": "Workspace-Einstellung rootResolution — eine neue Einstellung, die steuert, wie Zoo Code Dateipfade über Wurzeln in Multi-Root-Workspaces auflöst."
},
"cloudAgents": {
"heading": "Neu in der Cloud:",
diff --git a/webview-ui/src/i18n/locales/en/chat.json b/webview-ui/src/i18n/locales/en/chat.json
index 7332f6563..c944e3d6e 100644
--- a/webview-ui/src/i18n/locales/en/chat.json
+++ b/webview-ui/src/i18n/locales/en/chat.json
@@ -350,16 +350,11 @@
"announcement": {
"title": "Zoo Code {{version}} Released",
"support": "Please support Zoo Code by starring us on GitHub.",
- "handoff": {
- "heading": "Roo Code is back! Now as a community-maintained plugin called Zoo Code!!",
- "description": "If you haven't been following, the Roo Code team recently announced they are sun setting the development of Roo Code and are archiving the work they have done. But fear not, the community has stepped up to continue the legacy of Roo Code with a new name and a new home! We are not just a single \"Roo\" anymore, we are a community, a \"Zoo\" if you will, Zoo Code is a community-maintained plugin that picks up where Roo Code left off, and we're committed to keeping the spirit of Roo alive while also introducing new features and improvements. We want to give a huge shoutout to the entire Roo Code team for their incredible work and for creating such an amazing tool for developers. We're excited to continue building on their foundation and to see where the community takes Zoo Code in the future!",
- "readMore": "See the new home page of Zoo Code and read the full announcement"
- },
"release": {
"heading": "What's New:",
- "highlight1": "Connect through Zoo Gateway — route your requests through a managed gateway with multi-profile auth support.",
- "highlight2": "Use Gemini 3.5 Flash — a fast, capable Google model now available directly from your provider settings.",
- "highlight3": "Index your codebase locally with Semble — on-the-fly embeddings with no external API key or upload required, keeping your code on your machine."
+ "highlight1": "New AI models — Claude Fable 5 across all Anthropic providers and OpenAI GPT-5.5 are now available in your provider settings.",
+ "highlight2": "Per-mode MCP allowlists — restrict which MCP servers are active for each mode using a new allowlist in your mode configuration.",
+ "highlight3": "Workspace rootResolution — a new setting that controls how Zoo Code resolves file paths across roots in multi-root workspaces."
},
"cloudAgents": {
"heading": "New in the Cloud:",
diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json
index 24978bc49..8c89e5386 100644
--- a/webview-ui/src/i18n/locales/es/chat.json
+++ b/webview-ui/src/i18n/locales/es/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} publicado",
"support": "Apoya a Zoo Code dándonos una estrella en GitHub.",
- "handoff": {
- "heading": "¡Roo Code ha vuelto! Ahora como un plugin mantenido por la comunidad llamado Zoo Code!!",
- "description": "Si no has estado al tanto, el equipo de Roo Code anunció recientemente que va a dejar de desarrollar Roo Code y archivará el trabajo realizado. Pero no te preocupes: la comunidad ha dado un paso al frente para continuar el legado de Roo Code con un nuevo nombre y un nuevo hogar. Ya no somos solo un \"Roo\", somos una comunidad, un \"Zoo\", si quieres verlo así. Zoo Code es un plugin mantenido por la comunidad que continúa donde Roo Code lo dejó, y estamos comprometidos a mantener vivo el espíritu de Roo mientras introducimos nuevas funciones y mejoras. Queremos dar un enorme agradecimiento a todo el equipo de Roo Code por su increíble trabajo y por crear una herramienta tan increíble para desarrolladores. Nos entusiasma seguir construyendo sobre sus cimientos y ver hasta dónde lleva la comunidad a Zoo Code en el futuro.",
- "readMore": "Visita la nueva página principal de Zoo Code y lee el anuncio completo"
- },
"release": {
"heading": "Novedades:",
- "highlight1": "Conéctate a través de Zoo Gateway — enruta tus solicitudes a través de un gateway gestionado con soporte de autenticación multi-perfil.",
- "highlight2": "Usa Gemini 3.5 Flash — un modelo de Google rápido y capaz, ahora disponible directamente desde la configuración del proveedor.",
- "highlight3": "Indexa tu código localmente con Semble — embeddings en tiempo real sin necesidad de clave de API externa ni subida de archivos, manteniendo tu código en tu máquina."
+ "highlight1": "Nuevos modelos de IA — Claude Fable 5 en todos los proveedores de Anthropic y OpenAI GPT-5.5 ya están disponibles en la configuración del proveedor.",
+ "highlight2": "Listas de permitidos de MCP por modo — restringe qué servidores MCP están activos por modo con una nueva lista de permitidos en la configuración del modo.",
+ "highlight3": "Ajuste rootResolution para el espacio de trabajo — un nuevo ajuste que controla cómo Zoo Code resuelve las rutas de archivos en espacios de trabajo multi-raíz."
},
"cloudAgents": {
"heading": "Novedades en la Nube:",
diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json
index 52c990355..be05943b6 100644
--- a/webview-ui/src/i18n/locales/fr/chat.json
+++ b/webview-ui/src/i18n/locales/fr/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} est disponible",
"support": "Soutiens Zoo Code en nous donnant une étoile sur GitHub.",
- "handoff": {
- "heading": "Roo Code est de retour ! Désormais comme plugin maintenu par la communauté sous le nom Zoo Code !!",
- "description": "Si tu n'as pas suivi, l'équipe Roo Code a récemment annoncé qu'elle arrêtait le développement de Roo Code et archivait le travail accompli. Mais pas de panique : la communauté a pris le relais pour faire vivre l'héritage de Roo Code avec un nouveau nom et un nouveau foyer ! Nous ne sommes plus juste un seul « Roo », nous sommes une communauté, un « Zoo » si tu veux. Zoo Code est un plugin maintenu par la communauté qui reprend là où Roo Code s'est arrêté, et nous nous engageons à préserver l'esprit de Roo tout en ajoutant de nouvelles fonctionnalités et améliorations. Nous voulons adresser un immense merci à toute l'équipe Roo Code pour son travail incroyable et pour avoir créé un outil aussi formidable pour les développeurs. Nous sommes ravis de poursuivre sur leurs bases et de voir jusqu'où la communauté mènera Zoo Code.",
- "readMore": "Voir la nouvelle page d'accueil de Zoo Code et lire l'annonce complète"
- },
"release": {
"heading": "Nouveautés :",
- "highlight1": "Connecte-toi via Zoo Gateway — achemine tes requêtes à travers un gateway géré avec support d'authentification multi-profil.",
- "highlight2": "Utilise Gemini 3.5 Flash — un modèle Google rapide et performant, désormais disponible directement dans les paramètres du fournisseur.",
- "highlight3": "Indexe ton code localement avec Semble — embeddings à la volée sans clé API externe ni téléversement, ton code reste sur ta machine."
+ "highlight1": "Nouveaux modèles d'IA — Claude Fable 5 pour tous les fournisseurs Anthropic et OpenAI GPT-5.5 sont désormais disponibles dans les paramètres du fournisseur.",
+ "highlight2": "Listes d'autorisation MCP par mode — restreins les serveurs MCP actifs par mode grâce à une nouvelle liste d'autorisation dans la configuration du mode.",
+ "highlight3": "Paramètre rootResolution pour l'espace de travail — un nouveau réglage qui contrôle la résolution des chemins de fichiers dans les espaces de travail multi-racines."
},
"cloudAgents": {
"heading": "Nouveautés dans le Cloud :",
diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json
index 7b2049a14..8fada4e51 100644
--- a/webview-ui/src/i18n/locales/hi/chat.json
+++ b/webview-ui/src/i18n/locales/hi/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} रिलीज़ हो गया",
"support": "कृपया GitHub पर हमें स्टार देकर Zoo Code का समर्थन करें।",
- "handoff": {
- "heading": "Roo Code वापस आ गया है! अब Zoo Code नाम के community-maintained plugin के रूप में!!",
- "description": "अगर आपने हाल की खबर नहीं देखी, तो Roo Code टीम ने हाल ही में घोषणा की कि वे Roo Code का विकास बंद कर रहे हैं और अब तक किए गए काम को archive कर रहे हैं। लेकिन चिंता मत करें, community नए नाम और नए घर के साथ Roo Code की विरासत को आगे बढ़ाने के लिए आगे आई है! अब हम सिर्फ एक \"Roo\" नहीं हैं, हम एक community हैं — अगर चाहो तो एक \"Zoo\"। Zoo Code एक community-maintained plugin है जो वहीं से आगे बढ़ता है जहाँ Roo Code रुका था, और हम Roo की भावना को ज़िंदा रखते हुए नई सुविधाएँ और सुधार लाने के लिए प्रतिबद्ध हैं। हम पूरी Roo Code टीम को उनके शानदार काम और डेवलपर्स के लिए इतना बेहतरीन tool बनाने के लिए दिल से धन्यवाद देना चाहते हैं। हम उनकी बनाई नींव पर आगे निर्माण करने और यह देखने के लिए उत्साहित हैं कि community Zoo Code को आगे कहाँ ले जाती है!",
- "readMore": "Zoo Code का नया होम पेज देखें और पूरी घोषणा पढ़ें"
- },
"release": {
"heading": "नया क्या है:",
- "highlight1": "Zoo Gateway से कनेक्ट करें — अपने requests को multi-profile auth support के साथ एक managed gateway के ज़रिए route करें।",
- "highlight2": "Gemini 3.5 Flash उपयोग करें — एक तेज़ और सक्षम Google model, अब सीधे provider settings से उपलब्ध।",
- "highlight3": "Semble के साथ अपना codebase locally index करें — बिना किसी external API key या upload के on-the-fly embeddings, आपका code आपकी machine पर ही रहता है।"
+ "highlight1": "नए AI मॉडल — Claude Fable 5 सभी Anthropic providers पर और OpenAI GPT-5.5 अब आपके provider settings में उपलब्ध हैं।",
+ "highlight2": "प्रति-मोड MCP allowlists — mode configuration में नई allowlist का उपयोग करके प्रत्येक mode के लिए सक्रिय MCP servers को सीमित करें।",
+ "highlight3": "Workspace rootResolution सेटिंग — एक नई सेटिंग जो नियंत्रित करती है कि Zoo Code multi-root workspaces में फ़ाइल पथों को कैसे resolve करता है।"
},
"cloudAgents": {
"heading": "क्लाउड में नया:",
diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json
index 75fc021e8..abff02239 100644
--- a/webview-ui/src/i18n/locales/id/chat.json
+++ b/webview-ui/src/i18n/locales/id/chat.json
@@ -360,16 +360,11 @@
"announcement": {
"title": "Zoo Code {{version}} Dirilis",
"support": "Dukung Zoo Code dengan memberi kami bintang di GitHub.",
- "handoff": {
- "heading": "Roo Code kembali! Sekarang sebagai plugin yang dikelola komunitas bernama Zoo Code!!",
- "description": "Kalau kamu belum mengikuti kabarnya, tim Roo Code baru-baru ini mengumumkan bahwa mereka menghentikan pengembangan Roo Code dan mengarsipkan pekerjaan yang telah mereka lakukan. Tapi jangan khawatir, komunitas telah melangkah maju untuk melanjutkan warisan Roo Code dengan nama baru dan rumah baru! Kita bukan lagi satu \"Roo\" saja, kita adalah sebuah komunitas, sebuah \"Zoo\" kalau boleh dibilang. Zoo Code adalah plugin yang dikelola komunitas dan melanjutkan dari titik terakhir Roo Code, dan kami berkomitmen menjaga semangat Roo tetap hidup sambil menghadirkan fitur dan peningkatan baru. Kami juga ingin memberi apresiasi besar kepada seluruh tim Roo Code atas kerja luar biasa mereka dan karena telah menciptakan alat yang luar biasa untuk para developer. Kami antusias melanjutkan fondasi mereka dan melihat ke mana komunitas akan membawa Zoo Code ke depannya!",
- "readMore": "Lihat halaman beranda baru Zoo Code dan baca pengumuman lengkapnya"
- },
"release": {
"heading": "Yang Baru:",
- "highlight1": "Hubungkan melalui Zoo Gateway — arahkan permintaanmu melalui gateway terkelola dengan dukungan autentikasi multi-profil.",
- "highlight2": "Gunakan Gemini 3.5 Flash — model Google yang cepat dan andal, kini tersedia langsung dari pengaturan provider.",
- "highlight3": "Indeks kodebasemu secara lokal dengan Semble — embedding on-the-fly tanpa API key eksternal atau unggahan, kodemu tetap di mesinmu."
+ "highlight1": "Model AI baru — Claude Fable 5 di semua penyedia Anthropic dan OpenAI GPT-5.5 kini tersedia di pengaturan penyedia kamu.",
+ "highlight2": "Allowlist MCP per mode — batasi server MCP mana yang aktif untuk setiap mode menggunakan allowlist baru di konfigurasi mode kamu.",
+ "highlight3": "Pengaturan rootResolution workspace — pengaturan baru yang mengontrol cara Zoo Code menyelesaikan path file di workspace multi-root."
},
"cloudAgents": {
"heading": "Baru di Cloud:",
diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json
index d3b1674e9..77d3a870b 100644
--- a/webview-ui/src/i18n/locales/it/chat.json
+++ b/webview-ui/src/i18n/locales/it/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Rilasciato Zoo Code {{version}}",
"support": "Sostieni Zoo Code lasciandoci una stella su GitHub.",
- "handoff": {
- "heading": "Roo Code è tornato! Ora come plugin mantenuto dalla community chiamato Zoo Code!!",
- "description": "Se non l'hai seguito, il team di Roo Code ha annunciato di recente che interromperà lo sviluppo di Roo Code e archivierà il lavoro svolto. Ma niente paura: la community si è fatta avanti per continuare l'eredità di Roo Code con un nuovo nome e una nuova casa! Non siamo più solo un singolo \"Roo\", ma una community, uno \"Zoo\" se vuoi. Zoo Code è un plugin mantenuto dalla community che riprende da dove Roo Code si era fermato, e ci impegniamo a mantenere vivo lo spirito di Roo introducendo anche nuove funzionalità e miglioramenti. Vogliamo ringraziare di cuore tutto il team di Roo Code per il lavoro incredibile e per aver creato uno strumento così straordinario per gli sviluppatori. Siamo entusiasti di continuare a costruire sulla loro base e di vedere dove la community porterà Zoo Code in futuro!",
- "readMore": "Vai alla nuova home page di Zoo Code e leggi l'annuncio completo"
- },
"release": {
"heading": "Novità:",
- "highlight1": "Connettiti tramite Zoo Gateway — instrada le tue richieste attraverso un gateway gestito con supporto all'autenticazione multi-profilo.",
- "highlight2": "Usa Gemini 3.5 Flash — un modello Google veloce e capace, ora disponibile direttamente dalle impostazioni del provider.",
- "highlight3": "Indicizza il tuo codebase localmente con Semble — embedding on-the-fly senza API key esterna né upload, il tuo codice rimane sulla tua macchina."
+ "highlight1": "Nuovi modelli AI — Claude Fable 5 per tutti i provider Anthropic e OpenAI GPT-5.5 sono ora disponibili nelle impostazioni del provider.",
+ "highlight2": "Allowlist MCP per modalità — limita i server MCP attivi per ogni modalità usando una nuova allowlist nella configurazione della modalità.",
+ "highlight3": "Impostazione rootResolution per il workspace — una nuova impostazione che controlla come Zoo Code risolve i percorsi file nei workspace multi-root."
},
"cloudAgents": {
"heading": "Novità nel Cloud:",
diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json
index dc8a555e0..ae01fb5aa 100644
--- a/webview-ui/src/i18n/locales/ja/chat.json
+++ b/webview-ui/src/i18n/locales/ja/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} リリース",
"support": "GitHubでスターを付けて Zoo Code を応援してください。",
- "handoff": {
- "heading": "Roo Code が帰ってきた!今度はコミュニティメンテナンスのプラグイン、Zoo Code です!!",
- "description": "まだ追えていない方のために言うと、Roo Code チームは最近、Roo Code の開発を終了し、これまでの成果をアーカイブすると発表しました。でも心配はいりません。コミュニティが新しい名前と新しい拠点のもとで、Roo Code のレガシーを引き継ぐために立ち上がりました! もう私たちは 1 匹の「Roo」ではなく、いわば「Zoo」というコミュニティです。Zoo Code は Roo Code が残したところを引き継ぐコミュニティメンテナンスのプラグインで、Roo の精神を大切にしながら、新機能や改善も加えていくことを約束します。開発者のための素晴らしいツールを生み出してくれた Roo Code チーム全員に、心から大きな感謝を伝えたいです。彼らの土台の上にさらに築いていき、これからコミュニティが Zoo Code をどこまで育てていくのかを見るのが楽しみです!",
- "readMore": "Zoo Code の新しいホームページを見て、完全なお知らせを読む"
- },
"release": {
"heading": "新機能:",
- "highlight1": "Zoo Gateway で接続 — マルチプロファイル認証に対応したマネージドゲートウェイを通じてリクエストをルーティングできます。",
- "highlight2": "Gemini 3.5 Flash を使用 — 高速で優れた Google モデルが、プロバイダー設定から直接利用できるようになりました。",
- "highlight3": "Semble でコードベースをローカルにインデックス化 — 外部 API キーやアップロード不要でオンザフライの埋め込みを生成し、コードはあなたのマシンに保持されます。"
+ "highlight1": "新しい AI モデル — すべての Anthropic プロバイダーで Claude Fable 5、OpenAI GPT-5.5 がプロバイダー設定で利用可能になりました。",
+ "highlight2": "モード別 MCP allowlist — モード設定の新しい allowlist を使用して、各モードで有効にする MCP サーバーを制限できます。",
+ "highlight3": "ワークスペース rootResolution 設定 — マルチルートワークスペースでのファイルパス解決方法を制御する新しい設定です。"
},
"cloudAgents": {
"heading": "クラウドの新機能:",
diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json
index 15bfb4662..c7a4132aa 100644
--- a/webview-ui/src/i18n/locales/ko/chat.json
+++ b/webview-ui/src/i18n/locales/ko/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} 출시",
"support": "GitHub에서 별표를 눌러 Zoo Code를 응원해 주세요.",
- "handoff": {
- "heading": "Roo Code가 돌아왔습니다! 이제 커뮤니티가 유지 관리하는 플러그인 Zoo Code입니다!!",
- "description": "최근 소식을 못 보셨다면, Roo Code 팀이 Roo Code 개발을 종료하고 지금까지의 작업을 아카이브하겠다고 발표했어요. 하지만 걱정하지 마세요. 커뮤니티가 나서서 Roo Code의 유산을 새로운 이름과 새로운 터전에서 이어가고 있어요! 이제 우리는 더 이상 하나의 \"Roo\"가 아니라, 말 그대로 하나의 커뮤니티, 즉 \"Zoo\"입니다. Zoo Code는 Roo Code가 멈춘 지점에서 이어받는 커뮤니티 유지 관리 플러그인이며, Roo의 정신을 지키면서도 새로운 기능과 개선 사항을 계속 추가해 나가겠습니다. 개발자들에게 이렇게 훌륭한 도구를 만들어 준 Roo Code 팀 전체에 진심으로 큰 감사를 전합니다. 그들이 만든 기반 위에 계속해서 쌓아 올리고, 앞으로 커뮤니티가 Zoo Code를 어디까지 발전시킬지 정말 기대하고 있습니다!",
- "readMore": "Zoo Code의 새 홈페이지에서 전체 공지를 읽어보세요"
- },
"release": {
"heading": "새로운 기능:",
- "highlight1": "Zoo Gateway로 연결하세요 — 멀티 프로필 인증을 지원하는 관리형 게이트웨이를 통해 요청을 라우팅할 수 있어요.",
- "highlight2": "Gemini 3.5 Flash를 사용하세요 — 빠르고 강력한 Google 모델이 이제 provider 설정에서 바로 사용 가능해요.",
- "highlight3": "Semble로 코드베이스를 로컬에서 인덱싱하세요 — 외부 API 키나 업로드 없이 온더플라이 임베딩을 생성하고, 코드는 내 머신에 그대로 남아요."
+ "highlight1": "새 AI 모델 — 모든 Anthropic 공급자에서 Claude Fable 5와 OpenAI GPT-5.5를 공급자 설정에서 이제 사용할 수 있습니다.",
+ "highlight2": "모드별 MCP allowlist — 모드 설정의 새 allowlist를 사용하여 각 모드에서 활성화할 MCP 서버를 제한하세요.",
+ "highlight3": "워크스페이스 rootResolution 설정 — 멀티 루트 워크스페이스에서 Zoo Code가 파일 경로를 해석하는 방식을 제어하는 새 설정입니다."
},
"cloudAgents": {
"heading": "클라우드의 새로운 기능:",
diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json
index 8c64734f0..486c16f0d 100644
--- a/webview-ui/src/i18n/locales/nl/chat.json
+++ b/webview-ui/src/i18n/locales/nl/chat.json
@@ -304,16 +304,11 @@
"announcement": {
"title": "Zoo Code {{version}} uitgebracht",
"support": "Steun Zoo Code door ons een ster te geven op GitHub.",
- "handoff": {
- "heading": "Roo Code is terug! Nu als een door de community onderhouden plugin genaamd Zoo Code!!",
- "description": "Als je het gemist hebt: het Roo Code-team heeft onlangs aangekondigd dat het de ontwikkeling van Roo Code afbouwt en het bestaande werk archiveert. Maar geen zorgen: de community is opgestaan om de erfenis van Roo Code voort te zetten met een nieuwe naam en een nieuw thuis. We zijn niet langer slechts één \"Roo\", maar een community — een \"Zoo\", zogezegd. Zoo Code is een door de community onderhouden plugin die verdergaat waar Roo Code ophield, en we zetten ons ervoor in om de geest van Roo levend te houden terwijl we ook nieuwe functies en verbeteringen introduceren. We willen het hele Roo Code-team enorm bedanken voor hun geweldige werk en voor het maken van zo'n fantastisch hulpmiddel voor ontwikkelaars. We kijken ernaar uit om verder te bouwen op hun fundament en te zien waar de community Zoo Code in de toekomst naartoe brengt!",
- "readMore": "Bekijk de nieuwe homepage van Zoo Code en lees de volledige aankondiging"
- },
"release": {
"heading": "Wat is nieuw:",
- "highlight1": "Verbinding via Zoo Gateway — stuur je verzoeken via een beheerde gateway met ondersteuning voor multi-profiel authenticatie.",
- "highlight2": "Gebruik Gemini 3.5 Flash — een snel en krachtig Google-model, nu direct beschikbaar via de provider-instellingen.",
- "highlight3": "Indexeer je codebase lokaal met Semble — on-the-fly embeddings zonder externe API-sleutel of upload, je code blijft op je eigen machine."
+ "highlight1": "Nieuwe AI-modellen — Claude Fable 5 voor alle Anthropic-providers en OpenAI GPT-5.5 zijn nu beschikbaar in je providerinstellingen.",
+ "highlight2": "MCP-allowlists per modus — beperk welke MCP-servers actief zijn per modus met een nieuwe allowlist in je modusconfiguratie.",
+ "highlight3": "Workspace rootResolution-instelling — een nieuwe instelling die bepaalt hoe Zoo Code bestandspaden oplost in multi-root-workspaces."
},
"cloudAgents": {
"heading": "Nieuw in de Cloud:",
diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json
index ce8117d7b..9f79f3da9 100644
--- a/webview-ui/src/i18n/locales/pl/chat.json
+++ b/webview-ui/src/i18n/locales/pl/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} wydany",
"support": "Wesprzyj Zoo Code, dając nam gwiazdkę na GitHub.",
- "handoff": {
- "heading": "Roo Code wraca! Teraz jako wtyczka utrzymywana przez społeczność pod nazwą Zoo Code!!",
- "description": "Jeśli nie jesteś na bieżąco, zespół Roo Code niedawno ogłosił, że wygasza rozwój Roo Code i archiwizuje dotychczasową pracę. Ale bez obaw — społeczność ruszyła do działania, aby kontynuować dziedzictwo Roo Code pod nową nazwą i w nowym domu! Nie jesteśmy już tylko jednym „Roo” — jesteśmy społecznością, czyli „Zoo”, jeśli wolisz. Zoo Code to wtyczka utrzymywana przez społeczność, która przejmuje pałeczkę tam, gdzie Roo Code skończył, i zobowiązujemy się zachować ducha Roo, jednocześnie wprowadzając nowe funkcje i ulepszenia. Chcemy też ogromnie podziękować całemu zespołowi Roo Code za ich niesamowitą pracę i stworzenie tak świetnego narzędzia dla deweloperów. Cieszymy się, że możemy rozwijać ich dorobek i zobaczyć, dokąd społeczność zaprowadzi Zoo Code w przyszłości!",
- "readMore": "Zobacz nową stronę główną Zoo Code i przeczytaj pełne ogłoszenie"
- },
"release": {
"heading": "Co nowego:",
- "highlight1": "Połącz przez Zoo Gateway — kieruj swoje żądania przez zarządzany gateway z obsługą uwierzytelniania wielu profili.",
- "highlight2": "Korzystaj z Gemini 3.5 Flash — szybki i wydajny model Google, teraz dostępny bezpośrednio w ustawieniach dostawcy.",
- "highlight3": "Indeksuj swoją bazę kodu lokalnie za pomocą Semble — embeddingi generowane na bieżąco bez zewnętrznego klucza API ani przesyłania plików, twój kod zostaje na twoim urządzeniu."
+ "highlight1": "Nowe modele AI — Claude Fable 5 dla wszystkich dostawców Anthropic i OpenAI GPT-5.5 są teraz dostępne w ustawieniach dostawcy.",
+ "highlight2": "Allowlisty MCP per tryb — ogranicz, które serwery MCP są aktywne dla każdego trybu, używając nowej allowlisty w konfiguracji trybu.",
+ "highlight3": "Ustawienie rootResolution dla workspace — nowe ustawienie kontrolujące sposób rozwiązywania ścieżek plików w środowiskach wielokorzeniowych."
},
"cloudAgents": {
"heading": "Nowości w chmurze:",
diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json
index 1472eb4df..c49662f60 100644
--- a/webview-ui/src/i18n/locales/pt-BR/chat.json
+++ b/webview-ui/src/i18n/locales/pt-BR/chat.json
@@ -331,16 +331,11 @@
"announcement": {
"title": "Zoo Code {{version}} lançado",
"support": "Apoie o Zoo Code nos dando uma estrela no GitHub.",
- "handoff": {
- "heading": "O Roo Code está de volta, agora como um plugin mantido pela comunidade chamado Zoo Code!!",
- "description": "Se você não acompanhou, a equipe do Roo Code anunciou recentemente que vai encerrar o desenvolvimento do Roo Code e arquivar o trabalho que fez. Mas não se preocupe: a comunidade assumiu para continuar o legado do Roo Code com um novo nome e um novo lar! Não somos mais apenas um único \"Roo\" — somos uma comunidade, um \"Zoo\", por assim dizer. O Zoo Code é um plugin mantido pela comunidade que continua de onde o Roo Code parou, e estamos comprometidos em manter vivo o espírito do Roo enquanto também trazemos novos recursos e melhorias. Queremos deixar um enorme agradecimento a toda a equipe do Roo Code pelo trabalho incrível e por criar uma ferramenta tão fantástica para desenvolvedores. Estamos animados para continuar construindo sobre essa base e ver até onde a comunidade levará o Zoo Code no futuro!",
- "readMore": "Veja a nova página inicial do Zoo Code e leia o anúncio completo"
- },
"release": {
"heading": "Novidades:",
- "highlight1": "Conecte-se pelo Zoo Gateway — roteie suas requisições por um gateway gerenciado com suporte a autenticação multi-perfil.",
- "highlight2": "Use o Gemini 3.5 Flash — um modelo Google rápido e capaz, agora disponível diretamente nas configurações do provedor.",
- "highlight3": "Indexe sua base de código localmente com o Semble — embeddings on-the-fly sem chave de API externa nem upload, mantendo seu código na sua máquina."
+ "highlight1": "Novos modelos de IA — Claude Fable 5 em todos os provedores Anthropic e OpenAI GPT-5.5 já estão disponíveis nas configurações do provedor.",
+ "highlight2": "Allowlists de MCP por modo — restrinja quais servidores MCP ficam ativos por modo usando uma nova allowlist na configuração do modo.",
+ "highlight3": "Configuração rootResolution para workspace — uma nova configuração que controla como o Zoo Code resolve caminhos de arquivos em workspaces multi-root."
},
"cloudAgents": {
"heading": "Novidades na Nuvem:",
diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json
index 6d5ca7073..4108a027d 100644
--- a/webview-ui/src/i18n/locales/ru/chat.json
+++ b/webview-ui/src/i18n/locales/ru/chat.json
@@ -305,16 +305,11 @@
"announcement": {
"title": "Выпущен Zoo Code {{version}}",
"support": "Поддержите Zoo Code, поставив нам звезду на GitHub.",
- "handoff": {
- "heading": "Roo Code вернулся — теперь это плагин сообщества под названием Zoo Code!!",
- "description": "Если ты не следил за новостями, команда Roo Code недавно объявила, что сворачивает разработку Roo Code и архивирует всю проделанную работу. Но не переживай: сообщество взяло эстафету, чтобы продолжить наследие Roo Code под новым именем и в новом доме! Теперь это уже не просто один «Roo», а целое сообщество — «Zoo», если хочешь. Zoo Code — это плагин, который поддерживает сообщество и продолжает путь с того места, где остановился Roo Code. Мы намерены сохранить дух Roo и при этом привносить новые функции и улучшения. Огромное спасибо всей команде Roo Code за их невероятную работу и за создание такого замечательного инструмента для разработчиков. Нам не терпится развивать их основу дальше и увидеть, куда сообщество приведёт Zoo Code в будущем!",
- "readMore": "Открыть новую домашнюю страницу Zoo Code и прочитать полное объявление"
- },
"release": {
"heading": "Что нового:",
- "highlight1": "Подключайся через Zoo Gateway — направляй запросы через управляемый шлюз с поддержкой аутентификации нескольких профилей.",
- "highlight2": "Используй Gemini 3.5 Flash — быстрая и мощная модель Google, теперь доступна прямо из настроек провайдера.",
- "highlight3": "Индексируй кодовую базу локально с помощью Semble — встраивания на лету без внешнего API-ключа и загрузки файлов, твой код остаётся на твоей машине."
+ "highlight1": "Новые модели ИИ — Claude Fable 5 для всех провайдеров Anthropic и OpenAI GPT-5.5 теперь доступны в настройках провайдера.",
+ "highlight2": "Allowlist MCP для каждого режима — ограничивай, какие MCP-серверы активны в каждом режиме, используя новый allowlist в настройках режима.",
+ "highlight3": "Настройка rootResolution для рабочего пространства — новая настройка, управляющая разрешением путей к файлам в мультикорневых рабочих пространствах."
},
"cloudAgents": {
"heading": "Новое в облаке:",
diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json
index bec3ff026..83cbfb5a2 100644
--- a/webview-ui/src/i18n/locales/tr/chat.json
+++ b/webview-ui/src/i18n/locales/tr/chat.json
@@ -332,16 +332,11 @@
"announcement": {
"title": "Zoo Code {{version}} yayınlandı",
"support": "Lütfen GitHub'da bize yıldız vererek Zoo Code'u destekle.",
- "handoff": {
- "heading": "Roo Code geri döndü! Artık Zoo Code adlı, topluluk tarafından sürdürülen bir eklenti!!",
- "description": "Takip etmiyorsan kaçırmış olabilirsin: Roo Code ekibi kısa süre önce Roo Code geliştirmesini aşamalı olarak sonlandırdığını ve yaptıkları çalışmaları arşivlediğini duyurdu. Ama endişelenme; topluluk, Roo Code mirasını yeni bir ad ve yeni bir yuva ile sürdürmek için öne çıktı! Artık sadece tek bir \"Roo\" değiliz; bir topluluğuz, istersen bir \"Zoo\" diyebilirsin. Zoo Code, Roo Code'un bıraktığı yerden devam eden, topluluk tarafından sürdürülen bir eklenti ve Roo'nun ruhunu korurken yeni özellikler ve iyileştirmeler sunmaya kararlıyız. Geliştiriciler için böylesine harika bir araç yarattıkları ve yaptıkları inanılmaz iş için tüm Roo Code ekibine kocaman bir teşekkür göndermek istiyoruz. Onların temeli üzerine inşa etmeyi sürdürmekten ve topluluğun gelecekte Zoo Code'u nereye taşıyacağını görmekten heyecan duyuyoruz!",
- "readMore": "Zoo Code'un yeni ana sayfasına göz at ve tam duyuruyu oku"
- },
"release": {
"heading": "Yenilikler:",
- "highlight1": "Zoo Gateway üzerinden bağlan — isteklerini çok profilli kimlik doğrulama desteğiyle yönetilen bir gateway üzerinden yönlendir.",
- "highlight2": "Gemini 3.5 Flash kullan — hızlı ve güçlü bir Google modeli, artık doğrudan sağlayıcı ayarlarından kullanılabilir.",
- "highlight3": "Semble ile kod tabanını yerel olarak indeksle — harici API anahtarı veya yükleme gerektirmeden anında embedding oluştur, kodun makinende kalır."
+ "highlight1": "Yeni yapay zeka modelleri — Tüm Anthropic sağlayıcılarında Claude Fable 5 ve OpenAI GPT-5.5 artık sağlayıcı ayarlarında mevcut.",
+ "highlight2": "Mod başına MCP allowlist'leri — Mod yapılandırmasındaki yeni allowlist ile her mod için hangi MCP sunucularının aktif olacağını kısıtla.",
+ "highlight3": "Çalışma alanı rootResolution ayarı — Zoo Code'un çok köklü çalışma alanlarında dosya yollarını nasıl çözdüğünü kontrol eden yeni bir ayar."
},
"cloudAgents": {
"heading": "Cloud'daki yenilikler:",
diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json
index 6a220fbe3..52113d8cd 100644
--- a/webview-ui/src/i18n/locales/vi/chat.json
+++ b/webview-ui/src/i18n/locales/vi/chat.json
@@ -332,16 +332,11 @@
"announcement": {
"title": "Zoo Code {{version}} đã phát hành",
"support": "Hãy ủng hộ Zoo Code bằng cách tặng sao cho chúng tôi trên GitHub.",
- "handoff": {
- "heading": "Roo Code đã trở lại, giờ là plugin do cộng đồng duy trì với tên gọi Zoo Code!!",
- "description": "Nếu bạn chưa theo dõi, đội ngũ Roo Code gần đây đã thông báo họ sẽ dừng phát triển Roo Code và lưu trữ lại những gì họ đã xây dựng. Nhưng đừng lo, cộng đồng đã đứng ra tiếp nối di sản của Roo Code với một cái tên mới và một mái nhà mới! Chúng ta không còn chỉ là một \"Roo\" nữa, mà là cả một cộng đồng, một \"Zoo\" đúng nghĩa. Zoo Code là plugin do cộng đồng duy trì, tiếp nối từ nơi Roo Code dừng lại, và chúng tôi cam kết giữ vững tinh thần của Roo đồng thời mang đến các tính năng và cải tiến mới. Chúng tôi cũng muốn gửi lời cảm ơn sâu sắc đến toàn bộ đội ngũ Roo Code vì công sức tuyệt vời của họ và vì đã tạo ra một công cụ tuyệt vời cho các nhà phát triển. Chúng tôi rất háo hức được tiếp tục phát triển trên nền tảng đó và chờ xem cộng đồng sẽ đưa Zoo Code tiến xa đến đâu trong tương lai!",
- "readMore": "Xem trang chủ mới của Zoo Code và đọc toàn bộ thông báo"
- },
"release": {
"heading": "Có gì mới:",
- "highlight1": "Kết nối qua Zoo Gateway — định tuyến yêu cầu của bạn qua một gateway được quản lý với hỗ trợ xác thực đa hồ sơ.",
- "highlight2": "Dùng Gemini 3.5 Flash — một mô hình Google nhanh và mạnh mẽ, giờ có thể truy cập trực tiếp từ cài đặt provider.",
- "highlight3": "Lập chỉ mục codebase cục bộ với Semble — tạo embedding ngay lập tức mà không cần API key bên ngoài hay tải lên, code của bạn ở lại trên máy của bạn."
+ "highlight1": "Các mô hình AI mới — Claude Fable 5 trên tất cả nhà cung cấp Anthropic và OpenAI GPT-5.5 hiện có trong cài đặt nhà cung cấp của bạn.",
+ "highlight2": "Allowlist MCP theo chế độ — hạn chế máy chủ MCP nào được kích hoạt cho mỗi chế độ bằng allowlist mới trong cấu hình chế độ.",
+ "highlight3": "Cài đặt rootResolution cho không gian làm việc — cài đặt mới kiểm soát cách Zoo Code phân giải đường dẫn tệp trong không gian làm việc nhiều gốc."
},
"cloudAgents": {
"heading": "Mới trên Cloud:",
diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json
index 253d131f1..528ad1495 100644
--- a/webview-ui/src/i18n/locales/zh-CN/chat.json
+++ b/webview-ui/src/i18n/locales/zh-CN/chat.json
@@ -332,16 +332,11 @@
"announcement": {
"title": "Zoo Code {{version}} 已发布",
"support": "请在 GitHub 上为 Zoo Code 点星支持我们。",
- "handoff": {
- "heading": "Roo Code 回来了!现在以社区维护的 Zoo Code 插件之名继续前进!!",
- "description": "如果你还没关注到,Roo Code 团队最近宣布将逐步停止 Roo Code 的开发,并归档他们已经完成的工作。但别担心,社区已经站了出来,以全新的名称和新家园延续 Roo Code 的传承!我们不再只是一个单独的“Roo”,而是一个社区,一个“Zoo”。Zoo Code 是一个由社区维护的插件,在 Roo Code 停下的地方继续前进。我们会继续保留 Roo 的精神,同时带来新功能和改进。我们也要向整个 Roo Code 团队致以诚挚感谢,感谢他们的卓越工作,打造出这样一款出色的开发者工具。我们很高兴能在他们打下的基础上继续建设,也期待看到社区未来会把 Zoo Code 带到哪里!",
- "readMore": "查看 Zoo Code 的新主页并阅读完整公告"
- },
"release": {
"heading": "新增功能:",
- "highlight1": "通过 Zoo Gateway 连接 — 将请求路由至支持多配置身份验证的托管网关。",
- "highlight2": "使用 Gemini 3.5 Flash — 一款快速强大的 Google 模型,现可直接在提供商设置中使用。",
- "highlight3": "使用 Semble 在本地对代码库建立索引 — 无需外部 API 密钥或上传即可即时生成嵌入,代码始终保留在你的机器上。"
+ "highlight1": "新 AI 模型 — Claude Fable 5(适用于所有 Anthropic 提供商)和 OpenAI GPT-5.5 现已在提供商设置中可用。",
+ "highlight2": "按模式的 MCP 允许列表 — 在模式配置中使用新的允许列表,限制每个模式下哪些 MCP 服务器处于活动状态。",
+ "highlight3": "工作区 rootResolution 设置 — 一项新设置,用于控制 Zoo Code 在多根工作区中解析文件路径的方式。"
},
"cloudAgents": {
"heading": "云端新功能:",
diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json
index ac95c7e69..23c5a3919 100644
--- a/webview-ui/src/i18n/locales/zh-TW/chat.json
+++ b/webview-ui/src/i18n/locales/zh-TW/chat.json
@@ -353,16 +353,11 @@
"announcement": {
"title": "Zoo Code {{version}} 已發布",
"support": "請在 GitHub 上為 Zoo Code 加星支持我們。",
- "handoff": {
- "heading": "Roo Code 回來了!現在以社群維護的 Zoo Code 外掛重新登場!!",
- "description": "如果你最近沒有追蹤消息,Roo Code 團隊最近宣布將逐步停止 Roo Code 的開發,並封存他們至今完成的工作。不過別擔心,社群已經挺身而出,將以新名稱與新家園延續 Roo Code 的傳承!我們不再只是單一的「Roo」,而是一個社群,也就是你可以稱之為「Zoo」的集合。Zoo Code 是一款由社群維護的外掛,接續 Roo Code 停下的地方繼續前進;我們承諾在保留 Roo 精神的同時,也會帶來新功能與改進。我們也要向整個 Roo Code 團隊致上最深的敬意,感謝他們不可思議的付出,以及為開發者打造出如此出色的工具。我們很期待在他們奠定的基礎上繼續建設,也期待看看社群未來會把 Zoo Code 帶往何方!",
- "readMore": "查看 Zoo Code 的新首頁並閱讀完整公告"
- },
"release": {
"heading": "新增功能:",
- "highlight1": "透過 Zoo Gateway 連線 — 將請求路由至支援多設定檔驗證的託管閘道。",
- "highlight2": "使用 Gemini 3.5 Flash — 一款快速且強大的 Google 模型,現可直接在供應商設定中使用。",
- "highlight3": "使用 Semble 在本機對程式碼庫建立索引 — 無需外部 API 金鑰或上傳即可即時產生嵌入,程式碼始終保留在你的機器上。"
+ "highlight1": "新 AI 模型 — Claude Fable 5(適用於所有 Anthropic 提供商)和 OpenAI GPT-5.5 現已在提供商設定中可用。",
+ "highlight2": "按模式的 MCP 允許清單 — 在模式設定中使用新的允許清單,限制每個模式下哪些 MCP 伺服器處於活動狀態。",
+ "highlight3": "工作區 rootResolution 設定 — 一項新設定,用於控制 Zoo Code 在多根工作區中解析檔案路徑的方式。"
},
"cloudAgents": {
"heading": "雲端的新功能:",