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.
@@ -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 Robot Resources.');
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robot-resources",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Robot Resources — AI agent tools. One command to install everything.",
5
5
  "type": "module",
6
6
  "bin": {