@solongate/proxy 0.82.4 → 0.82.5
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 +7 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
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://
|
|
6
|
-
<a href="https://
|
|
7
|
-
<a href="https://
|
|
8
|
-
<a href="https://www.
|
|
5
|
+
<a href="https://www.npmjs.com/package/@solongate/proxy"><img align="right" alt="npm" src="https://img.shields.io/npm/v/@solongate/proxy?style=flat-square&color=eeeeee&labelColor=111111&logo=npm&logoColor=white" /></a>
|
|
6
|
+
<a href="https://nodejs.org"><img align="right" 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>
|
|
7
|
+
<a href="https://github.com/Solongate"><img src="https://solongate.com/github-w.png" height="20" alt="GitHub" /></a>
|
|
8
|
+
<a href="https://www.linkedin.com/company/solongate/"><img src="https://solongate.com/linkedin-w.png" height="20" alt="LinkedIn" /></a>
|
|
9
9
|
|
|
10
10
|
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
11
|
|
|
@@ -56,21 +56,6 @@ Live analytics by tool, agent, and policy. Version your policies with cloud sync
|
|
|
56
56
|
|
|
57
57
|
Manage everything from the **Policies**, **Audit**, and **Settings** pages in the [dashboard](https://dashboard.solongate.com). When a legitimate action is blocked, click **Whitelist this** to add a narrow exception. Keep logs local instead of in the cloud, and get alerted by Telegram, email, or webhook when blocks spike.
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
<table cellspacing="0" cellpadding="0" border="0" align="center">
|
|
64
|
-
<tr>
|
|
65
|
-
<td><a href="https://claude.com/claude-code"><img src="https://solongate.com/grid/claude.png" width="200" alt="Claude Code" /></a></td>
|
|
66
|
-
<td><a href="https://github.com/google-gemini/gemini-cli"><img src="https://solongate.com/grid/gemini.png" width="200" alt="Gemini CLI" /></a></td>
|
|
67
|
-
<td><a href="https://openclaw.ai"><img src="https://solongate.com/grid/openclaw.png" width="200" alt="OpenClaw (soon)" /></a></td>
|
|
68
|
-
<td><a href="https://openai.com/codex"><img src="https://solongate.com/grid/codex.png" width="200" alt="Codex (soon)" /></a></td>
|
|
69
|
-
</tr>
|
|
70
|
-
<tr>
|
|
71
|
-
<td><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/grid/hermes.png" width="200" alt="Hermes (soon)" /></a></td>
|
|
72
|
-
<td><a href="https://opencode.ai"><img src="https://solongate.com/grid/opencode.png" width="200" alt="OpenCode (soon)" /></a></td>
|
|
73
|
-
<td><a href="https://kilocode.ai"><img src="https://solongate.com/grid/kilo.png" width="200" alt="Kilo (soon)" /></a></td>
|
|
74
|
-
<td><a href="https://solongate.com/contact"><img src="https://solongate.com/grid/yourtool.png" width="200" alt="Your tool" /></a></td>
|
|
75
|
-
</tr>
|
|
76
|
-
</table>
|
|
59
|
+
<div align="center">
|
|
60
|
+
<img src="https://solongate.com/compat.png" alt="Compatible with every tool. SolonGate guards any MCP-speaking agent out of the box: Claude Code, Gemini CLI, OpenClaw (soon), Codex (soon), Hermes (soon), OpenCode (soon), Kilo (soon), and your tool." width="960" />
|
|
61
|
+
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.5",
|
|
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": {
|