From 915b21e7026ee894b9913c56d1b33e47fec23401 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 16 Feb 2026 00:29:37 +0800 Subject: [PATCH 1/3] Fix spelling and grammar in documentation and copy Correct spelling and grammar issues in changelog entries, comments, and localized cloud copy. These edits improve clarity and terminology consistency without changing runtime behavior. --- CHANGELOG.md | 14 +++++++------- CODE_OF_CONDUCT.md | 2 +- apps/cli/README.md | 2 +- packages/evals/ADDING-EVALS.md | 2 +- packages/evals/README.md | 2 +- src/integrations/editor/DiffViewProvider.ts | 2 +- webview-ui/src/components/chat/ChatTextArea.tsx | 2 +- webview-ui/src/utils/validate.ts | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d932eae0d1..d2fdd2b2ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -471,7 +471,7 @@ - Refactor: Consolidate ThinkingBudget components and fix disable handling (PR #9930 by @hannesrudolph) - Forbid time estimates in architect mode for more focused planning (PR #9931 by @app/roomote) - Web: Add product pages (PR #9865 by @brunobergher) -- Make eval runs deleteable in the web UI (PR #9909 by @mrubens) +- Make eval runs deletable in the web UI (PR #9909 by @mrubens) - Feat: Change defaultToolProtocol default from xml to native (later reverted) (PR #9892 by @app/roomote) ## [3.36.2] - 2025-12-04 @@ -1519,7 +1519,7 @@ - Add: Mistral embedding provider (thanks @SannidhyaSah!) - Fix: add run parameter to vitest command in rules (thanks @KJ7LNW!) - Update: the max_tokens fallback logic in the sliding window -- Fix: Bedrock and Vertext token counting improvements (thanks @daniel-lxs!) +- Fix: Bedrock and Vertex token counting improvements (thanks @daniel-lxs!) - Add: llama-4-maverick model to Vertex AI provider (thanks @MuriloFP!) - Fix: properly distinguish between user cancellations and API failures - Fix: add case sensitivity mention to suggested fixes in apply_diff error message @@ -1829,7 +1829,7 @@ - Sync BatchDiffApproval styling with BatchFilePermission for UI consistency (thanks @samhvw8!) - Add max height constraint to MCP execution response for better UX (thanks @samhvw8!) - Prevent MCP 'installed' label from being squeezed #4630 (thanks @daniel-lxs!) -- Allow a lower context condesning threshold (thanks @SECKainersdorfer!) +- Allow a lower context condensing threshold (thanks @SECKainersdorfer!) - Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!) ## [3.20.1] - 2025-06-12 @@ -1986,7 +1986,7 @@ ## [3.18.2] - 2025-05-23 -- Fix vscode-material-icons in the filer picker +- Fix vscode-material-icons in the file picker - Fix global settings export - Respect user-configured terminal integration timeout (thanks @KJ7LNW) - Context condensing enhancements (thanks @SannidhyaSah) @@ -2104,7 +2104,7 @@ - Add vertical tab navigation to the settings (thanks @dlab-anton) - Add Groq and Chutes API providers (thanks @shariqriazz) - Clickable code references in code block (thanks @KJ7LNW) -- Improve accessibility of ato-approve toggles (thanks @Deon588) +- Improve accessibility of auto-approve toggles (thanks @Deon588) - Requesty provider fixes (thanks @dtrugman) - Fix migration and persistence of per-mode API profiles (thanks @alasano) - Fix usage of `path.basename` in the extension webview (thanks @samhvw8) @@ -2166,7 +2166,7 @@ - Fix file mentions for filenames containing spaces - Improve the auto-approve toggle buttons for some high-contrast VSCode themes - Offload expensive count token operations to a web worker (thanks @samhvw8) -- Improve support for mult-root workspaces (thanks @snoyiatk) +- Improve support for multi-root workspaces (thanks @snoyiatk) - Simplify and streamline Roo Code's quick actions - Allow Roo Code settings to be imported from the welcome screen (thanks @julionav) - Remove unused types (thanks @wkordalski) @@ -2677,7 +2677,7 @@ ## [3.7.6] - 2025-02-26 -- Handle really long text better in the in the ChatRow similar to TaskHeader (thanks @joemanley201!) +- Handle really long text better in the ChatRow similar to TaskHeader (thanks @joemanley201!) - Support multiple files in drag-and-drop - Truncate search_file output to avoid crashing the extension - Better OpenRouter error handling (no more "Provider Error") diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index fee05d72258..328bb5c1b2e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -16,7 +16,7 @@ ## Our Pledge In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and +contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal diff --git a/apps/cli/README.md b/apps/cli/README.md index 62b03e5cd88..bc343f1c9cb 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -58,7 +58,7 @@ pnpm install # Build the main extension first. pnpm --filter roo-cline bundle -# Build the cli. +# Build the CLI. pnpm --filter @roo-code/cli build ``` diff --git a/packages/evals/ADDING-EVALS.md b/packages/evals/ADDING-EVALS.md index b4df756db8c..b1b60be92d9 100644 --- a/packages/evals/ADDING-EVALS.md +++ b/packages/evals/ADDING-EVALS.md @@ -268,7 +268,7 @@ export const exerciseLanguages = [ Create `prompts/{language}.md` in the evals repository: ```markdown -Your job is to complete a coding exercise described the markdown files inside the `docs` directory. +Your job is to complete a coding exercise described in the markdown files inside the `docs` directory. A file with the implementation stubbed out has been created for you, along with a test file (the tests should be failing initially). diff --git a/packages/evals/README.md b/packages/evals/README.md index 4d985220f22..441f1a3021f 100644 --- a/packages/evals/README.md +++ b/packages/evals/README.md @@ -37,7 +37,7 @@ Additionally, you'll find in Docker Desktop that database and redis services are Navigate to [localhost:3446](http://localhost:3446/) in your browser and click the 🚀 button. -By default a evals run will run all programming exercises in [Roo Code Evals](https://github.com/RooCodeInc/Roo-Code-Evals) repository with the Claude Sonnet 4 model and default settings. For basic configuration you can specify the LLM to use and any subset of the exercises you'd like. For advanced configuration you can import a Roo Code settings file which will allow you to run the evals with Roo Code configured any way you'd like (this includes custom modes, custom instructions, etc). +By default an evals run will run all programming exercises in [Roo Code Evals](https://github.com/RooCodeInc/Roo-Code-Evals) repository with the Claude Sonnet 4 model and default settings. For basic configuration you can specify the LLM to use and any subset of the exercises you'd like. For advanced configuration you can import a Roo Code settings file which will allow you to run the evals with Roo Code configured any way you'd like (this includes custom modes, custom instructions, etc). diff --git a/src/integrations/editor/DiffViewProvider.ts b/src/integrations/editor/DiffViewProvider.ts index 6ed4fd75535..80b57992173 100644 --- a/src/integrations/editor/DiffViewProvider.ts +++ b/src/integrations/editor/DiffViewProvider.ts @@ -394,7 +394,7 @@ export class DiffViewProvider { edit.replace(updatedDocument.uri, fullRange, this.stripAllBOMs(this.originalContent ?? "")) - // Apply the edit and save, since contents shouldnt have changed + // Apply the edit and save, since contents shouldn't have changed // this won't show in local history unless of course the user made // changes and saved during the edit. await vscode.workspace.applyEdit(edit) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index c5213882068..e72c1726f35 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -518,7 +518,7 @@ export const ChatTextArea = forwardRef( const charAfterIsWhitespace = charAfterCursor === " " || charAfterCursor === "\n" || charAfterCursor === "\r\n" - // Checks if char before cusor is whitespace after a mention. + // Checks if char before cursor is whitespace after a mention. if ( charBeforeIsWhitespace && // "$" is added to ensure the match occurs at the end of the string. diff --git a/webview-ui/src/utils/validate.ts b/webview-ui/src/utils/validate.ts index 116013d03fa..1aff3036da7 100644 --- a/webview-ui/src/utils/validate.ts +++ b/webview-ui/src/utils/validate.ts @@ -289,7 +289,7 @@ export function validateApiConfigurationExcludingModelErrors( organizationAllowList, ) - // Inly return organization errors if they're not model-specific. + // Only return organization errors if they're not model-specific. if (organizationAllowListError && organizationAllowListError.code === "PROVIDER_NOT_ALLOWED") { return organizationAllowListError.message } From ae3118bacb115ca074416433b8e2e4cdfb84f658 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 16 Feb 2026 02:09:44 +0800 Subject: [PATCH 2/3] Correct misspelled CodeAccordian component name Correct the component name typo by renaming CodeAccordian to CodeAccordion and updating all references. No behavior changes are introduced. --- .../src/components/chat/BatchDiffApproval.tsx | 4 ++-- webview-ui/src/components/chat/ChatRow.tsx | 16 ++++++++-------- .../{CodeAccordian.tsx => CodeAccordion.tsx} | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) rename webview-ui/src/components/common/{CodeAccordian.tsx => CodeAccordion.tsx} (97%) diff --git a/webview-ui/src/components/chat/BatchDiffApproval.tsx b/webview-ui/src/components/chat/BatchDiffApproval.tsx index f128e4310d3..a6a919681a4 100644 --- a/webview-ui/src/components/chat/BatchDiffApproval.tsx +++ b/webview-ui/src/components/chat/BatchDiffApproval.tsx @@ -1,5 +1,5 @@ import React, { memo, useState } from "react" -import CodeAccordian from "../common/CodeAccordian" +import CodeAccordion from "../common/CodeAccordion" interface FileDiff { path: string @@ -41,7 +41,7 @@ export const BatchDiffApproval = memo(({ files = [], ts }: BatchDiffApprovalProp return (
-
-
-
-
-
- (message.text) return (
- { +}: CodeAccordionProps) => { const inferredLanguage = useMemo(() => language ?? (path ? getLanguageFromPath(path) : "txt"), [path, language]) const source = useMemo(() => code.trim(), [code]) const hasHeader = Boolean(path || isFeedback || header) @@ -128,4 +128,4 @@ const CodeAccordian = ({ ) } -export default memo(CodeAccordian) +export default memo(CodeAccordion) From 80363a6b217c726a2698fddb21c49b24ba7302d7 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 16 Feb 2026 03:36:50 +0800 Subject: [PATCH 3/3] Correct GitHub, macOS, and Windows casing in product copy Standardize GitHub, macOS, and Windows casing across product copy, documentation, tests, and localized strings for consistent user-facing terminology. --- CHANGELOG.md | 2 +- apps/web-roo-code/src/app/page.tsx | 2 +- apps/web-roo-code/src/app/pricing/page.tsx | 2 +- .../src/components/homepage/option-overview-section.tsx | 4 ++-- .../src/components/homepage/use-examples-section.tsx | 4 ++-- packages/evals/README.md | 2 +- src/utils/path.ts | 2 +- .../components/cloud/__tests__/CloudUpsellDialog.spec.tsx | 4 ++-- .../src/components/cloud/__tests__/CloudView.spec.tsx | 6 +++--- webview-ui/src/i18n/locales/ca/cloud.json | 2 +- webview-ui/src/i18n/locales/de/cloud.json | 2 +- webview-ui/src/i18n/locales/en/cloud.json | 2 +- webview-ui/src/i18n/locales/es/cloud.json | 2 +- webview-ui/src/i18n/locales/fr/cloud.json | 2 +- webview-ui/src/i18n/locales/hi/cloud.json | 2 +- webview-ui/src/i18n/locales/id/cloud.json | 2 +- webview-ui/src/i18n/locales/it/cloud.json | 2 +- webview-ui/src/i18n/locales/ja/cloud.json | 2 +- webview-ui/src/i18n/locales/nl/cloud.json | 2 +- webview-ui/src/i18n/locales/pl/cloud.json | 2 +- webview-ui/src/i18n/locales/pt-BR/cloud.json | 2 +- webview-ui/src/i18n/locales/ru/cloud.json | 2 +- webview-ui/src/i18n/locales/tr/cloud.json | 2 +- webview-ui/src/i18n/locales/vi/cloud.json | 2 +- 24 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fdd2b2ff1..f361ca29884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2572,7 +2572,7 @@ - Custom ARNs in Amazon Bedrock (thanks @Smartsheet-JB-Brown!) - Update MCP servers directory path for platform compatibility (thanks @hannesrudolph!) - Fix browser system prompt inclusion rules (thanks @cannuri!) -- Publish git tags to github from CI (thanks @pdecat!) +- Publish git tags to GitHub from CI (thanks @pdecat!) - Fixes to OpenAI-style cost calculations (thanks @dtrugman!) - Fix to allow using an excluded directory as your working directory (thanks @Szpadel!) - Kotlin language support in list_code_definition_names tool (thanks @kohii!) diff --git a/apps/web-roo-code/src/app/page.tsx b/apps/web-roo-code/src/app/page.tsx index f7ac47cf93e..1154454f09a 100644 --- a/apps/web-roo-code/src/app/page.tsx +++ b/apps/web-roo-code/src/app/page.tsx @@ -33,7 +33,7 @@ export default async function Home() {

Use the Roo Code Extension on your computer for full control, or delegate work to your{" "} - Roo Code Cloud Agents from the web, Slack, Github + Roo Code Cloud Agents from the web, Slack, GitHub or wherever your team is.

diff --git a/apps/web-roo-code/src/app/pricing/page.tsx b/apps/web-roo-code/src/app/pricing/page.tsx index a46b5c67cc5..92c1e7bd67b 100644 --- a/apps/web-roo-code/src/app/pricing/page.tsx +++ b/apps/web-roo-code/src/app/pricing/page.tsx @@ -97,7 +97,7 @@ const pricingTiers: PricingTier[] = [ description: "For AI-forward engineers", featuresIntro: "Go beyond the extension with", features: [ - "Access to Cloud Agents: fully autonomous development you can kick off from Github and the web", + "Access to Cloud Agents: fully autonomous development you can kick off from GitHub and the web", "Access to the Roo Code Router", "Follow your tasks from anywhere", "Share tasks with friends and co-workers", diff --git a/apps/web-roo-code/src/components/homepage/option-overview-section.tsx b/apps/web-roo-code/src/components/homepage/option-overview-section.tsx index 60e3f4bc76f..cce11512cd7 100644 --- a/apps/web-roo-code/src/components/homepage/option-overview-section.tsx +++ b/apps/web-roo-code/src/components/homepage/option-overview-section.tsx @@ -65,7 +65,7 @@ export function OptionOverviewSection() {

- Create your agent team in the Cloud, give them access to Github and start giving them + Create your agent team in the Cloud, give them access to GitHub and start giving them tasks:

    @@ -76,7 +76,7 @@ export function OptionOverviewSection() {
  • Create tasks from the Web and Slack (more integrations soon)
  • -
  • Get PR Reviews (and fixes) directly on Github
  • +
  • Get PR Reviews (and fixes) directly on GitHub
  • Collaborate with co-workers

diff --git a/apps/web-roo-code/src/components/homepage/use-examples-section.tsx b/apps/web-roo-code/src/components/homepage/use-examples-section.tsx index f230a7e869f..ecb066410b5 100644 --- a/apps/web-roo-code/src/components/homepage/use-examples-section.tsx +++ b/apps/web-roo-code/src/components/homepage/use-examples-section.tsx @@ -54,7 +54,7 @@ const SOURCES = { icon: Pointer, }, github: { - name: "Github", + name: "GitHub", icon: Github, }, extension: { @@ -161,7 +161,7 @@ const USE_CASES: UseCase[] = [ }, { role: "Support Engineer", - use: "What's causing this stack trace? The customer is on MacOS 26.1.", + use: "What's causing this stack trace? The customer is on macOS 26.1.", agent: AGENTS.explainer, context: SOURCES.web, }, diff --git a/packages/evals/README.md b/packages/evals/README.md index 441f1a3021f..4e5f38142e3 100644 --- a/packages/evals/README.md +++ b/packages/evals/README.md @@ -72,7 +72,7 @@ To stop an evals run early you can simply stop the "controller" container using The evals system runs VS Code headlessly in Docker containers for consistent, reproducible environments. While this design ensures reliability, it can make debugging more challenging. For debugging purposes, you can run the system locally on macOS, though this approach is less reliable due to hardware and environment variability. -To configure your MacOS system to run evals locally, execute the setup script: +To configure your macOS system to run evals locally, execute the setup script: ```sh cd packages/evals && ./scripts/setup.sh diff --git a/src/utils/path.ts b/src/utils/path.ts index c1f49099959..a58f10edc06 100644 --- a/src/utils/path.ts +++ b/src/utils/path.ts @@ -24,7 +24,7 @@ to ensure correct behavior on all platforms. The toPosixPath and arePathsEqual f primarily used for presentation and comparison purposes, not for actual file system operations. Observations: -- Macos isn't so flexible with mixed separators, whereas windows can handle both. ("Node.js does automatically handle path separators on Windows, converting forward slashes to backslashes as needed. However, on macOS and other Unix-like systems, the path separator is always a forward slash (/), and backslashes are treated as regular characters.") +- macOS isn't so flexible with mixed separators, whereas Windows can handle both. ("Node.js does automatically handle path separators on Windows, converting forward slashes to backslashes as needed. However, on macOS and other Unix-like systems, the path separator is always a forward slash (/), and backslashes are treated as regular characters.") */ function toPosixPath(p: string) { diff --git a/webview-ui/src/components/cloud/__tests__/CloudUpsellDialog.spec.tsx b/webview-ui/src/components/cloud/__tests__/CloudUpsellDialog.spec.tsx index 9fd3fc045c8..804050ecd2e 100644 --- a/webview-ui/src/components/cloud/__tests__/CloudUpsellDialog.spec.tsx +++ b/webview-ui/src/components/cloud/__tests__/CloudUpsellDialog.spec.tsx @@ -10,7 +10,7 @@ vi.mock("react-i18next", () => ({ "cloud:cloudBenefitsTitle": "Try Roo Code Cloud", "cloud:cloudBenefitProvider": "Access free and paid models that work great with Roo", "cloud:cloudBenefitCloudAgents": "Give tasks to autonomous Cloud agents", - "cloud:cloudBenefitTriggers": "Get code reviews on Github, start tasks from Slack and more", + "cloud:cloudBenefitTriggers": "Get code reviews on GitHub, start tasks from Slack and more", "cloud:cloudBenefitWalkaway": "Follow and control tasks from anywhere (including your phone)", "cloud:cloudBenefitHistory": "Access your task history from anywhere and share them with others", "cloud:cloudBenefitMetrics": "Get a holistic view of your token consumption", @@ -35,7 +35,7 @@ describe("CloudUpsellDialog", () => { expect(screen.getByText("Try Roo Code Cloud")).toBeInTheDocument() expect(screen.getByText("Access free and paid models that work great with Roo")).toBeInTheDocument() expect(screen.getByText("Give tasks to autonomous Cloud agents")).toBeInTheDocument() - expect(screen.getByText("Get code reviews on Github, start tasks from Slack and more")).toBeInTheDocument() + expect(screen.getByText("Get code reviews on GitHub, start tasks from Slack and more")).toBeInTheDocument() expect(screen.getByText("Follow and control tasks from anywhere (including your phone)")).toBeInTheDocument() expect( screen.getByText("Access your task history from anywhere and share them with others"), diff --git a/webview-ui/src/components/cloud/__tests__/CloudView.spec.tsx b/webview-ui/src/components/cloud/__tests__/CloudView.spec.tsx index 87f5da9c651..cdedbd33dfb 100644 --- a/webview-ui/src/components/cloud/__tests__/CloudView.spec.tsx +++ b/webview-ui/src/components/cloud/__tests__/CloudView.spec.tsx @@ -13,7 +13,7 @@ vi.mock("@src/i18n/TranslationContext", () => ({ "cloud:cloudBenefitsTitle": "Try Roo Code Cloud", "cloud:cloudBenefitProvider": "Access free and paid models that work great with Roo", "cloud:cloudBenefitCloudAgents": "Give tasks to autonomous Cloud agents", - "cloud:cloudBenefitTriggers": "Get code reviews on Github, start tasks from Slack and more", + "cloud:cloudBenefitTriggers": "Get code reviews on GitHub, start tasks from Slack and more", "cloud:cloudBenefitWalkaway": "Follow and control tasks from anywhere (including your phone)", "cloud:cloudBenefitHistory": "Access your task history from anywhere and share them with others", "cloud:cloudBenefitMetrics": "Get a holistic view of your token consumption", @@ -78,7 +78,7 @@ describe("CloudView", () => { expect(screen.getByRole("heading", { name: "Try Roo Code Cloud" })).toBeInTheDocument() expect(screen.getByText("Access free and paid models that work great with Roo")).toBeInTheDocument() expect(screen.getByText("Give tasks to autonomous Cloud agents")).toBeInTheDocument() - expect(screen.getByText("Get code reviews on Github, start tasks from Slack and more")).toBeInTheDocument() + expect(screen.getByText("Get code reviews on GitHub, start tasks from Slack and more")).toBeInTheDocument() expect(screen.getByText("Follow and control tasks from anywhere (including your phone)")).toBeInTheDocument() expect( screen.getByText("Access your task history from anywhere and share them with others"), @@ -101,7 +101,7 @@ describe("CloudView", () => { expect(screen.queryByText("Access free and paid models that work great with Roo")).not.toBeInTheDocument() expect(screen.queryByText("Give tasks to autonomous Cloud agents")).not.toBeInTheDocument() expect( - screen.queryByText("Get code reviews on Github, start tasks from Slack and more"), + screen.queryByText("Get code reviews on GitHub, start tasks from Slack and more"), ).not.toBeInTheDocument() expect( screen.queryByText("Follow and control tasks from anywhere (including your phone)"), diff --git a/webview-ui/src/i18n/locales/ca/cloud.json b/webview-ui/src/i18n/locales/ca/cloud.json index 077cdf42fa3..3e4522f892c 100644 --- a/webview-ui/src/i18n/locales/ca/cloud.json +++ b/webview-ui/src/i18n/locales/ca/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Prova Roo Code Cloud", "cloudBenefitProvider": "Accedeix a models gratuïts i de pagament que funcionen molt bé amb Roo", "cloudBenefitCloudAgents": "Dona tasques a agents autònoms al núvol", - "cloudBenefitTriggers": "Obtén revisions de codi a Github, inicia tasques des de Slack i més", + "cloudBenefitTriggers": "Obtén revisions de codi a GitHub, inicia tasques des de Slack i més", "cloudBenefitWalkaway": "Segueix i controla tasques des de qualsevol lloc (inclòs el telèfon)", "cloudBenefitHistory": "Accedeix al teu historial de tasques des de qualsevol lloc i comparteix-les amb altres", "cloudBenefitMetrics": "Obtén una visió holística del teu consum de tokens", diff --git a/webview-ui/src/i18n/locales/de/cloud.json b/webview-ui/src/i18n/locales/de/cloud.json index 70e480cbc4e..d1fb1e3f51f 100644 --- a/webview-ui/src/i18n/locales/de/cloud.json +++ b/webview-ui/src/i18n/locales/de/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Roo Code Cloud ausprobieren", "cloudBenefitProvider": "Zugriff auf kostenlose und kostenpflichtige Modelle, die hervorragend mit Roo funktionieren", "cloudBenefitCloudAgents": "Aufgaben an autonome Cloud-Agenten übergeben", - "cloudBenefitTriggers": "Code-Reviews auf Github erhalten, Aufgaben aus Slack starten und mehr", + "cloudBenefitTriggers": "Code-Reviews auf GitHub erhalten, Aufgaben aus Slack starten und mehr", "cloudBenefitWalkaway": "Aufgaben von überall verfolgen und steuern (auch vom Handy)", "cloudBenefitHistory": "Von überall auf deinen Aufgabenverlauf zugreifen und ihn mit anderen teilen", "cloudBenefitMetrics": "Erhalte einen ganzheitlichen Überblick über deinen Token-Verbrauch", diff --git a/webview-ui/src/i18n/locales/en/cloud.json b/webview-ui/src/i18n/locales/en/cloud.json index 4ba0d5f62d2..e7650d40110 100644 --- a/webview-ui/src/i18n/locales/en/cloud.json +++ b/webview-ui/src/i18n/locales/en/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Try Roo Code Cloud", "cloudBenefitProvider": "Access free and paid models that work great with Roo", "cloudBenefitCloudAgents": "Give tasks to autonomous Cloud agents", - "cloudBenefitTriggers": "Get code reviews on Github, start tasks from Slack and more", + "cloudBenefitTriggers": "Get code reviews on GitHub, start tasks from Slack and more", "cloudBenefitWalkaway": "Follow and control tasks from anywhere (including your phone)", "cloudBenefitHistory": "Access your task history from anywhere and share them with others", "cloudBenefitMetrics": "Get a holistic view of your token consumption", diff --git a/webview-ui/src/i18n/locales/es/cloud.json b/webview-ui/src/i18n/locales/es/cloud.json index 1281cccb419..6cb60be3e90 100644 --- a/webview-ui/src/i18n/locales/es/cloud.json +++ b/webview-ui/src/i18n/locales/es/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Prueba Roo Code Cloud", "cloudBenefitProvider": "Accede a modelos gratuitos y de pago que funcionan genial con Roo", "cloudBenefitCloudAgents": "Da tareas a agentes autónomos en la nube", - "cloudBenefitTriggers": "Obtén revisiones de código en Github, inicia tareas desde Slack y más", + "cloudBenefitTriggers": "Obtén revisiones de código en GitHub, inicia tareas desde Slack y más", "cloudBenefitWalkaway": "Sigue y controla tareas desde cualquier lugar (incluido tu teléfono)", "cloudBenefitHistory": "Accede a tu historial de tareas desde cualquier lugar y compártelas con otros", "cloudBenefitMetrics": "Obtén una visión holística de tu consumo de tokens", diff --git a/webview-ui/src/i18n/locales/fr/cloud.json b/webview-ui/src/i18n/locales/fr/cloud.json index 8e031aaad8a..ea5e207ce14 100644 --- a/webview-ui/src/i18n/locales/fr/cloud.json +++ b/webview-ui/src/i18n/locales/fr/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Essayez Roo Code Cloud", "cloudBenefitProvider": "Accédez à des modèles gratuits et payants qui fonctionnent parfaitement avec Roo", "cloudBenefitCloudAgents": "Donnez des tâches à des agents Cloud autonomes", - "cloudBenefitTriggers": "Obtenez des revues de code sur Github, lancez des tâches depuis Slack et plus encore", + "cloudBenefitTriggers": "Obtenez des revues de code sur GitHub, lancez des tâches depuis Slack et plus encore", "cloudBenefitWalkaway": "Suivez et contrôlez les tâches de n'importe où (y compris votre téléphone)", "cloudBenefitHistory": "Accédez à votre historique de tâches de n'importe où et partagez-les avec d'autres", "cloudBenefitMetrics": "Obtenez une vue holistique de votre consommation de tokens", diff --git a/webview-ui/src/i18n/locales/hi/cloud.json b/webview-ui/src/i18n/locales/hi/cloud.json index ecf6e1f1010..3a877286f09 100644 --- a/webview-ui/src/i18n/locales/hi/cloud.json +++ b/webview-ui/src/i18n/locales/hi/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Roo Code Cloud आज़माएं", "cloudBenefitProvider": "मुफ़्त और सशुल्क मॉडल एक्सेस करें जो Roo के साथ बढ़िया काम करते हैं", "cloudBenefitCloudAgents": "स्वायत्त क्लाउड एजेंटों को कार्य दें", - "cloudBenefitTriggers": "Github पर कोड समीक्षाएं प्राप्त करें, Slack से कार्य शुरू करें और बहुत कुछ", + "cloudBenefitTriggers": "GitHub पर कोड समीक्षाएं प्राप्त करें, Slack से कार्य शुरू करें और बहुत कुछ", "cloudBenefitWalkaway": "कहीं से भी कार्यों का पालन और नियंत्रण करें (अपने फोन सहित)", "cloudBenefitHistory": "कहीं से भी अपने कार्य इतिहास तक पहुंचें और उन्हें दूसरों के साथ साझा करें", "cloudBenefitMetrics": "अपने टोकन उपभोग का समग्र दृश्य प्राप्त करें", diff --git a/webview-ui/src/i18n/locales/id/cloud.json b/webview-ui/src/i18n/locales/id/cloud.json index 3e3e293f973..33d31688a91 100644 --- a/webview-ui/src/i18n/locales/id/cloud.json +++ b/webview-ui/src/i18n/locales/id/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Coba Roo Code Cloud", "cloudBenefitProvider": "Akses model gratis dan berbayar yang bekerja sangat baik dengan Roo", "cloudBenefitCloudAgents": "Berikan tugas kepada agen Cloud otonom", - "cloudBenefitTriggers": "Dapatkan ulasan kode di Github, mulai tugas dari Slack, dan lainnya", + "cloudBenefitTriggers": "Dapatkan ulasan kode di GitHub, mulai tugas dari Slack, dan lainnya", "cloudBenefitWalkaway": "Ikuti dan kontrol tugas dari mana saja (termasuk ponsel Anda)", "cloudBenefitHistory": "Akses riwayat tugas Anda dari mana saja dan bagikan dengan orang lain", "cloudBenefitMetrics": "Dapatkan tampilan holistik konsumsi token Anda", diff --git a/webview-ui/src/i18n/locales/it/cloud.json b/webview-ui/src/i18n/locales/it/cloud.json index cd575786d5c..36dbaafd02c 100644 --- a/webview-ui/src/i18n/locales/it/cloud.json +++ b/webview-ui/src/i18n/locales/it/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Prova Roo Code Cloud", "cloudBenefitProvider": "Accedi a modelli gratuiti e a pagamento che funzionano perfettamente con Roo", "cloudBenefitCloudAgents": "Assegna attività ad agenti Cloud autonomi", - "cloudBenefitTriggers": "Ottieni revisioni del codice su Github, avvia attività da Slack e altro", + "cloudBenefitTriggers": "Ottieni revisioni del codice su GitHub, avvia attività da Slack e altro", "cloudBenefitWalkaway": "Segui e controlla le attività da qualsiasi luogo (incluso il tuo telefono)", "cloudBenefitHistory": "Accedi alla cronologia delle tue attività da qualsiasi luogo e condividile con altri", "cloudBenefitMetrics": "Ottieni una visione olistica del tuo consumo di token", diff --git a/webview-ui/src/i18n/locales/ja/cloud.json b/webview-ui/src/i18n/locales/ja/cloud.json index d25f61b78c8..3e63ddd034a 100644 --- a/webview-ui/src/i18n/locales/ja/cloud.json +++ b/webview-ui/src/i18n/locales/ja/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Roo Code Cloudを試す", "cloudBenefitProvider": "Rooと相性の良い無料および有料モデルにアクセス", "cloudBenefitCloudAgents": "自律型クラウドエージェントにタスクを依頼", - "cloudBenefitTriggers": "Githubでコードレビューを取得、Slackからタスクを開始など", + "cloudBenefitTriggers": "GitHubでコードレビューを取得、Slackからタスクを開始など", "cloudBenefitWalkaway": "どこからでも(スマートフォンを含む)タスクを追跡および制御", "cloudBenefitHistory": "どこからでもタスク履歴にアクセスし、他の人と共有", "cloudBenefitMetrics": "トークン消費の全体像を把握", diff --git a/webview-ui/src/i18n/locales/nl/cloud.json b/webview-ui/src/i18n/locales/nl/cloud.json index dad073fdc2f..58efaa87337 100644 --- a/webview-ui/src/i18n/locales/nl/cloud.json +++ b/webview-ui/src/i18n/locales/nl/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Probeer Roo Code Cloud", "cloudBenefitProvider": "Toegang tot gratis en betaalde modellen die geweldig werken met Roo", "cloudBenefitCloudAgents": "Geef taken aan autonome Cloud-agents", - "cloudBenefitTriggers": "Krijg code reviews op Github, start taken vanuit Slack en meer", + "cloudBenefitTriggers": "Krijg code reviews op GitHub, start taken vanuit Slack en meer", "cloudBenefitWalkaway": "Volg en beheer taken van overal (inclusief je telefoon)", "cloudBenefitHistory": "Toegang tot je taakgeschiedenis van overal en deel ze met anderen", "cloudBenefitMetrics": "Krijg een holistisch overzicht van je tokenverbruik", diff --git a/webview-ui/src/i18n/locales/pl/cloud.json b/webview-ui/src/i18n/locales/pl/cloud.json index 827eaa70ef7..462c6fa1dd4 100644 --- a/webview-ui/src/i18n/locales/pl/cloud.json +++ b/webview-ui/src/i18n/locales/pl/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Wypróbuj Roo Code Cloud", "cloudBenefitProvider": "Uzyskaj dostęp do darmowych i płatnych modeli, które świetnie współpracują z Roo", "cloudBenefitCloudAgents": "Zlecaj zadania autonomicznym agentom w chmurze", - "cloudBenefitTriggers": "Otrzymuj recenzje kodu na Githubie, uruchamiaj zadania ze Slacka i nie tylko", + "cloudBenefitTriggers": "Otrzymuj recenzje kodu na GitHubie, uruchamiaj zadania ze Slacka i nie tylko", "cloudBenefitWalkaway": "Śledź i kontroluj zadania z dowolnego miejsca (również z telefonu)", "cloudBenefitHistory": "Uzyskaj dostęp do historii zadań z dowolnego miejsca i udostępniaj je innym", "cloudBenefitMetrics": "Uzyskaj całościowy widok zużycia tokenów", diff --git a/webview-ui/src/i18n/locales/pt-BR/cloud.json b/webview-ui/src/i18n/locales/pt-BR/cloud.json index 1876f1a6669..afd38290318 100644 --- a/webview-ui/src/i18n/locales/pt-BR/cloud.json +++ b/webview-ui/src/i18n/locales/pt-BR/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Experimente o Roo Code Cloud", "cloudBenefitProvider": "Acesse modelos gratuitos e pagos que funcionam muito bem com o Roo", "cloudBenefitCloudAgents": "Dê tarefas a agentes autônomos na nuvem", - "cloudBenefitTriggers": "Obtenha revisões de código no Github, inicie tarefas do Slack e muito mais", + "cloudBenefitTriggers": "Obtenha revisões de código no GitHub, inicie tarefas do Slack e muito mais", "cloudBenefitWalkaway": "Acompanhe e controle tarefas de qualquer lugar (incluindo seu telefone)", "cloudBenefitHistory": "Acesse seu histórico de tarefas de qualquer lugar e compartilhe com outros", "cloudBenefitMetrics": "Obtenha uma visão holística do seu consumo de tokens", diff --git a/webview-ui/src/i18n/locales/ru/cloud.json b/webview-ui/src/i18n/locales/ru/cloud.json index 438a1a90fd6..079205f4eb5 100644 --- a/webview-ui/src/i18n/locales/ru/cloud.json +++ b/webview-ui/src/i18n/locales/ru/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Попробуйте Roo Code Cloud", "cloudBenefitProvider": "Доступ к бесплатным и платным моделям, которые отлично работают с Roo", "cloudBenefitCloudAgents": "Поручайте задачи автономным облачным агентам", - "cloudBenefitTriggers": "Получайте код-ревью на Github, запускайте задачи из Slack и многое другое", + "cloudBenefitTriggers": "Получайте код-ревью на GitHub, запускайте задачи из Slack и многое другое", "cloudBenefitWalkaway": "Отслеживайте и управляйте задачами откуда угодно (включая телефон)", "cloudBenefitHistory": "Доступ к истории задач откуда угодно и возможность делиться ими с другими", "cloudBenefitMetrics": "Получите целостное представление о потреблении токенов", diff --git a/webview-ui/src/i18n/locales/tr/cloud.json b/webview-ui/src/i18n/locales/tr/cloud.json index 24e767a6c37..7d2d21e5c0b 100644 --- a/webview-ui/src/i18n/locales/tr/cloud.json +++ b/webview-ui/src/i18n/locales/tr/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Roo Code Cloud'u Deneyin", "cloudBenefitProvider": "Roo ile harika çalışan ücretsiz ve ücretli modellere erişin", "cloudBenefitCloudAgents": "Otonom Bulut ajanlarına görevler verin", - "cloudBenefitTriggers": "Github'da kod incelemeleri alın, Slack'ten görevler başlatın ve daha fazlasını yapın", + "cloudBenefitTriggers": "GitHub'da kod incelemeleri alın, Slack'ten görevler başlatın ve daha fazlasını yapın", "cloudBenefitWalkaway": "Görevleri her yerden (telefonunuz dahil) takip edin ve kontrol edin", "cloudBenefitHistory": "Görev geçmişinize her yerden erişin ve başkalarıyla paylaşın", "cloudBenefitMetrics": "Token tüketiminizin bütünsel görünümünü elde edin", diff --git a/webview-ui/src/i18n/locales/vi/cloud.json b/webview-ui/src/i18n/locales/vi/cloud.json index e9c4dee7202..daa3dba2291 100644 --- a/webview-ui/src/i18n/locales/vi/cloud.json +++ b/webview-ui/src/i18n/locales/vi/cloud.json @@ -8,7 +8,7 @@ "cloudBenefitsTitle": "Dùng thử Roo Code Cloud", "cloudBenefitProvider": "Truy cập các mô hình miễn phí và trả phí hoạt động tuyệt vời với Roo", "cloudBenefitCloudAgents": "Giao nhiệm vụ cho các agent đám mây tự trị", - "cloudBenefitTriggers": "Nhận đánh giá mã trên Github, bắt đầu tác vụ từ Slack và hơn thế nữa", + "cloudBenefitTriggers": "Nhận đánh giá mã trên GitHub, bắt đầu tác vụ từ Slack và hơn thế nữa", "cloudBenefitWalkaway": "Theo dõi và kiểm soát các tác vụ từ mọi nơi (bao gồm cả điện thoại của bạn)", "cloudBenefitHistory": "Truy cập lịch sử tác vụ của bạn từ mọi nơi và chia sẻ chúng với người khác", "cloudBenefitMetrics": "Có cái nhìn toàn diện về mức tiêu thụ token của bạn",