You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(branding): replace remaining user-facing "Roo" strings with "Zoo" (#343)
Rename user-facing product references from "Roo" to "Zoo": webview panel and
editor-tab titles, the integrated terminal name, the diff-view label, the LM
Studio context-length guidance, the VS Code LM authorization justification, and
the missing-parameter tool notice (now i18n-keyed via
tools:missingToolParameter[WithPath] across all locales).
Per review feedback, references to the external Roo provider/router are left
untouched: the routerRemoval messages, the errors.roo/info.roo i18n keys, and
the Roo credit-balance notice name the legacy Roo provider, not our brand.
Strengthen the sayAndCreateMissingParamError test so it asserts the resolved,
interpolated notice actually names the tool and the missing parameter (the
previous expect.any(String) would have passed even on a silent i18n regression).
Replace remaining user-facing "Roo" brand strings with "Zoo": the missing-tool-parameter retry notice (now localized across all locales), the editor tab and webview `<title>`, the diff editor label, the terminal name, the "no visible instances" output, and the LM Studio context-length notice. References to the external Roo provider/router are intentionally left unchanged (the `roo` provider id and `.roo*` config files, the `errors.roo`/`info.roo` localized messages, the router-removal and Roo Cloud sign-in/credit-balance notices, i18n key paths, attribution headers, and console logs).
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with Roo Code's prompts.",
168
+
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with Zoo Code's prompts.",
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with Roo Code's prompts.",
212
+
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with Zoo Code's prompts.",
0 commit comments