@solongate/proxy 0.81.99 → 0.81.100
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 +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
<img src="https://solongate.com/hero.png" alt="SolonGate. For AI agents to execute tools safely. Make agents secure again." width="900" />
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
|
-
<a href="https://github.com/Solongate"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-111111?style=flat-square&logo=github&logoColor=white" height="24" /></a>
|
|
6
|
-
<a href="https://www.linkedin.com/company/solongate/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-111111?style=flat-square&logo=linkedin&logoColor=white" height="24" /></a>
|
|
7
|
-
|
|
8
5
|
<p align="center">
|
|
9
6
|
<a href="https://nodejs.org"><img alt="Node.js" src="https://img.shields.io/node/v/@solongate/proxy?style=flat-square&label=Node.js&labelColor=111111&color=eeeeee&logo=nodedotjs&logoColor=white" /></a>
|
|
10
7
|
<a href="https://www.npmjs.com/package/@solongate/proxy"><img alt="npm" src="https://img.shields.io/npm/v/@solongate/proxy?style=flat-square&color=eeeeee&labelColor=111111&logo=npm&logoColor=white" /></a>
|
|
@@ -20,7 +17,10 @@ SolonGate is the guardrail for AI agents. It checks every action an agent takes
|
|
|
20
17
|
|
|
21
18
|
## Get started
|
|
22
19
|
|
|
23
|
-
|
|
20
|
+
```
|
|
21
|
+
Don't npm i this. There's nothing to import.
|
|
22
|
+
Run the two commands below to pair your machine.
|
|
23
|
+
```
|
|
24
24
|
|
|
25
25
|
You need a free [SolonGate account](https://auth.solongate.com) and Node.js 20+ on the machine you want to protect.
|
|
26
26
|
|
|
@@ -31,7 +31,10 @@ solongate
|
|
|
31
31
|
|
|
32
32
|
`solongate` opens your browser to authorize the device. Approve it and SolonGate installs a global guard hook that checks every tool call from every AI session on the machine against your active policy. No API keys to copy.
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
```
|
|
35
|
+
Start a new terminal session afterwards. Hooks load when a
|
|
36
|
+
session starts, so already-open terminals aren't guarded yet.
|
|
37
|
+
```
|
|
35
38
|
|
|
36
39
|
## Guarding a live Claude Code session
|
|
37
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.100",
|
|
4
4
|
"description": "AI tool security proxy: protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. No code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|