robot-resources 1.14.0 → 1.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/non-oc-wizard.js +2 -1
- package/package.json +1 -1
package/lib/non-oc-wizard.js
CHANGED
|
@@ -106,7 +106,8 @@ async function showJsPath() {
|
|
|
106
106
|
}
|
|
107
107
|
blank();
|
|
108
108
|
info('Once your shell picks up the new NODE_OPTIONS, every Node agent on');
|
|
109
|
-
info('this machine routes Anthropic SDK calls through
|
|
109
|
+
info('this machine routes Anthropic, OpenAI, and Google SDK calls through');
|
|
110
|
+
info('Robot Resources.');
|
|
110
111
|
if (process.platform === 'win32') {
|
|
111
112
|
info('Open a new cmd / PowerShell window — current terminals will not see the change.');
|
|
112
113
|
} else {
|