@solongate/proxy 0.82.5 → 0.82.7
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 +16 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,19 @@ 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
|
-
|
|
59
|
+
**Compatible with every tool.** SolonGate guards any MCP-speaking agent out of the box. Missing yours? [Reach out](https://solongate.com/contact) and we will consider it.
|
|
60
|
+
|
|
61
|
+
<table cellspacing="0" cellpadding="0" border="0" align="center">
|
|
62
|
+
<tr>
|
|
63
|
+
<td><a href="https://claude.com/claude-code"><img src="https://solongate.com/cells/claude.png" width="200" alt="Claude Code" /></a></td>
|
|
64
|
+
<td><a href="https://github.com/google-gemini/gemini-cli"><img src="https://solongate.com/cells/gemini.png" width="200" alt="Gemini CLI" /></a></td>
|
|
65
|
+
<td><a href="https://openclaw.ai"><img src="https://solongate.com/cells/openclaw.png" width="200" alt="OpenClaw (soon)" /></a></td>
|
|
66
|
+
<td><a href="https://openai.com/codex"><img src="https://solongate.com/cells/codex.png" width="200" alt="Codex (soon)" /></a></td>
|
|
67
|
+
</tr>
|
|
68
|
+
<tr>
|
|
69
|
+
<td><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/cells/hermes.png" width="200" alt="Hermes (soon)" /></a></td>
|
|
70
|
+
<td><a href="https://opencode.ai"><img src="https://solongate.com/cells/opencode.png" width="200" alt="OpenCode (soon)" /></a></td>
|
|
71
|
+
<td><a href="https://kilocode.ai"><img src="https://solongate.com/cells/kilo.png" width="200" alt="Kilo (soon)" /></a></td>
|
|
72
|
+
<td><a href="https://solongate.com/contact"><img src="https://solongate.com/cells/yourtool.png" width="200" alt="Your tool" /></a></td>
|
|
73
|
+
</tr>
|
|
74
|
+
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.7",
|
|
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": {
|