@solongate/proxy 0.82.3 → 0.82.4
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 +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ session starts, so already-open terminals aren't guarded yet.
|
|
|
36
36
|
Drops in front of any MCP-speaking agent over stdio, SSE, or HTTP. Every tool call is checked in real time, and each allow or deny decision streams to your dashboard with the full arguments attached.
|
|
37
37
|
|
|
38
38
|
<div align="center">
|
|
39
|
-
<img src="https://solongate.com/
|
|
39
|
+
<img src="https://solongate.com/cc-hd.png" alt="SolonGate guarding a live Claude Code session" width="720" />
|
|
40
40
|
</div>
|
|
41
41
|
|
|
42
42
|
## Command center for every decision area
|
|
@@ -44,7 +44,7 @@ Drops in front of any MCP-speaking agent over stdio, SSE, or HTTP. Every tool ca
|
|
|
44
44
|
Live analytics by tool, agent, and policy. Version your policies with cloud sync and one-click rollback. Every decision lands in a tamper-evident, searchable audit trail you can export as CSV.
|
|
45
45
|
|
|
46
46
|
<div align="center">
|
|
47
|
-
<img src="https://solongate.com/
|
|
47
|
+
<img src="https://solongate.com/dash-hd.png" alt="SolonGate dashboard: analytics, policies, and audit trail" width="720" />
|
|
48
48
|
</div>
|
|
49
49
|
|
|
50
50
|
## What SolonGate can enforce
|
|
@@ -62,15 +62,15 @@ Manage everything from the **Policies**, **Audit**, and **Settings** pages in th
|
|
|
62
62
|
|
|
63
63
|
<table cellspacing="0" cellpadding="0" border="0" align="center">
|
|
64
64
|
<tr>
|
|
65
|
-
<td><a href="https://claude.com/claude-code"><img src="https://solongate.com/
|
|
66
|
-
<td><a href="https://github.com/google-gemini/gemini-cli"><img src="https://solongate.com/
|
|
67
|
-
<td><a href="https://openclaw.ai"><img src="https://solongate.com/
|
|
68
|
-
<td><a href="https://openai.com/codex"><img src="https://solongate.com/
|
|
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
69
|
</tr>
|
|
70
70
|
<tr>
|
|
71
|
-
<td><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/
|
|
72
|
-
<td><a href="https://opencode.ai"><img src="https://solongate.com/
|
|
73
|
-
<td><a href="https://kilocode.ai"><img src="https://solongate.com/
|
|
74
|
-
<td><a href="https://solongate.com/contact"><img src="https://solongate.com/
|
|
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
75
|
</tr>
|
|
76
76
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.4",
|
|
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": {
|