@solongate/proxy 0.82.2 → 0.82.3

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.
Files changed (2) hide show
  1. package/README.md +15 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,13 +35,17 @@ session starts, so already-open terminals aren't guarded yet.
35
35
 
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
- <img src="https://solongate.com/claudecode.png" alt="SolonGate guarding a live Claude Code session" width="640" />
38
+ <div align="center">
39
+ <img src="https://solongate.com/claudecode.png" alt="SolonGate guarding a live Claude Code session" width="680" />
40
+ </div>
39
41
 
40
42
  ## Command center for every decision area
41
43
 
42
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.
43
45
 
44
- <img src="https://solongate.com/solongatedashboard.png" alt="SolonGate dashboard: analytics, policies, and audit trail" width="640" />
46
+ <div align="center">
47
+ <img src="https://solongate.com/solongatedashboard.png" alt="SolonGate dashboard: analytics, policies, and audit trail" width="680" />
48
+ </div>
45
49
 
46
50
  ## What SolonGate can enforce
47
51
 
@@ -56,17 +60,17 @@ Manage everything from the **Policies**, **Audit**, and **Settings** pages in th
56
60
 
57
61
  **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.
58
62
 
59
- <table>
63
+ <table cellspacing="0" cellpadding="0" border="0" align="center">
60
64
  <tr>
61
- <td align="center"><a href="https://claude.com/claude-code"><img src="https://solongate.com/chips/claude.png" width="56" alt="Claude Code" /><br/>Claude Code</a></td>
62
- <td align="center"><a href="https://github.com/google-gemini/gemini-cli"><img src="https://solongate.com/chips/gemini.png" width="56" alt="Gemini CLI" /><br/>Gemini CLI</a></td>
63
- <td align="center"><a href="https://openclaw.ai"><img src="https://solongate.com/chips/openclaw.png" width="56" alt="OpenClaw" /><br/>OpenClaw<br/><sub>soon</sub></a></td>
64
- <td align="center"><a href="https://openai.com/codex"><img src="https://solongate.com/chips/codex.png" width="56" alt="Codex" /><br/>Codex<br/><sub>soon</sub></a></td>
65
+ <td><a href="https://claude.com/claude-code"><img src="https://solongate.com/tiles/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/tiles/gemini.png" width="200" alt="Gemini CLI" /></a></td>
67
+ <td><a href="https://openclaw.ai"><img src="https://solongate.com/tiles/openclaw.png" width="200" alt="OpenClaw (soon)" /></a></td>
68
+ <td><a href="https://openai.com/codex"><img src="https://solongate.com/tiles/codex.png" width="200" alt="Codex (soon)" /></a></td>
65
69
  </tr>
66
70
  <tr>
67
- <td align="center"><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/chips/hermes.png" width="56" alt="Hermes" /><br/>Hermes<br/><sub>soon</sub></a></td>
68
- <td align="center"><a href="https://opencode.ai"><img src="https://solongate.com/chips/opencode.png" width="56" alt="OpenCode" /><br/>OpenCode<br/><sub>soon</sub></a></td>
69
- <td align="center"><a href="https://kilocode.ai"><img src="https://solongate.com/chips/kilo.png" width="56" alt="Kilo" /><br/>Kilo<br/><sub>soon</sub></a></td>
70
- <td align="center"><a href="https://solongate.com/contact"><img src="https://solongate.com/chips/yourtool.png" width="56" alt="Your tool" /><br/>Your tool</a></td>
71
+ <td><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/tiles/hermes.png" width="200" alt="Hermes (soon)" /></a></td>
72
+ <td><a href="https://opencode.ai"><img src="https://solongate.com/tiles/opencode.png" width="200" alt="OpenCode (soon)" /></a></td>
73
+ <td><a href="https://kilocode.ai"><img src="https://solongate.com/tiles/kilo.png" width="200" alt="Kilo (soon)" /></a></td>
74
+ <td><a href="https://solongate.com/contact"><img src="https://solongate.com/tiles/yourtool.png" width="200" alt="Your tool" /></a></td>
71
75
  </tr>
72
76
  </table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.82.2",
3
+ "version": "0.82.3",
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": {