@solongate/proxy 0.81.99 → 0.82.0

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 +16 -22
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,8 @@
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://github.com/Solongate"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-111111?style=flat-square&logo=github&logoColor=white" height="24" /></a>
6
- <a href="https://www.linkedin.com/company/solongate/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-111111?style=flat-square&logo=linkedin&logoColor=white" height="24" /></a>
5
+ <a href="https://github.com/Solongate"><img src="https://solongate.com/github.png" width="22" height="22" alt="GitHub" /></a>
6
+ &nbsp;<a href="https://www.linkedin.com/company/solongate/"><img src="https://solongate.com/linkedin.png" width="22" height="22" alt="LinkedIn" /></a>
7
7
 
8
8
  <p align="center">
9
9
  <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>
@@ -20,9 +20,7 @@ SolonGate is the guardrail for AI agents. It checks every action an agent takes
20
20
 
21
21
  ## Get started
22
22
 
23
- > **Don't `npm i` this.** There's nothing to import. Run the two commands below to pair your machine.
24
-
25
- You need a free [SolonGate account](https://auth.solongate.com) and Node.js 20+ on the machine you want to protect.
23
+ 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
24
 
27
25
  ```sh
28
26
  npm i -g @solongate/proxy
@@ -31,19 +29,26 @@ solongate
31
29
 
32
30
  `solongate` opens your browser to authorize the device. Approve it and SolonGate installs a global guard hook that checks every tool call from every AI session on the machine against your active policy. No API keys to copy.
33
31
 
34
- > Start a **new** terminal session afterwards. Hooks load when a session starts, so already-open terminals aren't guarded yet.
32
+ ```
33
+ Start a new terminal session afterwards. Hooks load when a
34
+ session starts, so already-open terminals aren't guarded yet.
35
+ ```
35
36
 
36
37
  ## Guarding a live Claude Code session
37
38
 
38
39
  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.
39
40
 
40
- <img src="https://solongate.com/claudecode.gif" alt="SolonGate guarding a live Claude Code session" width="720" />
41
+ <div align="center">
42
+ <img src="https://solongate.com/claudecode.gif" alt="SolonGate guarding a live Claude Code session" width="640" />
43
+ </div>
41
44
 
42
45
  ## Command center for every decision area
43
46
 
44
47
  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
48
 
46
- <img src="https://solongate.com/solongatedashboard.gif" alt="SolonGate dashboard: analytics, policies, and audit trail" width="720" />
49
+ <div align="center">
50
+ <img src="https://solongate.com/solongatedashboard.gif" alt="SolonGate dashboard: analytics, policies, and audit trail" width="640" />
51
+ </div>
47
52
 
48
53
  ## What SolonGate can enforce
49
54
 
@@ -58,17 +63,6 @@ Manage everything from the **Policies**, **Audit**, and **Settings** pages in th
58
63
 
59
64
  **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
65
 
61
- <table>
62
- <tr>
63
- <td align="center" width="140"><a href="https://claude.com/claude-code"><img src="https://solongate.com/platforms/claude.png" width="44" height="44" alt="Claude Code" /><br/>Claude Code</a></td>
64
- <td align="center" width="140"><a href="https://github.com/google-gemini/gemini-cli"><img src="https://solongate.com/platforms/gemini.png" width="44" height="44" alt="Gemini CLI" /><br/>Gemini CLI</a></td>
65
- <td align="center" width="140"><a href="https://openclaw.ai"><img src="https://solongate.com/platforms/openclaw.png" width="44" height="44" alt="OpenClaw" /><br/>OpenClaw<br/><sub>soon</sub></a></td>
66
- <td align="center" width="140"><a href="https://openai.com/codex"><img src="https://solongate.com/platforms/codex.png" width="44" height="44" alt="Codex" /><br/>Codex<br/><sub>soon</sub></a></td>
67
- </tr>
68
- <tr>
69
- <td align="center" width="140"><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/platforms/hermes.png" width="44" height="44" alt="Hermes" /><br/>Hermes<br/><sub>soon</sub></a></td>
70
- <td align="center" width="140"><a href="https://opencode.ai"><img src="https://solongate.com/platforms/opencode.png" width="44" height="44" alt="OpenCode" /><br/>OpenCode<br/><sub>soon</sub></a></td>
71
- <td align="center" width="140"><a href="https://kilocode.ai"><img src="https://solongate.com/platforms/kilo.png" width="44" height="44" alt="Kilo" /><br/>Kilo<br/><sub>soon</sub></a></td>
72
- <td align="center" width="140"><a href="https://solongate.com/contact"><b>+</b><br/>Your tool</a></td>
73
- </tr>
74
- </table>
66
+ <div align="center">
67
+ <img src="https://solongate.com/integrations.png" alt="Compatible with Claude Code, Gemini CLI, OpenClaw, Codex, Hermes, OpenCode, Kilo, and your tool" width="900" />
68
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.81.99",
3
+ "version": "0.82.0",
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": {