@jacobbd/relay-ai 0.2.0 → 0.2.2

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/README.md CHANGED
@@ -7,8 +7,8 @@
7
7
 
8
8
  > Relay any model into any coding agent — launch tools, switch providers, and run local API gateways.
9
9
 
10
- [![npm version](https://img.shields.io/npm/v/relay-ai)](https://www.npmjs.com/package/relay-ai)
11
- [![License](https://img.shields.io/npm/l/relay-ai)](https://github.com/jacob-bd/relay-ai/blob/main/LICENSE)
10
+ [![npm version](https://img.shields.io/npm/v/@jacobbd/relay-ai)](https://www.npmjs.com/package/@jacobbd/relay-ai)
11
+ [![License](https://img.shields.io/npm/l/@jacobbd/relay-ai)](https://github.com/jacob-bd/relay-ai/blob/main/LICENSE)
12
12
  [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=flat-square&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/jacobbd)
13
13
 
14
14
  **relay-ai** is an interactive CLI that launches AI coding tools and runs Anthropic-compatible API gateways on your machine. Today that means **Claude Code** and **Claude Desktop (Cowork + Code)**. Tomorrow we'll add more agents.
@@ -82,10 +82,10 @@ Bare `relay-ai` prints help and migration guidance. Use `relay-ai claude` for th
82
82
 
83
83
  ```bash
84
84
  # Install globally
85
- npm install -g relay-ai
85
+ npm install -g @jacobbd/relay-ai
86
86
 
87
87
  # Upgrade to the latest version
88
- npm update -g relay-ai
88
+ npm update -g @jacobbd/relay-ai
89
89
  ```
90
90
 
91
91
  ## Setup
package/dist/cli.js CHANGED
@@ -76,7 +76,7 @@ function classifyModelFormat(modelId, providerNpm) {
76
76
  if (lower.startsWith("gemini-")) return "unsupported";
77
77
  return "openai";
78
78
  }
79
- var VERSION = "0.2.0";
79
+ var VERSION = "0.2.2";
80
80
 
81
81
  // src/provider-factory.ts
82
82
  var RESPONSES_ONLY_PREFIXES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobbd/relay-ai",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -64,7 +64,7 @@
64
64
  "ipaddr.js": "^2.4.0",
65
65
  "picocolors": "^1.1.1",
66
66
  "smol-toml": "^1.3.1",
67
- "venice-ai-sdk-provider": "^1.1.19",
67
+ "venice-ai-sdk-provider": "^2.0.2",
68
68
  "zod": "^3.25.76"
69
69
  },
70
70
  "devDependencies": {