mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
parent
b0dc6ae918
commit
846d66880a
22 changed files with 59 additions and 58 deletions
20
.changeset/v3.47.0.md
Normal file
20
.changeset/v3.47.0.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Add Claude Opus 4.6 support across all providers (#11223 by @hannesrudolph, PR #11224 by @hannesrudolph)
|
||||
- Add GPT-5.3-Codex model to OpenAI - ChatGPT provider (PR #11225 by @roomote)
|
||||
- Migrate Gemini and Vertex providers to AI SDK for improved reliability and consistency (PR #11180 by @daniel-lxs)
|
||||
- Improve Skills and Slash Commands settings UI with multi-mode support (PR #11157 by @brunobergher)
|
||||
- Add support for AGENTS.local.md personal override files (PR #11183 by @roomote)
|
||||
- Add Kimi K2.5 model to Fireworks provider (PR #11177 by @daniel-lxs)
|
||||
- Improve CLI dev experience and Roo provider API key support (PR #11203 by @cte)
|
||||
- Fix: Preserve reasoning parts in AI SDK message conversion (#11199 by @hannesrudolph, PR #11217 by @hannesrudolph)
|
||||
- Refactor: Append environment details into existing blocks for cleaner context (#11200 by @hannesrudolph, PR #11198 by @hannesrudolph)
|
||||
- Fix: Resolve race condition causing provider switch during CLI mode changes (PR #11205 by @cte)
|
||||
- Roo Code CLI v0.0.50 (PR #11204 by @cte)
|
||||
- Chore: Remove dead toolFormat code from getEnvironmentDetails (#11206 by @hannesrudolph, PR #11207 by @roomote)
|
||||
- Refactor: Simplify docs-extractor mode to focus on raw fact extraction (PR #11129 by @hannesrudolph)
|
||||
- Revert then re-land AI SDK reasoning fix (PR #11216 by @mrubens, PR #11196 by @hannesrudolph)
|
||||
BIN
releases/3.47.0-release.png
Normal file
BIN
releases/3.47.0-release.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
|
|
@ -158,7 +158,7 @@ export class ClineProvider
|
|||
|
||||
public isViewLaunched = false
|
||||
public settingsImportedAt?: number
|
||||
public readonly latestAnnouncementId = "jan-2026-v3.46.0-parallel-tools" // v3.46.0 Parallel Tools & Smarter Reading
|
||||
public readonly latestAnnouncementId = "feb-2026-v3.47.0-opus-4.6-gpt-5.3-codex" // v3.47.0 Claude Opus 4.6 & GPT-5.3-Codex
|
||||
public readonly providerSettingsManager: ProviderSettingsManager
|
||||
public readonly customModesManager: CustomModesManager
|
||||
|
||||
|
|
|
|||
|
|
@ -44,9 +44,8 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
|
|||
<div className="mb-4">
|
||||
<p className="mb-3">{t("chat:announcement.release.heading")}</p>
|
||||
<ul className="list-disc list-inside text-sm space-y-1.5">
|
||||
<li>{t("chat:announcement.release.parallelTools")}</li>
|
||||
<li>{t("chat:announcement.release.readFileIndentation")}</li>
|
||||
<li>{t("chat:announcement.release.readCommandOutput")}</li>
|
||||
<li>{t("chat:announcement.release.claudeOpus")}</li>
|
||||
<li>{t("chat:announcement.release.gptCodex")}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/ca/chat.json
generated
5
webview-ui/src/i18n/locales/ca/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Què hi ha de nou:",
|
||||
"parallelTools": "Crides de ferramenta paral·leles: Les ferramentes ara s'executen en paral·lel per defecte, accelerant significativament les operacions multi-fitxer i les tasques complexes.",
|
||||
"readFileIndentation": "Lectura de fitxers més intel·ligent: El nou mode de indentació extreu blocs de codi semàntics complets (funcions, classes) sense truncament al mig de la funció—ideal per als casos específics de línies dels resultats de cerca.",
|
||||
"readCommandOutput": "Sortida de terminal sense pèrdua: La nova ferramenta read_command_output recupera la sortida completa de la comanda des d'execucions truncades amb paginació i filtrat regex."
|
||||
"claudeOpus": "Claude Opus 4.6: Ara disponible en tots els proveïdors—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex i OpenRouter—portant el model més capaç d'Anthropic a la teva plataforma preferida.",
|
||||
"gptCodex": "GPT-5.3-Codex: El model de codificació més recent d'OpenAI ara és compatible amb el proveïdor OpenAI - ChatGPT, oferint generació de codi de última generació i comprensió."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Novetats al núvol:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/de/chat.json
generated
5
webview-ui/src/i18n/locales/de/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Was ist neu:",
|
||||
"parallelTools": "Parallele Tool-Aufrufe: Tools werden jetzt standardmäßig parallel ausgeführt und beschleunigen Dateioperationen und komplexe Aufgaben erheblich.",
|
||||
"readFileIndentation": "Intelligenteres Dateienlesen: Neuer Indentationsmodus extrahiert komplette semantische Codeblöcke (Funktionen, Klassen) ohne Unterbrechung in der Mitte—ideal für die Arbeit mit spezifischen Zeilen aus Suchergebnissen.",
|
||||
"readCommandOutput": "Verlustfreie Terminalausgabe: Neues read_command_output-Tool ruft vollständige Befehlsausgabe aus abgekürzten Ausführungen mit Paginierung und Regex-Filterung ab."
|
||||
"claudeOpus": "Claude Opus 4.6: Jetzt über alle Provider verfügbar—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex und OpenRouter—mit Anthropics fähigstem Modell auf deiner bevorzugten Plattform.",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAIs neuestes Coding-Modell wird nun im OpenAI - ChatGPT Provider unterstützt und liefert hochmoderne Code-Generierung und Verständnis."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Neu in der Cloud:",
|
||||
|
|
|
|||
|
|
@ -347,9 +347,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "What's New:",
|
||||
"parallelTools": "Parallel Tool Calls: Tools now execute in parallel by default, significantly speeding up multi-file operations and complex tasks.",
|
||||
"readFileIndentation": "Smarter File Reading: New indentation mode extracts complete semantic code blocks (functions, classes) without mid-function truncation—ideal when targeting specific lines from search results.",
|
||||
"readCommandOutput": "Lossless Terminal Output: New read_command_output tool retrieves full command output from truncated executions with pagination and regex filtering."
|
||||
"claudeOpus": "Claude Opus 4.6: Now available across all providers—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex, and OpenRouter—bringing Anthropic's most capable model to your preferred platform.",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAI's latest coding model is now supported in the OpenAI - ChatGPT provider, delivering cutting-edge code generation and understanding."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "New in the Cloud:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/es/chat.json
generated
5
webview-ui/src/i18n/locales/es/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Qué hay de nuevo:",
|
||||
"parallelTools": "Llamadas de herramientas paralelas: Las herramientas ahora se ejecutan en paralelo por defecto, acelerando significativamente operaciones con múltiples archivos y tareas complejas.",
|
||||
"readFileIndentation": "Lectura de archivos más inteligente: El nuevo modo de indentación extrae bloques de código semántico completos (funciones, clases) sin truncamiento a mitad de función—ideal para apuntar a líneas específicas de resultados de búsqueda.",
|
||||
"readCommandOutput": "Salida de terminal sin pérdida: La nueva herramienta read_command_output recupera la salida completa del comando desde ejecuciones truncadas con paginación y filtrado regex."
|
||||
"claudeOpus": "Claude Opus 4.6: Ahora disponible en todos los proveedores—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex y OpenRouter—trayendo el modelo más capaz de Anthropic a tu plataforma preferida.",
|
||||
"gptCodex": "GPT-5.3-Codex: El último modelo de codificación de OpenAI ahora es compatible con el proveedor OpenAI - ChatGPT, ofreciendo generación de código de vanguardia y comprensión."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Novedades en la Nube:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/fr/chat.json
generated
5
webview-ui/src/i18n/locales/fr/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Quoi de neuf :",
|
||||
"parallelTools": "Appels d'outils parallèles : Les outils s'exécutent maintenant en parallèle par défaut, accélérant considérablement les opérations multi-fichiers et les tâches complexes.",
|
||||
"readFileIndentation": "Lecture de fichiers plus intelligente : Le nouveau mode d'indentation extrait les blocs de code sémantiques complets (fonctions, classes) sans troncature au milieu de la fonction—idéal pour cibler des lignes spécifiques des résultats de recherche.",
|
||||
"readCommandOutput": "Sortie de terminal sans perte : Le nouvel outil read_command_output récupère la sortie complète de la commande à partir d'exécutions tronquées avec pagination et filtrage regex."
|
||||
"claudeOpus": "Claude Opus 4.6 : Désormais disponible sur tous les fournisseurs—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex et OpenRouter—apportant le modèle le plus capable d'Anthropic à votre plateforme préférée.",
|
||||
"gptCodex": "GPT-5.3-Codex : Le dernier modèle de codage d'OpenAI est maintenant supporté dans le fournisseur OpenAI - ChatGPT, offrant une génération de code de pointe et une compréhension."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Nouveautés dans le Cloud :",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/hi/chat.json
generated
5
webview-ui/src/i18n/locales/hi/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "नया क्या है:",
|
||||
"parallelTools": "समानांतर टूल कॉल: टूल अब डिफ़ॉल्ट रूप से समानांतर में निष्पादित होते हैं, बहु-फ़ाइल संचालन और जटिल कार्यों को काफी हद तक गति देते हैं।",
|
||||
"readFileIndentation": "स्मार्ट फ़ाइल पढ़ना: नई इंडेंटेशन मोड पूर्ण सिमेंटिक कोड ब्लॉक (फ़ंक्शन, क्लास) को फ़ंक्शन के बीच में काट दिए बिना निकालता है—खोज परिणामों से विशिष्ट लाइनों को लक्षित करते समय आदर्श।",
|
||||
"readCommandOutput": "नुकसान रहित टर्मिनल आउटपुट: नया read_command_output टूल पेजिनेशन और रेजेक्स फ़िल्टरिंग के साथ छोटे किए गए निष्पादन से पूरा कमांड आउटपुट प्राप्त करता है।"
|
||||
"claudeOpus": "Claude Opus 4.6: अब सभी प्रदाताओं में उपलब्ध—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex, और OpenRouter—Roo Code Router, Anthropic का सबसे सक्षम मॉडल आपके पसंदीदा प्लेटफॉर्म पर लाता है।",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAI का नवीनतम कोडिंग मॉडल अब OpenAI - ChatGPT प्रदाता में समर्थित है, अत्याधुनिक कोड जनरेशन और समझ प्रदान करता है।"
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "क्लाउड में नया:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/id/chat.json
generated
5
webview-ui/src/i18n/locales/id/chat.json
generated
|
|
@ -357,9 +357,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Yang Baru:",
|
||||
"parallelTools": "Panggilan Alat Paralel: Alat sekarang dijalankan secara paralel secara default, mempercepat operasi multi-file dan tugas kompleks secara signifikan.",
|
||||
"readFileIndentation": "Pembacaan File yang Lebih Cerdas: Mode indentasi baru mengekstrak blok kode semantik lengkap (fungsi, kelas) tanpa pemotongan di tengah fungsi—ideal saat menargetkan baris tertentu dari hasil pencarian.",
|
||||
"readCommandOutput": "Output Terminal Tanpa Kerugian: Alat read_command_output baru mengambil output perintah lengkap dari eksekusi yang dipotong dengan paginasi dan filter regex."
|
||||
"claudeOpus": "Claude Opus 4.6: Sekarang tersedia di semua penyedia—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex, dan OpenRouter—membawa model paling canggih Anthropic ke platform pilihan Anda.",
|
||||
"gptCodex": "GPT-5.3-Codex: Model coding terbaru OpenAI kini didukung di penyedia OpenAI - ChatGPT, memberikan generasi kode dan pemahaman terdepan."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Baru di Cloud:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/it/chat.json
generated
5
webview-ui/src/i18n/locales/it/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Novità:",
|
||||
"parallelTools": "Chiamate di strumenti paralleli: Gli strumenti ora si eseguono in parallelo per impostazione predefinita, accelerando significativamente le operazioni multi-file e le attività complesse.",
|
||||
"readFileIndentation": "Lettura di file più intelligente: La nuova modalità di indentazione estrae blocchi di codice semantico completi (funzioni, classi) senza troncamento a metà funzione—ideale quando si prendono di mira linee specifiche dai risultati di ricerca.",
|
||||
"readCommandOutput": "Output terminale senza perdite: Il nuovo strumento read_command_output recupera l'output completo del comando dalle esecuzioni troncate con paginazione e filtro regex."
|
||||
"claudeOpus": "Claude Opus 4.6: Ora disponibile su tutti i provider—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex e OpenRouter—portando il modello più capace di Anthropic alla tua piattaforma preferita.",
|
||||
"gptCodex": "GPT-5.3-Codex: Il modello di codifica più recente di OpenAI è ora supportato nel provider OpenAI - ChatGPT, offrendo generazione e comprensione del codice all'avanguardia."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Novità nel Cloud:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/ja/chat.json
generated
5
webview-ui/src/i18n/locales/ja/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "新機能:",
|
||||
"parallelTools": "並列ツール呼び出し: ツールはデフォルトで並列実行され、マルチファイル操作と複雑なタスクが大幅に高速化されます。",
|
||||
"readFileIndentation": "より賢いファイル読み取り: 新しいインデンテーションモードは、完全なセマンティックコードブロック (関数、クラス) を関数中断なしで抽出—検索結果から特定の行をターゲットにするのに最適です。",
|
||||
"readCommandOutput": "ロスレス端末出力: 新しい read_command_output ツールは、ページネーションと正規表現フィルタリングを備えた切り詰められた実行から完全なコマンド出力を取得します。"
|
||||
"claudeOpus": "Claude Opus 4.6: すべてのプロバイダー(Roo Code Router、Anthropic、AWS Bedrock、Google Vertex、OpenRouter)で利用可能になり、Anthropicの最も強力なモデルをお好みのプラットフォームにもたらします。",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAIの最新コーディングモデルはOpenAI - ChatGPTプロバイダーでサポートされ、最先端のコード生成と理解を実現します。"
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "クラウドの新機能:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/ko/chat.json
generated
5
webview-ui/src/i18n/locales/ko/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "새로운 기능:",
|
||||
"parallelTools": "병렬 도구 호출: 도구가 이제 기본적으로 병렬로 실행되어 다중 파일 작업과 복잡한 작업의 속도를 크게 높입니다.",
|
||||
"readFileIndentation": "더 똑똑한 파일 읽기: 새로운 들여쓰기 모드는 함수 중간 절단 없이 완전한 의미 있는 코드 블록(함수, 클래스)을 추출합니다—검색 결과에서 특정 라인을 대상으로 할 때 이상적입니다.",
|
||||
"readCommandOutput": "손실 없는 터미널 출력: 새로운 read_command_output 도구는 페이지 매김 및 정규식 필터링을 통해 잘린 실행에서 전체 명령 출력을 검색합니다."
|
||||
"claudeOpus": "Claude Opus 4.6: 이제 모든 제공업체—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex, OpenRouter—에서 이용 가능하며 Anthropic의 가장 강력한 모델을 선호하는 플랫폼으로 가져옵니다.",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAI의 최신 코딩 모델이 이제 OpenAI - ChatGPT 제공업체에서 지원되어 최첨단 코드 생성 및 이해를 제공합니다."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "클라우드의 새로운 기능:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/nl/chat.json
generated
5
webview-ui/src/i18n/locales/nl/chat.json
generated
|
|
@ -317,9 +317,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Wat is er nieuw:",
|
||||
"parallelTools": "Parallelle Gereedschaproepen: Gereedschappen worden nu standaard parallel uitgevoerd, wat multi-file operaties en complexe taken aanzienlijk versnelt.",
|
||||
"readFileIndentation": "Slimmer Bestand Lezen: Nieuwe inspringingmodus extraheert volledige semantische codeblokken (functies, klassen) zonder afkapping in het midden van de functie—ideaal voor het richten op specifieke lijnen uit zoekresultaten.",
|
||||
"readCommandOutput": "Verliesvrije Terminaluitvoer: Nieuw read_command_output gereedschap haalt volledige opdrachtuitvoer op van afgekapte uitvoeringen met paginering en regex-filtering."
|
||||
"claudeOpus": "Claude Opus 4.6: Nu beschikbaar bij alle providers—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex en OpenRouter—waardoor Anthropic's meest krachtige model naar je voorkeursplatform wordt gebracht.",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAI's nieuwste coderingsmodel wordt nu ondersteund in de OpenAI - ChatGPT provider, met geavanceerde code-generatie en begrip."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Nieuw in de Cloud:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/pl/chat.json
generated
5
webview-ui/src/i18n/locales/pl/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Co nowego:",
|
||||
"parallelTools": "Równoległe wywołania narzędzi: Narzędzia są teraz wykonywane równolegle domyślnie, znacznie przyspieszając operacje na wielu plikach i złożone zadania.",
|
||||
"readFileIndentation": "Inteligentniejsze czytanie plików: Nowy tryb wcięcia wyodrębnia kompletne semantyczne bloki kodu (funkcje, klasy) bez przerwania w środku funkcji—idealny do kierowania się na określone linie z wyników wyszukiwania.",
|
||||
"readCommandOutput": "Wyjście terminala bez strat: Nowe narzędzie read_command_output pobiera pełne wyjście polecenia ze skróconych wykonań z paginacją i filtrowaniem regex."
|
||||
"claudeOpus": "Claude Opus 4.6: Teraz dostępny u wszystkich dostawców—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex i OpenRouter—przynoszący najbardziej zaawansowany model Anthropic na twoją preferowaną platformę.",
|
||||
"gptCodex": "GPT-5.3-Codex: Najnowszy model kodowania OpenAI jest teraz obsługiwany u dostawcy OpenAI - ChatGPT, zapewniający zaawansowaną generację kodu i zrozumienie."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Nowości w chmurze:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
5
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
|
|
@ -344,9 +344,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Novidades:",
|
||||
"parallelTools": "Chamadas de ferramentas paralelas: As ferramentas agora são executadas em paralelo por padrão, acelerando significativamente operações multi-arquivos e tarefas complexas.",
|
||||
"readFileIndentation": "Leitura de arquivo mais inteligente: O novo modo de indentação extrai blocos de código semântico completos (funções, classes) sem truncamento no meio da função—ideal ao segmentar linhas específicas de resultados de busca.",
|
||||
"readCommandOutput": "Saída de terminal sem perda: A nova ferramenta read_command_output recupera a saída completa do comando de execuções truncadas com paginação e filtro regex."
|
||||
"claudeOpus": "Claude Opus 4.6: Agora disponível em todos os provedores—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex e OpenRouter—trazendo o modelo mais capaz do Anthropic para sua plataforma preferida.",
|
||||
"gptCodex": "GPT-5.3-Codex: O modelo de codificação mais recente do OpenAI agora é suportado no provedor OpenAI - ChatGPT, oferecendo geração de código de ponta e compreensão."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Novidades na Nuvem:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/ru/chat.json
generated
5
webview-ui/src/i18n/locales/ru/chat.json
generated
|
|
@ -318,9 +318,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Что нового:",
|
||||
"parallelTools": "Параллельные вызовы инструментов: Инструменты теперь выполняются параллельно по умолчанию, что значительно ускоряет многофайловые операции и сложные задачи.",
|
||||
"readFileIndentation": "Более интеллектуальное чтение файлов: Новый режим отступа извлекает полные семантические блоки кода (функции, классы) без усечения в середине функции—идеально при нацеливании на определённые строки из результатов поиска.",
|
||||
"readCommandOutput": "Вывод терминала без потерь: Новый инструмент read_command_output получает полный вывод команды из усеченных выполнений с пагинацией и фильтрацией регулярными выражениями."
|
||||
"claudeOpus": "Claude Opus 4.6: Теперь доступен у всех провайдеров—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex и OpenRouter—обеспечивая самую мощную модель Anthropic на вашей предпочтительной платформе.",
|
||||
"gptCodex": "GPT-5.3-Codex: Последняя модель кодирования OpenAI теперь поддерживается у провайдера OpenAI - ChatGPT, обеспечивая передовую генерацию кода и понимание."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Новое в облаке:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/tr/chat.json
generated
5
webview-ui/src/i18n/locales/tr/chat.json
generated
|
|
@ -345,9 +345,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Yenilikler:",
|
||||
"parallelTools": "Paralel Araç Çağrıları: Araçlar artık varsayılan olarak paralel çalışır ve çok dosyalı işlemler ile karmaşık görevleri önemli ölçüde hızlandırır.",
|
||||
"readFileIndentation": "Daha Akıllı Dosya Okuma: Yeni girinti modu, tam anlamsal kod bloklarını (işlevler, sınıflar) fonksiyon ortasında kesme olmadan ayıklar—arama sonuçlarından belirli satırları hedeflediğinizde idealdir.",
|
||||
"readCommandOutput": "Kayıpsız Terminal Çıktısı: Yeni read_command_output aracı, sayfalandırma ve regex filtrelemesiyle kesilen yürütmelerden tam komut çıktısını alır."
|
||||
"claudeOpus": "Claude Opus 4.6: Artık tüm sağlayıcılarda—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex ve OpenRouter—mevcut olup Anthropic'in en yetkin modelini tercih ettiğin platforma getiriyor.",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAI'nin en son kodlama modeli artık OpenAI - ChatGPT sağlayıcısında desteklenmiş olup, ileri seviye kod oluşturma ve anlama sunuyor."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Cloud'daki yenilikler:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/vi/chat.json
generated
5
webview-ui/src/i18n/locales/vi/chat.json
generated
|
|
@ -345,9 +345,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "Tính năng mới:",
|
||||
"parallelTools": "Gọi Công cụ Song song: Các công cụ hiện chạy song song theo mặc định, tăng tốc độ đáng kể cho các hoạt động đa tệp và tác vụ phức tạp.",
|
||||
"readFileIndentation": "Đọc tệp thông minh hơn: Chế độ thụt lề mới trích xuất các khối mã ngữ nghĩa hoàn chỉnh (hàm, lớp) mà không cắt ngắn ở giữa hàm—lý tưởng khi nhắm mục tiêu các dòng cụ thể từ kết quả tìm kiếm.",
|
||||
"readCommandOutput": "Đầu ra Thiết bị đầu cuối Không mất dữ liệu: Công cụ read_command_output mới lấy đầu ra lệnh đầy đủ từ các thực thi bị cắt ngắn với phân trang và lọc regex."
|
||||
"claudeOpus": "Claude Opus 4.6: Hiện có sẵn ở tất cả các nhà cung cấp—Roo Code Router, Anthropic, AWS Bedrock, Google Vertex và OpenRouter—mang mô hình mạnh nhất của Anthropic đến nền tảng ưu tiên của bạn.",
|
||||
"gptCodex": "GPT-5.3-Codex: Mô hình lập trình mới nhất của OpenAI hiện được hỗ trợ trong nhà cung cấp OpenAI - ChatGPT, cung cấp tạo mã và hiểu biết tân tiến."
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "Mới trên Cloud:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
5
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
|
|
@ -345,9 +345,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "新增功能:",
|
||||
"parallelTools": "并行工具调用:工具现在默认并行执行,大大加快多文件操作和复杂任务的速度。",
|
||||
"readFileIndentation": "更智能的文件读取:新的缩进模式可提取完整的语义代码块(函数、类),无需中断函数——适合从搜索结果中指定特定行。",
|
||||
"readCommandOutput": "无损终端输出:新的 read_command_output 工具可从截断的执行中检索完整的命令输出,并支持分页和正则表达式过滤。"
|
||||
"claudeOpus": "Claude Opus 4.6: 现已在所有供应商——Roo Code Router、Anthropic、AWS Bedrock、Google Vertex 和 OpenRouter——提供,将 Anthropic 最强大的模型带到您的首选平台。",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAI 最新的编码模型现已在 OpenAI - ChatGPT 供应商中支持,提供尖端的代码生成和理解。"
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "云端新功能:",
|
||||
|
|
|
|||
5
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
5
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
|
|
@ -350,9 +350,8 @@
|
|||
},
|
||||
"release": {
|
||||
"heading": "新增功能:",
|
||||
"parallelTools": "平行工具呼叫:工具現在預設會平行執行,大幅加快多檔案作業和複雜工作的速度。",
|
||||
"readFileIndentation": "更聰慧的檔案讀取:新的縮排模式可提取完整的語義程式碼區塊(函數、類別),無需中斷函數——適合從搜尋結果中特定行為目標。",
|
||||
"readCommandOutput": "無損終端輸出:新的 read_command_output 工具可從截斷的執行中擷取完整的指令輸出,並支援分頁和規則運算式過濾。"
|
||||
"claudeOpus": "Claude Opus 4.6: 現已可在所有供應商——Roo Code Router、Anthropic、AWS Bedrock、Google Vertex 和 OpenRouter——上取得,將 Anthropic 最強大的模型帶到您偏好的平台。",
|
||||
"gptCodex": "GPT-5.3-Codex: OpenAI 最新的編碼模型現已在 OpenAI - ChatGPT 供應商中受支援,提供尖端的程式碼生成和理解。"
|
||||
},
|
||||
"cloudAgents": {
|
||||
"heading": "雲端的新功能:",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue