@jacobbd/relay-ai 0.2.0 → 0.2.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/README.md +4 -4
- package/package.json +2 -2
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
|
-
[](https://www.npmjs.com/package/relay-ai)
|
|
11
|
-
[](https://github.com/jacob-bd/relay-ai/blob/main/LICENSE)
|
|
10
|
+
[](https://www.npmjs.com/package/@jacobbd/relay-ai)
|
|
11
|
+
[](https://github.com/jacob-bd/relay-ai/blob/main/LICENSE)
|
|
12
12
|
[](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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jacobbd/relay-ai",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
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": "^
|
|
67
|
+
"venice-ai-sdk-provider": "^2.0.2",
|
|
68
68
|
"zod": "^3.25.76"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|