@solongate/proxy 0.47.5 → 0.47.6
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# @solongate/proxy
|
|
2
2
|
|
|
3
|
-
> **Don't `npm i` this.** There's nothing to install. Run the
|
|
3
|
+
> **Don't `npm i` this.** There's nothing to install. Run the two commands below to pair your machine:
|
|
4
4
|
> ```bash
|
|
5
|
+
> npx -y @solongate/proxy@latest
|
|
5
6
|
> npx -y @solongate/proxy@latest login
|
|
6
7
|
> ```
|
|
7
8
|
|
|
@@ -26,9 +27,10 @@ SolonGate comes in two editions that share the same policy model and dashboard:
|
|
|
26
27
|
|
|
27
28
|
**You need:** a free [SolonGate account](https://auth.solongate.com), Node.js 18+ on the machine you want to protect, and an AI tool that makes tool calls (Claude Code; Gemini CLI is also supported).
|
|
28
29
|
|
|
29
|
-
Pair the machine and turn on the guard —
|
|
30
|
+
Pair the machine and turn on the guard — no API keys to copy. First fetch SolonGate, then log in:
|
|
30
31
|
|
|
31
32
|
```bash
|
|
33
|
+
npx -y @solongate/proxy@latest
|
|
32
34
|
npx -y @solongate/proxy@latest login
|
|
33
35
|
```
|
|
34
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.6",
|
|
4
4
|
"description": "AI tool security proxy — protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. Zero code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|