Conversation
Review complete. Found 2 inconsistencies in the rebranding from "Roo Code" to "Datacoves Copilot":
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
Generated with ❤️ by ellipsis.dev |
| models={routerModels?.roo ?? {}} | ||
| modelIdKey="apiModelId" | ||
| serviceName="Roo Code Cloud" | ||
| serviceName="Datacoves Copilot Cloud" |
There was a problem hiding this comment.
The serviceName was updated to "Datacoves Copilot Cloud" but the adjacent serviceUrl on line 57 still points to https://roocode.com. This is inconsistent with the rebranding - the service URL should likely be updated to point to Datacoves as well.
Fix it with Roo Code or mention @roomote and request a fix.
| @@ -1,5 +1,5 @@ | |||
| /** | |||
| * Utility for building Roo Code documentation links with UTM telemetry. | |||
| * Utility for building Datacoves Copilot documentation links with UTM telemetry. | |||
There was a problem hiding this comment.
The comment was updated to mention "Datacoves Copilot" but the actual URL in buildDocLink on line 12 still points to docs.roocode.com. If the intent is to redirect users to Datacoves documentation, the base URL should also be updated to match the Datacoves docs URL used elsewhere (e.g., in About.tsx and WelcomeView.tsx which use docs.datacoves.com).
Fix it with Roo Code or mention @roomote and request a fix.
Supersedes datacoves#1
Took current code from upstream, reapplied all of the old PR changes manually, plus new branding and feature removal changes.
Changes: