claude-relay 2.8.2 → 2.9.0
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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -276,6 +276,8 @@ If you are using claude-relay, let us know how you are using it in Discussions:
|
|
|
276
276
|
|
|
277
277
|
This is an independent project and is not affiliated with Anthropic. Claude is a trademark of Anthropic.
|
|
278
278
|
|
|
279
|
+
Clay is provided "as is" without warranty of any kind. Users are responsible for ensuring their use of this software complies with all applicable terms of service of the underlying AI providers (e.g., Anthropic, OpenAI) and any other third-party services. Features such as multi-user mode are experimental and may involve sharing access to API-backed services — please review your provider's usage policies regarding account sharing, acceptable use, and any applicable rate limits or restrictions before enabling such features. The authors assume no liability for any misuse or violations arising from the use of this software.
|
|
280
|
+
|
|
279
281
|
## License
|
|
280
282
|
|
|
281
283
|
MIT
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-relay",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "Alias for clay-server — Web UI for Claude Code.",
|
|
5
5
|
"bin": { "claude-relay": "./bin/cli.js" },
|
|
6
|
-
"dependencies": { "clay-server": "2.
|
|
6
|
+
"dependencies": { "clay-server": "2.9.0" },
|
|
7
7
|
"keywords": ["claude","claude-code","cli","mobile","remote","relay","web-ui","tailscale"],
|
|
8
8
|
"repository": { "type": "git", "url": "git+https://github.com/chadbyte/claude-relay.git" },
|
|
9
9
|
"homepage": "https://github.com/chadbyte/claude-relay#readme",
|