From 4be21eaf009922e8b5e5c5fa470cc78045ebb0b0 Mon Sep 17 00:00:00 2001 From: Sebastian Sassi Date: Mon, 4 Aug 2025 13:51:34 -0300 Subject: [PATCH 1/6] Datacoves integration. --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +- .github/ISSUE_TEMPLATE/config.yml | 4 +- .github/ISSUE_TEMPLATE/feature_request.yml | 10 +- .github/pull_request_template.md | 6 +- .github/workflows/code-qa.yml | 2 +- .roo/commands/release.md | 2 +- .roo/rules-issue-fixer/9_pr_template.xml | 14 +-- .../1_mode_creation_workflow.xml | 4 +- .../3_mode_configuration_patterns.xml | 8 +- .../6_mode_testing_validation.xml | 2 +- .roomodes | 4 +- CHANGELOG.md | 38 +++--- CONTRIBUTING.md | 10 +- LICENSE | 2 +- PRIVACY.md | 18 +-- README.md | 34 +++--- apps/vscode-e2e/src/suite/extension.test.ts | 2 +- apps/vscode-e2e/src/suite/modes.test.ts | 2 +- apps/vscode-e2e/src/suite/subtasks.test.ts | 2 +- apps/vscode-e2e/src/suite/task.test.ts | 2 +- .../src/suite/tools/apply-diff.test.ts | 2 +- .../src/suite/tools/execute-command.test.ts | 2 +- .../src/suite/tools/insert-content.test.ts | 2 +- .../src/suite/tools/list-files.test.ts | 2 +- .../src/suite/tools/read-file.test.ts | 2 +- .../suite/tools/search-and-replace.test.ts | 2 +- .../src/suite/tools/search-files.test.ts | 2 +- .../src/suite/tools/use-mcp-tool.test.ts | 6 +- .../src/suite/tools/write-to-file.test.ts | 2 +- apps/vscode-nightly/package.json | 2 +- apps/vscode-nightly/package.nls.nightly.json | 10 +- apps/web-evals/src/app/layout.tsx | 2 +- apps/web-evals/src/app/runs/new/new-run.tsx | 4 +- apps/web-roo-code/src/app/enterprise/page.tsx | 49 ++++---- apps/web-roo-code/src/app/evals/evals.tsx | 2 +- apps/web-roo-code/src/app/evals/page.tsx | 6 +- apps/web-roo-code/src/app/layout.tsx | 6 +- apps/web-roo-code/src/app/page.tsx | 2 +- apps/web-roo-code/src/app/privacy/page.tsx | 58 ++++----- apps/web-roo-code/src/app/terms/page.tsx | 43 +++---- .../src/components/chromes/footer.tsx | 16 ++- .../src/components/chromes/nav-bar.tsx | 12 +- .../components/enterprise/contact-form.tsx | 4 +- .../src/components/homepage/faq-section.tsx | 95 +++++++-------- .../src/components/homepage/features.tsx | 18 +-- .../components/homepage/install-section.tsx | 6 +- .../src/components/homepage/testimonials.tsx | 8 +- .../components/homepage/whats-new-button.tsx | 2 +- locales/ca/CONTRIBUTING.md | 10 +- locales/ca/README.md | 34 +++--- locales/de/CONTRIBUTING.md | 10 +- locales/de/README.md | 34 +++--- locales/es/CONTRIBUTING.md | 10 +- locales/es/README.md | 34 +++--- locales/fr/CONTRIBUTING.md | 10 +- locales/fr/README.md | 34 +++--- locales/hi/CONTRIBUTING.md | 10 +- locales/hi/README.md | 34 +++--- locales/id/CONTRIBUTING.md | 10 +- locales/id/README.md | 32 ++--- locales/it/CONTRIBUTING.md | 10 +- locales/it/README.md | 34 +++--- locales/ja/CONTRIBUTING.md | 10 +- locales/ja/README.md | 34 +++--- locales/ko/CONTRIBUTING.md | 10 +- locales/ko/README.md | 34 +++--- locales/nl/CONTRIBUTING.md | 10 +- locales/nl/README.md | 34 +++--- locales/pl/CONTRIBUTING.md | 10 +- locales/pl/README.md | 34 +++--- locales/pt-BR/CONTRIBUTING.md | 10 +- locales/pt-BR/README.md | 34 +++--- locales/ru/CONTRIBUTING.md | 10 +- locales/ru/README.md | 34 +++--- locales/tr/CONTRIBUTING.md | 10 +- locales/tr/README.md | 34 +++--- locales/vi/CONTRIBUTING.md | 10 +- locales/vi/README.md | 34 +++--- locales/zh-CN/CONTRIBUTING.md | 10 +- locales/zh-CN/README.md | 34 +++--- locales/zh-TW/CONTRIBUTING.md | 10 +- locales/zh-TW/README.md | 36 +++--- packages/build/package.json | 2 +- packages/build/src/__tests__/index.test.ts | 9 +- packages/evals/ADDING-EVALS.md | 6 +- packages/evals/ARCHITECTURE.md | 2 +- packages/evals/Dockerfile.runner | 2 +- packages/evals/README.md | 8 +- packages/evals/package.json | 2 +- packages/evals/scripts/setup.sh | 8 +- packages/evals/src/cli/utils.ts | 2 +- packages/ipc/package.json | 2 +- packages/telemetry/package.json | 2 +- .../telemetry/src/PostHogTelemetryClient.ts | 2 +- packages/types/npm/README.md | 6 +- packages/types/npm/package.json | 4 +- packages/types/src/vscode.ts | 1 - scripts/install-vsix.js | 4 +- src/__mocks__/vscode.js | 2 +- src/activate/CodeActionProvider.ts | 10 +- .../__tests__/registerCommands.spec.ts | 4 +- src/activate/registerCommands.ts | 15 +-- src/api/providers/__tests__/cerebras.spec.ts | 4 +- src/api/providers/__tests__/constants.spec.ts | 2 +- src/api/providers/__tests__/openai.spec.ts | 2 +- .../providers/__tests__/openrouter.spec.ts | 2 +- src/api/providers/__tests__/requesty.spec.ts | 2 +- src/api/providers/constants.ts | 2 +- src/api/providers/lm-studio.ts | 4 +- src/api/providers/vscode-lm.ts | 82 +++++++------ src/api/transform/vscode-lm-format.ts | 7 +- src/assets/icons/icon-nightly.png | Bin 5626 -> 10785 bytes src/assets/icons/icon.png | Bin 5626 -> 10785 bytes src/assets/icons/icon.svg | 20 ++-- src/assets/icons/panel_dark.png | Bin 1384 -> 1727 bytes src/assets/icons/panel_light.png | Bin 1173 -> 2235 bytes src/assets/images/datacoves-logo.svg | 11 ++ src/assets/images/roo-logo.svg | 3 - .../__tests__/multi-search-replace.spec.ts | 8 +- src/core/webview/ClineProvider.ts | 8 +- src/extension.ts | 2 +- src/i18n/locales/ca/common.json | 10 +- src/i18n/locales/ca/mcp.json | 2 +- src/i18n/locales/ca/tools.json | 2 +- src/i18n/locales/de/common.json | 8 +- src/i18n/locales/de/mcp.json | 2 +- src/i18n/locales/de/tools.json | 2 +- src/i18n/locales/en/common.json | 14 +-- src/i18n/locales/en/mcp.json | 2 +- src/i18n/locales/en/tools.json | 2 +- src/i18n/locales/es/common.json | 10 +- src/i18n/locales/es/mcp.json | 2 +- src/i18n/locales/es/tools.json | 2 +- src/i18n/locales/fr/common.json | 14 +-- src/i18n/locales/fr/mcp.json | 2 +- src/i18n/locales/fr/tools.json | 2 +- src/i18n/locales/hi/common.json | 14 +-- src/i18n/locales/hi/mcp.json | 2 +- src/i18n/locales/hi/tools.json | 2 +- src/i18n/locales/id/common.json | 14 +-- src/i18n/locales/id/mcp.json | 2 +- src/i18n/locales/id/tools.json | 2 +- src/i18n/locales/it/common.json | 12 +- src/i18n/locales/it/mcp.json | 2 +- src/i18n/locales/it/tools.json | 2 +- src/i18n/locales/ja/common.json | 8 +- src/i18n/locales/ko/common.json | 12 +- src/i18n/locales/nl/common.json | 10 +- src/i18n/locales/nl/mcp.json | 2 +- src/i18n/locales/nl/tools.json | 2 +- src/i18n/locales/pl/common.json | 10 +- src/i18n/locales/pl/mcp.json | 2 +- src/i18n/locales/pl/tools.json | 2 +- src/i18n/locales/pt-BR/common.json | 12 +- src/i18n/locales/pt-BR/mcp.json | 2 +- src/i18n/locales/pt-BR/tools.json | 2 +- src/i18n/locales/ru/common.json | 10 +- src/i18n/locales/ru/mcp.json | 2 +- src/i18n/locales/ru/tools.json | 2 +- src/i18n/locales/tr/common.json | 14 +-- src/i18n/locales/tr/tools.json | 2 +- src/i18n/locales/vi/common.json | 12 +- src/i18n/locales/vi/mcp.json | 2 +- src/i18n/locales/vi/tools.json | 2 +- src/i18n/locales/zh-CN/common.json | 12 +- src/i18n/locales/zh-CN/mcp.json | 2 +- src/i18n/locales/zh-CN/tools.json | 2 +- src/i18n/locales/zh-TW/common.json | 14 +-- src/i18n/locales/zh-TW/mcp.json | 2 +- src/i18n/locales/zh-TW/tools.json | 2 +- src/integrations/claude-code/run.ts | 2 +- .../__tests__/extract-text-from-xlsx.test.ts | 4 +- .../terminal/BaseTerminalProcess.ts | 2 +- src/integrations/terminal/Terminal.ts | 2 +- .../__tests__/TerminalProcess.spec.ts | 2 +- .../TerminalProcessExec.bash.spec.ts | 2 +- .../__tests__/TerminalProcessExec.cmd.spec.ts | 2 +- .../TerminalProcessExec.pwsh.spec.ts | 2 +- .../__tests__/TerminalRegistry.spec.ts | 10 +- src/package.json | 17 +-- src/package.nls.ca.json | 16 +-- src/package.nls.de.json | 14 +-- src/package.nls.es.json | 16 +-- src/package.nls.fr.json | 16 +-- src/package.nls.hi.json | 16 +-- src/package.nls.id.json | 16 +-- src/package.nls.it.json | 16 +-- src/package.nls.ja.json | 14 +-- src/package.nls.json | 16 +-- src/package.nls.ko.json | 16 +-- src/package.nls.nl.json | 14 +-- src/package.nls.pl.json | 14 +-- src/package.nls.pt-BR.json | 16 +-- src/package.nls.ru.json | 16 +-- src/package.nls.tr.json | 16 +-- src/package.nls.vi.json | 16 +-- src/package.nls.zh-CN.json | 16 +-- src/package.nls.zh-TW.json | 16 +-- .../checkpoints/ShadowCheckpointService.ts | 2 +- .../__tests__/ShadowCheckpointService.spec.ts | 8 +- .../__tests__/frontmatter-commands.spec.ts | 4 +- src/services/mcp/McpHub.ts | 2 +- src/services/mdm/__tests__/MdmService.spec.ts | 8 +- .../__tests__/markdownParser.spec.ts | 4 +- webview-ui/index.html | 2 +- webview-ui/src/App.tsx | 10 +- .../account/__tests__/AccountView.spec.tsx | 6 +- .../src/components/chat/ChatTextArea.tsx | 6 +- webview-ui/src/components/chat/ChatView.tsx | 6 +- .../src/components/chat/TaskActions.tsx | 1 - webview-ui/src/components/chat/TaskHeader.tsx | 1 - .../chat/__tests__/Announcement.spec.tsx | 8 +- .../chat/__tests__/TaskActions.spec.tsx | 10 +- .../MarketplaceViewStateManager.ts | 4 +- .../src/components/settings/SettingsView.tsx | 10 +- webview-ui/src/components/welcome/RooHero.tsx | 6 +- webview-ui/src/i18n/locales/ca/account.json | 6 +- webview-ui/src/i18n/locales/ca/chat.json | 112 +++++++++--------- .../src/i18n/locales/ca/marketplace.json | 2 +- webview-ui/src/i18n/locales/ca/mcp.json | 8 +- webview-ui/src/i18n/locales/ca/prompts.json | 6 +- webview-ui/src/i18n/locales/ca/settings.json | 60 +++++----- webview-ui/src/i18n/locales/ca/welcome.json | 8 +- webview-ui/src/i18n/locales/de/account.json | 6 +- webview-ui/src/i18n/locales/de/chat.json | 112 +++++++++--------- .../src/i18n/locales/de/marketplace.json | 2 +- webview-ui/src/i18n/locales/de/mcp.json | 8 +- webview-ui/src/i18n/locales/de/prompts.json | 4 +- webview-ui/src/i18n/locales/de/settings.json | 58 ++++----- webview-ui/src/i18n/locales/de/welcome.json | 8 +- webview-ui/src/i18n/locales/en/account.json | 6 +- webview-ui/src/i18n/locales/en/chat.json | 110 ++++++++--------- .../src/i18n/locales/en/marketplace.json | 2 +- webview-ui/src/i18n/locales/en/mcp.json | 8 +- webview-ui/src/i18n/locales/en/prompts.json | 8 +- webview-ui/src/i18n/locales/en/settings.json | 60 +++++----- webview-ui/src/i18n/locales/en/welcome.json | 10 +- webview-ui/src/i18n/locales/es/account.json | 6 +- webview-ui/src/i18n/locales/es/chat.json | 112 +++++++++--------- .../src/i18n/locales/es/marketplace.json | 2 +- webview-ui/src/i18n/locales/es/mcp.json | 8 +- webview-ui/src/i18n/locales/es/prompts.json | 6 +- webview-ui/src/i18n/locales/es/settings.json | 60 +++++----- webview-ui/src/i18n/locales/es/welcome.json | 8 +- webview-ui/src/i18n/locales/fr/account.json | 6 +- webview-ui/src/i18n/locales/fr/chat.json | 110 ++++++++--------- .../src/i18n/locales/fr/marketplace.json | 2 +- webview-ui/src/i18n/locales/fr/mcp.json | 8 +- webview-ui/src/i18n/locales/fr/prompts.json | 6 +- webview-ui/src/i18n/locales/fr/settings.json | 60 +++++----- webview-ui/src/i18n/locales/fr/welcome.json | 8 +- webview-ui/src/i18n/locales/hi/account.json | 6 +- webview-ui/src/i18n/locales/hi/chat.json | 110 ++++++++--------- .../src/i18n/locales/hi/marketplace.json | 2 +- webview-ui/src/i18n/locales/hi/mcp.json | 8 +- webview-ui/src/i18n/locales/hi/prompts.json | 8 +- webview-ui/src/i18n/locales/hi/settings.json | 56 ++++----- webview-ui/src/i18n/locales/hi/welcome.json | 8 +- webview-ui/src/i18n/locales/id/account.json | 6 +- webview-ui/src/i18n/locales/id/chat.json | 110 ++++++++--------- .../src/i18n/locales/id/marketplace.json | 2 +- webview-ui/src/i18n/locales/id/mcp.json | 8 +- webview-ui/src/i18n/locales/id/prompts.json | 8 +- webview-ui/src/i18n/locales/id/settings.json | 64 +++++----- webview-ui/src/i18n/locales/id/welcome.json | 8 +- webview-ui/src/i18n/locales/it/account.json | 6 +- webview-ui/src/i18n/locales/it/chat.json | 110 ++++++++--------- .../src/i18n/locales/it/marketplace.json | 2 +- webview-ui/src/i18n/locales/it/mcp.json | 8 +- webview-ui/src/i18n/locales/it/prompts.json | 6 +- webview-ui/src/i18n/locales/it/settings.json | 60 +++++----- webview-ui/src/i18n/locales/it/welcome.json | 8 +- webview-ui/src/i18n/locales/ja/account.json | 6 +- webview-ui/src/i18n/locales/ja/chat.json | 16 +-- .../src/i18n/locales/ja/marketplace.json | 2 +- webview-ui/src/i18n/locales/ja/settings.json | 12 +- webview-ui/src/i18n/locales/ja/welcome.json | 6 +- webview-ui/src/i18n/locales/ko/account.json | 6 +- webview-ui/src/i18n/locales/ko/chat.json | 14 +-- .../src/i18n/locales/ko/marketplace.json | 2 +- webview-ui/src/i18n/locales/ko/settings.json | 12 +- webview-ui/src/i18n/locales/ko/welcome.json | 6 +- webview-ui/src/i18n/locales/nl/account.json | 6 +- webview-ui/src/i18n/locales/nl/chat.json | 112 +++++++++--------- .../src/i18n/locales/nl/marketplace.json | 2 +- webview-ui/src/i18n/locales/nl/mcp.json | 8 +- webview-ui/src/i18n/locales/nl/prompts.json | 6 +- webview-ui/src/i18n/locales/nl/settings.json | 72 +++++------ webview-ui/src/i18n/locales/nl/welcome.json | 8 +- webview-ui/src/i18n/locales/pl/account.json | 6 +- webview-ui/src/i18n/locales/pl/chat.json | 110 ++++++++--------- .../src/i18n/locales/pl/marketplace.json | 2 +- webview-ui/src/i18n/locales/pl/mcp.json | 8 +- webview-ui/src/i18n/locales/pl/prompts.json | 6 +- webview-ui/src/i18n/locales/pl/settings.json | 60 +++++----- webview-ui/src/i18n/locales/pl/welcome.json | 8 +- .../src/i18n/locales/pt-BR/account.json | 6 +- webview-ui/src/i18n/locales/pt-BR/chat.json | 112 +++++++++--------- .../src/i18n/locales/pt-BR/marketplace.json | 2 +- webview-ui/src/i18n/locales/pt-BR/mcp.json | 8 +- .../src/i18n/locales/pt-BR/prompts.json | 6 +- .../src/i18n/locales/pt-BR/settings.json | 58 ++++----- .../src/i18n/locales/pt-BR/welcome.json | 8 +- webview-ui/src/i18n/locales/ru/account.json | 6 +- webview-ui/src/i18n/locales/ru/chat.json | 110 ++++++++--------- .../src/i18n/locales/ru/marketplace.json | 2 +- webview-ui/src/i18n/locales/ru/mcp.json | 8 +- webview-ui/src/i18n/locales/ru/prompts.json | 6 +- webview-ui/src/i18n/locales/ru/settings.json | 60 +++++----- webview-ui/src/i18n/locales/ru/welcome.json | 8 +- webview-ui/src/i18n/locales/tr/account.json | 6 +- webview-ui/src/i18n/locales/tr/chat.json | 106 ++++++++--------- .../src/i18n/locales/tr/marketplace.json | 2 +- webview-ui/src/i18n/locales/tr/mcp.json | 2 +- webview-ui/src/i18n/locales/tr/settings.json | 46 +++---- webview-ui/src/i18n/locales/tr/welcome.json | 6 +- webview-ui/src/i18n/locales/vi/account.json | 6 +- webview-ui/src/i18n/locales/vi/chat.json | 112 +++++++++--------- .../src/i18n/locales/vi/marketplace.json | 2 +- webview-ui/src/i18n/locales/vi/mcp.json | 8 +- webview-ui/src/i18n/locales/vi/prompts.json | 6 +- webview-ui/src/i18n/locales/vi/settings.json | 58 ++++----- webview-ui/src/i18n/locales/vi/welcome.json | 8 +- .../src/i18n/locales/zh-CN/account.json | 6 +- webview-ui/src/i18n/locales/zh-CN/chat.json | 30 ++--- .../src/i18n/locales/zh-CN/marketplace.json | 2 +- webview-ui/src/i18n/locales/zh-CN/mcp.json | 6 +- .../src/i18n/locales/zh-CN/settings.json | 50 ++++---- .../src/i18n/locales/zh-CN/welcome.json | 8 +- .../src/i18n/locales/zh-TW/account.json | 6 +- webview-ui/src/i18n/locales/zh-TW/chat.json | 110 ++++++++--------- .../src/i18n/locales/zh-TW/marketplace.json | 2 +- webview-ui/src/i18n/locales/zh-TW/mcp.json | 8 +- .../src/i18n/locales/zh-TW/prompts.json | 8 +- .../src/i18n/locales/zh-TW/settings.json | 60 +++++----- .../src/i18n/locales/zh-TW/welcome.json | 8 +- webview-ui/src/utils/docLinks.ts | 2 +- 337 files changed, 2711 insertions(+), 2703 deletions(-) create mode 100644 src/assets/images/datacoves-logo.svg delete mode 100644 src/assets/images/roo-logo.svg diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 03bbe9640a8..27a41e41bb5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: id: version attributes: label: App Version - description: What version of Roo Code are you using? (e.g., v3.3.1) + description: What version of Datacoves Copilot are you using? (e.g., v3.3.1) validations: required: true @@ -57,12 +57,12 @@ body: - type: textarea id: roo-code-tasks attributes: - label: Roo Code Task Links (Optional) + label: Datacoves Copilot Task Links (Optional) description: | If you have any publicly shared task links that demonstrate the issue, please paste them here. This helps maintainers understand the context. Example: https://app.roocode.com/share/task-id - placeholder: Paste your Roo Code share links here, one per line + placeholder: Paste your Datacoves Copilot share links here, one per line - type: textarea id: steps diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0351ad19301..c0bca19a636 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Feature Request url: https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests - about: Share and vote on feature requests for Roo Code + about: Share and vote on feature requests for Datacoves Copilot - name: Leave a Review url: https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details - about: Enjoying Roo Code? Leave a review here! + about: Enjoying Datacoves Copilot? Leave a review here! diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4863f9ffa61..b7fedc7e953 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,11 +1,11 @@ name: Detailed Feature Proposal -description: Report a specific problem that needs solving in Roo Code +description: Report a specific problem that needs solving in Datacoves Copilot labels: ["proposal", "enhancement"] body: - type: markdown attributes: value: | - **Thank you for submitting a feature request for Roo Code!** + **Thank you for submitting a feature request for Datacoves Copilot!** This template helps you describe problems that need solving. Focus on the problem - the Roo team will work to design solutions unless you want to contribute the implementation yourself. @@ -60,12 +60,12 @@ body: - type: textarea id: roo-code-tasks attributes: - label: Roo Code Task Links (Optional) + label: Datacoves Copilot Task Links (Optional) description: | - If you used Roo Code to explore this feature request or develop solutions, share the public task links here. + If you used Datacoves Copilot to explore this feature request or develop solutions, share the public task links here. This helps maintainers understand the context and any exploration you've done. Example: https://app.roocode.com/share/task-id - placeholder: Paste your Roo Code share links here, one per line + placeholder: Paste your Datacoves Copilot share links here, one per line - type: checkboxes id: checklist diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e83e44cd66d..a232ccbacfb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ -### Roo Code Task Context (Optional) +### Datacoves Copilot Task Context (Optional) diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index ba85a01b215..02ea7c86f10 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -1,4 +1,4 @@ -name: Code QA Roo Code +name: Code QA Datacoves Copilot on: workflow_dispatch: diff --git a/.roo/commands/release.md b/.roo/commands/release.md index ec54b804d1d..a59a87cc491 100644 --- a/.roo/commands/release.md +++ b/.roo/commands/release.md @@ -1,5 +1,5 @@ --- -description: "Create a new release of the Roo Code extension" +description: "Create a new release of the Datacoves Copilot extension" argument-hint: patch | minor | major --- diff --git a/.roo/rules-issue-fixer/9_pr_template.xml b/.roo/rules-issue-fixer/9_pr_template.xml index 4c35819b1f5..011fa08b472 100644 --- a/.roo/rules-issue-fixer/9_pr_template.xml +++ b/.roo/rules-issue-fixer/9_pr_template.xml @@ -1,17 +1,17 @@ - This file contains the official Roo Code PR template that must be used when creating pull requests. + This file contains the official Datacoves Copilot PR template that must be used when creating pull requests. All PRs must follow this exact format to ensure consistency and proper documentation. - The PR body must follow this exact Roo Code PR template with all required sections. + The PR body must follow this exact Datacoves Copilot PR template with all required sections. Replace placeholder content in square brackets with actual information.