@solongate/proxy 0.81.100 → 0.82.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 +22 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,19 @@
|
|
|
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
|
-
<
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
<table width="100%">
|
|
6
|
+
<tr>
|
|
7
|
+
<td align="left" width="33%" valign="middle">
|
|
8
|
+
<a href="https://github.com/Solongate"><img src="https://solongate.com/github.png" width="22" height="22" alt="GitHub" /></a>
|
|
9
|
+
<a href="https://www.linkedin.com/company/solongate/"><img src="https://solongate.com/linkedin.png" width="22" height="22" alt="LinkedIn" /></a>
|
|
10
|
+
</td>
|
|
11
|
+
<td align="center" width="34%" valign="middle">
|
|
12
|
+
<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>
|
|
13
|
+
<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>
|
|
14
|
+
</td>
|
|
15
|
+
<td width="33%"></td>
|
|
16
|
+
</tr>
|
|
17
|
+
</table>
|
|
9
18
|
|
|
10
19
|
SolonGate is the guardrail for AI agents. It checks every action an agent takes (each shell command, file read or write, and network request) and allows, blocks, or logs it before it runs, based on a policy you control. No code changes.
|
|
11
20
|
|
|
@@ -17,12 +26,7 @@ SolonGate is the guardrail for AI agents. It checks every action an agent takes
|
|
|
17
26
|
|
|
18
27
|
## Get started
|
|
19
28
|
|
|
20
|
-
|
|
21
|
-
Don't npm i this. There's nothing to import.
|
|
22
|
-
Run the two commands below to pair your machine.
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
You need a free [SolonGate account](https://auth.solongate.com) and Node.js 20+ on the machine you want to protect.
|
|
29
|
+
You need a free [SolonGate account](https://auth.solongate.com) and Node.js 20+ on the machine you want to protect. There's nothing to import; the two commands below pair your machine.
|
|
26
30
|
|
|
27
31
|
```sh
|
|
28
32
|
npm i -g @solongate/proxy
|
|
@@ -63,15 +67,15 @@ Manage everything from the **Policies**, **Audit**, and **Settings** pages in th
|
|
|
63
67
|
|
|
64
68
|
<table>
|
|
65
69
|
<tr>
|
|
66
|
-
<td
|
|
67
|
-
<td
|
|
68
|
-
<td
|
|
69
|
-
<td
|
|
70
|
+
<td><a href="https://claude.com/claude-code"><img src="https://solongate.com/tiles/claude.png" width="200" alt="Claude Code" /></a></td>
|
|
71
|
+
<td><a href="https://github.com/google-gemini/gemini-cli"><img src="https://solongate.com/tiles/gemini.png" width="200" alt="Gemini CLI" /></a></td>
|
|
72
|
+
<td><a href="https://openclaw.ai"><img src="https://solongate.com/tiles/openclaw.png" width="200" alt="OpenClaw (soon)" /></a></td>
|
|
73
|
+
<td><a href="https://openai.com/codex"><img src="https://solongate.com/tiles/codex.png" width="200" alt="Codex (soon)" /></a></td>
|
|
70
74
|
</tr>
|
|
71
75
|
<tr>
|
|
72
|
-
<td
|
|
73
|
-
<td
|
|
74
|
-
<td
|
|
75
|
-
<td
|
|
76
|
+
<td><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/tiles/hermes.png" width="200" alt="Hermes (soon)" /></a></td>
|
|
77
|
+
<td><a href="https://opencode.ai"><img src="https://solongate.com/tiles/opencode.png" width="200" alt="OpenCode (soon)" /></a></td>
|
|
78
|
+
<td><a href="https://kilocode.ai"><img src="https://solongate.com/tiles/kilo.png" width="200" alt="Kilo (soon)" /></a></td>
|
|
79
|
+
<td><a href="https://solongate.com/contact"><img src="https://solongate.com/tiles/yourtool.png" width="200" alt="Your tool" /></a></td>
|
|
76
80
|
</tr>
|
|
77
81
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.82.1",
|
|
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": {
|